Function ldap_utils::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
pub async fn query_root_dse(
ldap: &mut Ldap,
) -> Result<Option<RootDSE>, LdapOperationError>
retrieve the RootDSE from an LDAP server using ldap3