mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fix for unixd
This commit is contained in:
parent
764e7277fd
commit
ca71b12b46
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue