Function query_ldap_schema

Source
pub async fn query_ldap_schema(
    ldap: &mut Ldap,
) -> Result<Option<LDAPSchema>, LdapSchemaError>
Expand description

Retrieve the LDAP schema from an LDAP server using ldap3

tested with OpenLDAP