Whamcloud - gitweb
A customer mentioned that we didn't have a get_hostaddr method for the LDAP
authorphil <phil>
Sat, 12 Feb 2005 06:25:35 +0000 (06:25 +0000)
committerphil <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

index fb578fa..5938671 100644 (file)
@@ -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