Re: SASL GSSAPI under Win32

2009-08-10 Thread Michael Ströder
Torsten Kurbad wrote: >>> Im using the 2.3.9 release I got here: >>> http://svn.kmrc.de/download/distribution/contrib/ > >> These are .egg files built by Torsten. Not sure what he did regarding >> Kerberos. > > Sorry for my late reply. > > To be honest, I did nothing regarding Kerberos. I just

Re: SASL GSSAPI under Win32 (was: Connection to AD on windows)

2009-08-10 Thread Torsten Kurbad
Hi list, >> Im using the 2.3.9 release I got here: >> http://svn.kmrc.de/download/distribution/contrib/ > These are .egg files built by Torsten. Not sure what he did regarding > Kerberos. Sorry for my late reply. To be honest, I did nothing regarding Kerberos. I just compiled a very stripped d

Re: Internal Attributs

2009-08-10 Thread Michael Ströder
Nicolas EISEN wrote: > I'm probationer and I must implement web interface of LDAP Password > Policies. Interesting. What's it for exactly? Define the policy objects or set the password policy attrs in the user entries? Ciao, Michael. --

Re: Internal Attributs

2009-08-10 Thread Nicolas EISEN
Michael Ströder a écrit : > Nicolas EISEN wrote: > >> I need to get internal attributs (createTimeStamp, modifyTimestamp, >> ...). >> > > You mean operational attributes. With OpenLDAP server you have to either > explicitly request them or use '+' in the attribute list. > > >> res = l.s

Re: Internal Attributs

2009-08-10 Thread Michael Ströder
Nicolas EISEN wrote: > I need to get internal attributs (createTimeStamp, modifyTimestamp, > ...). You mean operational attributes. With OpenLDAP server you have to either explicitly request them or use '+' in the attribute list. > res = l.search_s("dc=toph,dc=com", ldap.SCOPE_SUBTREE, "objectcl

Internal Attributs

2009-08-10 Thread Nicolas EISEN
Hi, I use OpenLDAP, python-ldap with python2.5. I need to get internal attributs (createTimeStamp, modifyTimestamp, ...). In many tutorial, I found script some like this ( http://jfgiraud.free.fr/programmation/ldap/ ): #!/usr/local/bin/python import sys, ldap try: l = ldap.open('localho