Esempio n. 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)
Esempio n. 2
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)
Esempio n. 3
0
 def dsdb_DsReplicaAttribute(self, ldb, ldap_display_name, ldif_elements):
     return dsdb._dsdb_DsReplicaAttribute(ldb, ldap_display_name, ldif_elements)