krb5: add deprecation date for old configuration
This commit is contained in:
parent
06e15e59f9
commit
1406e249b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
cfg = config.krb5;
|
||||
|
||||
# This is to provide support for old configuration options (as much as is
|
||||
# reasonable). This can probably be removed after some time.
|
||||
# reasonable). This can be removed after 18.03 was released.
|
||||
defaultConfig = {
|
||||
libdefaults = optionalAttrs (cfg.defaultRealm != null)
|
||||
{ default_realm = cfg.defaultRealm; };
|
||||
|
|
Loading…
Reference in a new issue