[python-ldap] Modlist with a replace sometimes fails

Michael Ströder michael at stroeder.com
Fri Mar 4 13:19:45 EST 2016


Jephte Clain wrote:
> FYI, on OpenLDAP, under the cn=config database, there are some
> attributes that a required to exist. You can't just delete then add
> them: you have to replace them.

Not true.

Successfully tested this modification with OpenLDAP 2.4.44:

---------------- snip ----------------
dn: olcDatabase={1}mdb,cn=config
changetype: modify
delete: olcDbDirectory
-
add: olcDbDirectory
olcDbDirectory: /home/openldap/accesslog
-

---------------- snip ----------------

'olcDbDirectory' is MUST in this 'olcMdbConfig' entry.

Ciao, Michael.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4245 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20160304/a5d1c96f/attachment.bin>


More information about the python-ldap mailing list