Active Directory Authentication

Roger Upole rupole at hotmail.com
Fri May 5 22:21:29 EDT 2006


If you have Pywin32 installed, you can use the win32com.adsi
package to open an object with username/password credentials.
See adsi.ADsOpenObject for details.  Adsi also contains a number
of interfaces for dealing with users, containers, etc.

        Roger


"D" <duncanm255 at hotmail.com> wrote in message news:1146832748.087170.212860 at j33g2000cwa.googlegroups.com...
> Is it possible to have Python authenticate with Active Directory?
> Specifically what I'd like to do is have a user enter a
> username/password, then have Python check the credentials with AD - if
> what they entered is valid, for example, it returns a 1, otherwise a
> 0..  Thanks!
> 



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list