Univention Bugzilla – Bug 34971
Switch to MODRDN.delold=1
Last modified: 2014-07-02 11:28:17 CEST
+++ This bug was initially created as a clone of Bug #34802 +++ Yes, that makes sense. I think this would fix the rename issue: Index: univention-python/modules/uldap.py =================================================================== --- univention-python/modules/uldap.py (Revision 49891) +++ univention-python/modules/uldap.py (Arbeitskopie) @@ -490,7 +490,7 @@ ml=self.__encode_entry(ml) if rename: univention.debug.debug(univention.debug.LDAP, univention.debug.WARN, 'rename %s' % rename) - self.lo.rename_s(dn, rename, None, delold=0) + self.lo.rename_s(dn, rename, None, delold=1) dn=rename+dn[dn.find(','):] if ml: try:
r50731 | Bug #34971 uldap: Delete old RDN on rename
YAML: r51099 | Bug #34971: uldap.rename(delold=1)
OK - uldap.modify() OK - YAML
http://errata.univention.de/ucs/3.2/130.html