Struct kerberos_parser::krb5::Realm [−][src]
pub struct Realm(pub String);Expand description
Kerberos Realm
A Kerberos realm is a set of managed nodes that share the same Kerberos database.
Tuple Fields
0: Stringpub struct Realm(pub String);Kerberos Realm
A Kerberos realm is a set of managed nodes that share the same Kerberos database.
0: String