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
pub async fn query_ldap_schema(
ldap: &mut Ldap,
) -> Result<Option<LDAPSchema>, LdapSchemaError>
Retrieve the LDAP schema from an LDAP server using ldap3
tested with OpenLDAP