Esempio n. 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)
Esempio n. 2
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)
Esempio n. 3
0
 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)