コード例 #1
0
 def handle(self, *args, **kwargs):
     for user in LDAPBackend.get_users():
         user.save()
コード例 #2
0
ファイル: ldap.py プロジェクト: tahajahangir/authentic2
def get_attribute_names(instance, ctx):
    return LDAPBackend.get_attribute_names()
コード例 #3
0
ファイル: ldap.py プロジェクト: josuebrunel/authentic2
def get_attribute_names(instance, ctx):
    return LDAPBackend.get_attribute_names()
コード例 #4
0
 def handle(self, *args, **kwargs):
     list(LDAPBackend.get_users())