Allow for null gssapi-realm
This commit is contained in:
parent
0890bb7b1e
commit
db5c0b7cd1
|
@ -120,8 +120,9 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
gssapi-realm = mkOption {
|
gssapi-realm = mkOption {
|
||||||
type = str;
|
type = nullOr str;
|
||||||
description = "GSSAPI (i.e. Kerberos) realm of this domain.";
|
description = "GSSAPI (i.e. Kerberos) realm of this domain.";
|
||||||
|
default = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
kerberos-master = mkOption {
|
kerberos-master = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue