summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-22 12:42:43 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-02-22 15:25:07 -0500
commitc08c9f68cf14c950824f22a6f24056ea417b5940 (patch)
tree27395af17953700102d0a7eed74e7b95a3b7eea5 /src/providers/ipa/ipa_common.h
parent5887e84f23371b2fbe56a9c998d3e06a897d8521 (diff)
downloadsssd-c08c9f68cf14c950824f22a6f24056ea417b5940.tar.gz
sssd-c08c9f68cf14c950824f22a6f24056ea417b5940.tar.xz
sssd-c08c9f68cf14c950824f22a6f24056ea417b5940.zip
Add krb5_realm to the basic IPA options
Previously, this was only handled by the internal LDAP and Kerberos providers, but this wasn't available early enough to properly handle setting up the krb5_service for failover and creating the krb5info files.
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r--src/providers/ipa/ipa_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h
index 85f22e8df..588aa63e4 100644
--- a/src/providers/ipa/ipa_common.h
+++ b/src/providers/ipa/ipa_common.h
@@ -49,6 +49,7 @@ enum ipa_basic_opt {
IPA_DYNDNS_UPDATE,
IPA_DYNDNS_IFACE,
IPA_HBAC_SEARCH_BASE,
+ IPA_KRB5_REALM,
IPA_OPTS_BASIC /* opts counter */
};