Fix for unixd

This commit is contained in:
William Brown 2020-10-01 15:31:39 +10:00
parent 764e7277fd
commit ca71b12b46

View file

@ -262,7 +262,7 @@ async fn main() {
}
}
let unixd_path = Path::new("/etc/kanidm/config");
let unixd_path = Path::new("/etc/kanidm/unixd");
let unixd_path_str = match unixd_path.to_str() {
Some(cps) => cps,
None => {