Add user-ou & group-ou
This commit is contained in:
parent
93569ff4e8
commit
393112de4a
|
@ -131,10 +131,16 @@ in {
|
||||||
example = "dc=fudo,dc=org";
|
example = "dc=fudo,dc=org";
|
||||||
};
|
};
|
||||||
|
|
||||||
member-ou = mkOption {
|
user-ou = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Organizational unit containing users.";
|
description = "Organizational unit containing users.";
|
||||||
default = "ou=members";
|
default = "ou=users";
|
||||||
|
};
|
||||||
|
|
||||||
|
group-ou = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "Organizational unit containing users.";
|
||||||
|
default = "ou=groups";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue