There's a nice LDAP app for Django at
https://pypi.python.org/pypi/django-auth-ldap/1.2.8 but I'm not sure if
it's suitable for what you need to do. I think you need a Python LDAP
module to create a connection, bind, perform a simple search and then parse
the results to get those email addresses.

Here are some examples of Python LDAP search operations
https://www.packtpub.com/books/content/configuring-and-securing-python-ldap-applications-part-2

Cheers,

M

On Fri, 1 Jul 2016 at 07:53 Цибарт Сергей <tsibar...@gmail.com> wrote:

> urgently need to fasten on the portal, which is on Django, a form
> https://postimg.org/image/8myn5jqnb/, but I'm new to this. Help, who than
> can please
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b858661e-30a9-433a-9d05-b7b199247cab%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/b858661e-30a9-433a-9d05-b7b199247cab%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHqTbjnT2V2PVAa%3D9UgGmbMa8q5DTEp1an9OM6B_g2LZ57gCsw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to