We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e279d8 commit d32bb38Copy full SHA for d32bb38
core/krb5_client/configure.coffee.md
@@ -42,7 +42,7 @@ Example:
42
options.etc_krb5_conf = merge {}, module.exports.etc_krb5_conf, options.etc_krb5_conf
43
# Merge global with server-based configuration
44
# options.etc_krb5_conf.realms = merge {}, options.etc_krb5_conf.realms, options.etc_krb5_conf.realms
45
- if srv.deps.krb5_server
+ if service.deps.krb5_server
46
for srv in service.deps.krb5_server
47
for realm, config of srv.options.admin
48
options.etc_krb5_conf.realms[realm] ?= {}
0 commit comments