diff options
Diffstat (limited to 'ipaserver/ipaldap.py')
-rw-r--r-- | ipaserver/ipaldap.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py index c5ae6eee..95cc7547 100644 --- a/ipaserver/ipaldap.py +++ b/ipaserver/ipaldap.py @@ -1632,11 +1632,6 @@ class IPAdmin(LDAPClient): ) return result[0] - def addEntry(self, entry): - # FIXME: for backwards compatibility only - self.add_entry(entry.dn, entry) - return True - def updateEntry(self,dn,oldentry,newentry): # FIXME: for backwards compatibility only """This wraps the mod function. It assumes that the entry is already |