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 0724e224..8a4e7ee9 100644 --- a/ipaserver/ipaldap.py +++ b/ipaserver/ipaldap.py @@ -697,11 +697,6 @@ class LDAPEntry(dict): yield self._dn yield self - def getValues(self, name): - # FIXME: for backwards compatibility only - """Get the list (array) of values for the attribute named name""" - return self.data.get(name) - def getValue(self, name, default=None): # FIXME: for backwards compatibility only """Get the first value for the attribute named name""" |