kanidm_unix_common::unix_passwd

Function read_etc_group_file

source
pub fn read_etc_group_file<P: AsRef<Path>>(
    path: P,
) -> Result<Vec<EtcGroup>, UnixIntegrationError>