Пример #1
0
 def __init__(self, data):
     # DB access and data
     self.pipe = LDAPComm()
     self.access = LDAPData()
     self.buildWith = data
     # DB modification files
     print "BUILDER IS RUNNING IN: ", os.getcwd()
     self.ldif_build_path = './mcUser/management/LDAP/LDIFs/'
     self.rootPW = "RPW.ldif"
     self.tree = "DIT.ldif"
     self.acl_del = "ACL_del.ldif"
     self.acl_add = "ACL_add.ldif"