Struct kanidm_unix_resolver::unix_config::UnixdConfig
source · pub struct UnixdConfig {Show 18 fields
pub cache_db_path: String,
pub sock_path: String,
pub task_sock_path: String,
pub cache_timeout: u64,
pub unix_sock_timeout: u64,
pub default_shell: String,
pub home_prefix: PathBuf,
pub home_mount_prefix: Option<PathBuf>,
pub home_attr: HomeAttr,
pub home_alias: Option<HomeAttr>,
pub use_etc_skel: bool,
pub uid_attr_map: UidAttr,
pub gid_attr_map: UidAttr,
pub selinux: bool,
pub hsm_type: HsmType,
pub hsm_pin_path: String,
pub tpm_tcti_name: String,
pub kanidm_config: Option<KanidmConfig>,
}
Fields§
§cache_db_path: String
§sock_path: String
§task_sock_path: String
§cache_timeout: u64
§unix_sock_timeout: u64
§default_shell: String
§home_prefix: PathBuf
§home_mount_prefix: Option<PathBuf>
§home_attr: HomeAttr
§home_alias: Option<HomeAttr>
§use_etc_skel: bool
§uid_attr_map: UidAttr
§gid_attr_map: UidAttr
§selinux: bool
§hsm_type: HsmType
§hsm_pin_path: String
§tpm_tcti_name: String
§kanidm_config: Option<KanidmConfig>
Implementations§
Trait Implementations§
source§impl Debug for UnixdConfig
impl Debug for UnixdConfig
source§impl Default for UnixdConfig
impl Default for UnixdConfig
Auto Trait Implementations§
impl Freeze for UnixdConfig
impl RefUnwindSafe for UnixdConfig
impl Send for UnixdConfig
impl Sync for UnixdConfig
impl Unpin for UnixdConfig
impl UnwindSafe for UnixdConfig
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more