summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/ipaldap.py')
-rw-r--r--ipaserver/ipaldap.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py
index 399b8cf00..7fceb8890 100644
--- a/ipaserver/ipaldap.py
+++ b/ipaserver/ipaldap.py
@@ -719,14 +719,6 @@ class LDAPEntry(dict):
yield self._dn
yield self
- def getValue(self, name, default=None):
- # FIXME: for backwards compatibility only
- """Get the first value for the attribute named name"""
- value = self.data.get(name, default)
- if isinstance(value, (list, tuple)):
- return value[0]
- return value
-
def toTupleList(self):
# FIXME: for backwards compatibility only
"""Convert the attrs and values to a list of 2-tuples. The first element