Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 69

Inserta y borra grupos

Ver diferencias:

Users.py
else:
response = self.modify()
return response
if action == "delete":
response = self.delete()
return response
def list(self,args):
......
self.ldap.add("uid="+self.user+",ou=People", attr)
# Add private group
attr = [
('objectclass', ['top','posixGroup','lisGroup']),

Exportar a: Unified diff