summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/ldapupdate.py')
-rw-r--r--ipaserver/install/ldapupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index 087cfcfd..42964c04 100644
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@ -718,7 +718,7 @@ class LDAPUpdate:
else:
# Update LDAP
try:
- changes = self.conn._generate_modlist(entry.dn, entry)
+ changes = entry.generate_modlist()
if len(changes) >= 1:
updated = True
safe_changes = []