示例#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)