Struct ldap3::exop::WhoAmIResp [] [src]

pub struct WhoAmIResp {
    pub authzid: String,
}

Who Am I response.

Fields

Authorization Id, the identity which LDAP uses for access control on this connection.

Trait Implementations

impl ExopParser for WhoAmIResp
[src]

Convert the raw BER value into an exop-specific struct.