summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-08-09 16:11:00 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-10-13 09:49:36 -0400
commit6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2 (patch)
treee41a527ce5d196b64603befcf6fdd4f396393c7e /src/providers/ipa
parent464e9961f36e47f4c7c5463b4e14a56187da193c (diff)
downloadsssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.tar.gz
sssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.tar.xz
sssd-6e88b0dcd0352ac1280c1bd8dd0753b90e4014f2.zip
Add KDC to the list of LDAP options
Diffstat (limited to 'src/providers/ipa')
-rw-r--r--src/providers/ipa/ipa_common.c1
-rw-r--r--src/providers/ipa/ipa_common.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c
index 99b1508f9..3d999f51e 100644
--- a/src/providers/ipa/ipa_common.c
+++ b/src/providers/ipa/ipa_common.c
@@ -66,6 +66,7 @@ struct dp_option ipa_def_ldap_opts[] = {
{ "ldap_krb5_keytab", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "ldap_krb5_init_creds", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE },
/* use the same parm name as the krb5 module so we set it only once */
+ { "krb5_kdcip", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "ldap_pwd_policy", DP_OPT_STRING, { "none" } , NULL_STRING },
{ "ldap_referrals", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE },
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index 3b40e41ef..1638f2a8b 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -35,7 +35,7 @@ struct ipa_service {
/* the following defines are used to keep track of the options in the ldap
* module, so that if they change and ipa is not updated correspondingly
* this will trigger a runtime abort error */
-#define IPA_OPTS_BASIC_TEST 35
+#define IPA_OPTS_BASIC_TEST 36
/* the following define is used to keep track of the options in the krb5
* module, so that if they change and ipa is not updated correspondingly