summaryrefslogtreecommitdiffstats
path: root/src/config/etc/sssd.api.d/sssd-ldap.conf
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2010-10-14 09:37:34 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-10-19 16:02:47 -0400
commit7051a30300d12163e890e4ec4b9a765567679a8b (patch)
tree96d9f734fef8d052a4747756b11538f18e5d261f /src/config/etc/sssd.api.d/sssd-ldap.conf
parented9d7d200bda6f5e1a177054fb483fb48c6ad54e (diff)
downloadsssd_unused-7051a30300d12163e890e4ec4b9a765567679a8b.tar.gz
sssd_unused-7051a30300d12163e890e4ec4b9a765567679a8b.tar.xz
sssd_unused-7051a30300d12163e890e4ec4b9a765567679a8b.zip
Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.
For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543
Diffstat (limited to 'src/config/etc/sssd.api.d/sssd-ldap.conf')
-rw-r--r--src/config/etc/sssd.api.d/sssd-ldap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ldap.conf b/src/config/etc/sssd.api.d/sssd-ldap.conf
index 75eba586..1f5d7ab2 100644
--- a/src/config/etc/sssd.api.d/sssd-ldap.conf
+++ b/src/config/etc/sssd.api.d/sssd-ldap.conf
@@ -14,6 +14,7 @@ ldap_tls_reqcert = str, None, false
ldap_sasl_mech = str, None, false
ldap_sasl_authid = str, None, false
krb5_kdcip = str, None, false
+krb5_server = str, None, false
krb5_realm = str, None, false
ldap_krb5_keytab = str, None, false
ldap_krb5_init_creds = bool, None, false