示例#1
0
文件: samdb.py 项目: Distrotech/samba
 def get_backlink_from_lDAPDisplayName(self, ldap_display_name):
     '''return the attribute name of the corresponding backlink from the name
     of a forward link attribute. If there is no backlink return None'''
     return dsdb._dsdb_get_backlink_from_lDAPDisplayName(self, ldap_display_name)
示例#2
0
 def get_backlink_from_lDAPDisplayName(self, ldap_display_name):
     '''return the attribute name of the corresponding backlink from the name
     of a forward link attribute. If there is no backlink return None'''
     return dsdb._dsdb_get_backlink_from_lDAPDisplayName(self, ldap_display_name)