Skip to main content

query_root_dse

Function query_root_dse 

Source
pub async fn query_root_dse(
    ldap: &mut Ldap,
) -> Result<Option<RootDSE>, LdapOperationError>
Expand description

retrieve the RootDSE from an LDAP server using ldap3

ยงErrors

Returns LdapOperationError if the LDAP search fails, or if a required attribute is missing from the RootDSE entry, or if an OID cannot be parsed.