コード例 #1
0
 def get_attid_from_lDAPDisplayName(self, ldap_display_name,
                                    is_schema_nc=False):
     '''return the attribute ID for a LDAP attribute as an integer as found in DRSUAPI'''
     return dsdb._dsdb_get_attid_from_lDAPDisplayName(self,
                                                      ldap_display_name, is_schema_nc)
コード例 #2
0
ファイル: samdb.py プロジェクト: Distrotech/samba
 def get_attid_from_lDAPDisplayName(self, ldap_display_name,
         is_schema_nc=False):
     '''return the attribute ID for a LDAP attribute as an integer as found in DRSUAPI'''
     return dsdb._dsdb_get_attid_from_lDAPDisplayName(self,
         ldap_display_name, is_schema_nc)
コード例 #3
0
ファイル: samdb.py プロジェクト: fendouzhe660/dd-wrt
 def get_attid_from_lDAPDisplayName(self, ldap_display_name,
         is_schema_nc=False):
     return dsdb._dsdb_get_attid_from_lDAPDisplayName(self,
         ldap_display_name, is_schema_nc)