mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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;
|
cfg = config.krb5;
|
||||||
|
|
||||||
# This is to provide support for old configuration options (as much as is
|
# 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 = {
|
defaultConfig = {
|
||||||
libdefaults = optionalAttrs (cfg.defaultRealm != null)
|
libdefaults = optionalAttrs (cfg.defaultRealm != null)
|
||||||
{ default_realm = cfg.defaultRealm; };
|
{ default_realm = cfg.defaultRealm; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue