Ejemplo n.º 1
0
 def handle(self, *args, **kwargs):
     for user in LDAPBackend.get_users():
         user.save()
Ejemplo n.º 2
0
def get_attribute_names(instance, ctx):
    return LDAPBackend.get_attribute_names()
Ejemplo n.º 3
0
def get_attribute_names(instance, ctx):
    return LDAPBackend.get_attribute_names()
Ejemplo n.º 4
0
 def handle(self, *args, **kwargs):
     list(LDAPBackend.get_users())