summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_opts.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-07-05 20:00:37 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-07-06 11:44:46 -0400
commit4e2d9fe30bf8b692972a9654c60d2d90ed355815 (patch)
tree16282fce5ead3a6e432e0b4a5424afabf7fd25c9 /src/providers/ad/ad_opts.h
parent9496a68ca035e9ef7a8077d17bdda0f497a11ecb (diff)
downloadsssd-4e2d9fe30bf8b692972a9654c60d2d90ed355815.tar.gz
sssd-4e2d9fe30bf8b692972a9654c60d2d90ed355815.tar.xz
sssd-4e2d9fe30bf8b692972a9654c60d2d90ed355815.zip
AD: use krb5_keytab for validation and GSSAPI
This simplifies configuration by eliminating the need to specifiy both krb5_keytab and ldap_krb5_keytab if the keytab is not located at /etc/krb5.keytab
Diffstat (limited to 'src/providers/ad/ad_opts.h')
-rw-r--r--src/providers/ad/ad_opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h
index b3df14c92..2648044c0 100644
--- a/src/providers/ad/ad_opts.h
+++ b/src/providers/ad/ad_opts.h
@@ -31,6 +31,7 @@ struct dp_option ad_basic_opts[] = {
{ "ad_domain", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "ad_server", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "ad_hostname", DP_OPT_STRING, NULL_STRING, NULL_STRING },
+ { "krb5_keytab", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING},
DP_OPTION_TERMINATOR
};