예제 #1
0
 def dsdb_DsReplicaAttribute(self, ldb, ldap_display_name, ldif_elements):
     '''convert a list of attribute values to a DRSUAPI DsReplicaAttribute'''
     return dsdb._dsdb_DsReplicaAttribute(ldb, ldap_display_name, ldif_elements)
예제 #2
0
파일: samdb.py 프로젝트: Distrotech/samba
 def dsdb_DsReplicaAttribute(self, ldb, ldap_display_name, ldif_elements):
     '''convert a list of attribute values to a DRSUAPI DsReplicaAttribute'''
     return dsdb._dsdb_DsReplicaAttribute(ldb, ldap_display_name, ldif_elements)
예제 #3
0
 def dsdb_DsReplicaAttribute(self, ldb, ldap_display_name, ldif_elements):
     return dsdb._dsdb_DsReplicaAttribute(ldb, ldap_display_name, ldif_elements)