pub type krb5_string_attr = krb5_string_attr_st;Expand description
String attributes (currently stored inside tl-data) map C string keys to values. They can be set via kadmin and consumed by KDC plugins.
Aliased Type§
#[repr(C)]pub struct krb5_string_attr {
pub key: *mut i8,
pub value: *mut i8,
}Fields§
§key: *mut i8§value: *mut i8