[Tutor] Accessing LDAP

Rudy Schockaert rudy.schockaert at gmail.com
Mon Aug 11 15:04:50 CEST 2008


If by LDAP server you mean Active Directory, then Tim's active_directory
module is certainly the way to go.
If you want a more generic LDAP approach, you could give
python-ldap<http://python-ldap.sourceforge.net/download.shtml>a try.

On Mon, Aug 11, 2008 at 2:17 PM, vishwajeet singh <dextrous85 at gmail.com>wrote:

> I think this can be of some help to you
> http://tgolden.sc.sabren.com/python/active_directory.html
>
>
>
> On Mon, Aug 11, 2008 at 5:44 PM, Steven L Smith <ssmith46 at zimbra.naz.edu>wrote:
>
>> Any ideas how I can pull a list of domain users from an LDAP server and
>> use it programmatically in a Python web application?
>>
>> Thanks!
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>
>
>
>
> --
> Cheers,
> Vishwajeet
> http://www.singhvishwajeet.com
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080811/58f01b4a/attachment.htm>


More information about the Tutor mailing list