Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Thu, 14 Apr 2005 10:50:29 +0000 (10:50 +0000)
committeradilger <adilger>
Thu, 14 Apr 2005 10:50:29 +0000 (10:50 +0000)
Handle the new LOV config when running with a config in LDAP.
b=6064
r=fergal (original patch)

lustre/utils/Lustre/lustredb.py

index fff4be4..d60c9c1 100644 (file)
@@ -400,6 +400,11 @@ class LustreDB_LDAP(LustreDB):
     def get_ref_type(self, ref_tag):
         return ref_tag[:-3]
 
+    def _get_lov_tgts(self, tag):
+        """ Get all the refs of type TAG.  Returns list of lov_tgts. """
+        tgts = []
+        return tgts
+
     #
     # [(ref_class, ref_uuid),]
     def _get_all_refs(self):