Struct livy_manager::config::LDAP [] [src]

pub struct LDAP {
    pub url: String,
    pub user_dn: String,
    pub admin_group_dn: String,
}

Configuration for the LDAP authentication

Fields

Trait Implementations

impl Clone for LDAP
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LDAP
[src]

[src]

Formats the value using the given formatter.