예제 #1
0
파일: samdb.py 프로젝트: Distrotech/samba
 def set_schema_from_ldb(self, ldb_conn, write_indices_and_attributes=True):
     dsdb._dsdb_set_schema_from_ldb(self, ldb_conn, write_indices_and_attributes)
예제 #2
0
파일: samdb.py 프로젝트: sprymak/samba
 def set_schema_from_ldb(self, ldb_conn):
     dsdb._dsdb_set_schema_from_ldb(self, ldb_conn)
예제 #3
0
 def set_schema_from_ldb(self, ldb_conn, write_indices_and_attributes=True):
     dsdb._dsdb_set_schema_from_ldb(self, ldb_conn, write_indices_and_attributes)
예제 #4
0
파일: samdb.py 프로젝트: cpatulea/samba
 def set_schema_from_ldb(self, ldb_conn):
     dsdb._dsdb_set_schema_from_ldb(self, ldb_conn)