Struct ldap3::controls::ProxyAuth [] [src]

pub struct ProxyAuth {
    pub authzid: String,
}

Proxy Authorization control (RFC 4370).

This control only has the request part, and must be marked as critical. For that reason, it doesn't implement MakeCritical.

Fields

Authorization identity, empty if anonymous.

Trait Implementations

impl Clone for ProxyAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProxyAuth
[src]

Formats the value using the given formatter.