Function ldap_utils::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