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
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
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.
--
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
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
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