krb5: add deprecation date for old configuration

This commit is contained in:
Joerg Thalheim 2017-10-03 11:01:05 +01:00
parent 06e15e59f9
commit 1406e249b3

View File

@ -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; };