nixos/ldap: add missing types
This commit is contained in:
parent
d89aff670a
commit
a1acbfbfcb
@ -78,11 +78,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
server = mkOption {
|
server = mkOption {
|
||||||
|
type = types.str;
|
||||||
example = "ldap://ldap.example.org/";
|
example = "ldap://ldap.example.org/";
|
||||||
description = "The URL of the LDAP server.";
|
description = "The URL of the LDAP server.";
|
||||||
};
|
};
|
||||||
|
|
||||||
base = mkOption {
|
base = mkOption {
|
||||||
|
type = types.str;
|
||||||
example = "dc=example,dc=org";
|
example = "dc=example,dc=org";
|
||||||
description = "The distinguished name of the search base.";
|
description = "The distinguished name of the search base.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user