Re: Limited the usage of SF services for python-ldap

2009-04-09 Thread Zhang Huangbin
Michael Ströder wrote: > HI! > > Please note that from now on python-ldap releases and docs will not be > made available trough SF's file release area anymore. SF's new web > interface is even worse than the old one. The download pages are much > too complicated for implementing automatic installat

Re: using Kerberos to authenticate to Active Directory from python ldap

2009-04-09 Thread Michael Ströder
Olivier Sessink wrote: > > So I'm rewriting the script for python. However, I cannot get the > kerberos authentication right. > > ld = ldap.initialize('activedirectory-dns') > ld.sasl_interactive_bind_s('', ldap.sasl.gssapi('u...@realm')) > ld.search_s(self.base, ldap.SCOPE_SUBTREE, '(CN=groupna

using Kerberos to authenticate to Active Directory from python ldap

2009-04-09 Thread Olivier Sessink
Hi all, I'm trying to script a function that can retrieve if a user is member of a group in active directory. The previous script was a shell script with a ldapsearch call for every user. You can image that took long on a thousand users. So I'm rewriting the script for python. However, I canno

Limited the usage of SF services for python-ldap

2009-04-09 Thread Michael Ströder
HI! Please note that from now on python-ldap releases and docs will not be made available trough SF's file release area anymore. SF's new web interface is even worse than the old one. The download pages are much too complicated for implementing automatic installation. The web page http://python-l

ANN: python-ldap-2.3.7

2009-04-09 Thread Michael Ströder
Find a new release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g. p