Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221dcd6
)
A customer mentioned that we didn't have a get_hostaddr method for the LDAP
author
phil
<phil>
Sat, 12 Feb 2005 06:25:35 +0000
(06:25 +0000)
committer
phil
<phil>
Sat, 12 Feb 2005 06:25:35 +0000
(06:25 +0000)
backend. LDAP is on its way out of favour, so I'm hardly shocked.
lustre/utils/Lustre/lustredb.py
patch
|
blob
|
history
diff --git
a/lustre/utils/Lustre/lustredb.py
b/lustre/utils/Lustre/lustredb.py
index
fb578fa
..
5938671
100644
(file)
--- a/
lustre/utils/Lustre/lustredb.py
+++ b/
lustre/utils/Lustre/lustredb.py
@@
-411,6
+411,9
@@
class LustreDB_LDAP(LustreDB):
def get_route_tbl(self):
return []
+ def get_hostaddr(self):
+ return self._get_refs('hostaddr')
+
def _update_active(self, tgtuuid, newuuid):
"""Return list of uuids matching the filter."""
import ldap