summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-01-23 09:27:05 -0500
committerMartin Kosek <mkosek@redhat.com>2013-03-01 16:59:45 +0100
commitf8ad7cb96f065ca0dc557d8be95fd33a95d34d17 (patch)
tree4906b03d1f5c0517107ac1ab0953e123f82c709a /ipaserver/ipaldap.py
parentaaa41b21457ed1ea593845ac05f1e72cfe83ab7f (diff)
downloadfreeipa.git-f8ad7cb96f065ca0dc557d8be95fd33a95d34d17.tar.gz
freeipa.git-f8ad7cb96f065ca0dc557d8be95fd33a95d34d17.tar.xz
freeipa.git-f8ad7cb96f065ca0dc557d8be95fd33a95d34d17.zip
Replace addEntry with add_entry
Part of the work for: https://fedorahosted.org/freeipa/ticket/2660
Diffstat (limited to 'ipaserver/ipaldap.py')
-rw-r--r--ipaserver/ipaldap.py5
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