blob: 7e84d3a69af2f868d4c69e6961ccd010b0576a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Defaults for nslcd init script
# Whether to start k5start (for obtaining and keeping a Kerberos ticket)
# By default k5start is started if nslcd.conf has sasl_mech set to GSSAPI
# and krb5_ccname is set to a file-type ticket cache.
# Set to "yes" to force starting k5start, any other value will not start
# k5start.
#K5START_START="yes"
# Options for k5start.
#K5START_BIN=/usr/bin/k5start
#K5START_KEYTAB=/etc/krb5.keytab
#K5START_CCREFRESH=60
#K5START_PRINCIPAL="host/$(hostname -f)"
|