diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-05 20:00:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:46 -0400 |
commit | 4e2d9fe30bf8b692972a9654c60d2d90ed355815 (patch) | |
tree | 16282fce5ead3a6e432e0b4a5424afabf7fd25c9 /src/providers/ad/ad_common.h | |
parent | 9496a68ca035e9ef7a8077d17bdda0f497a11ecb (diff) | |
download | sssd-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_common.h')
-rw-r--r-- | src/providers/ad/ad_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h index d34f498a..d28bfc8a 100644 --- a/src/providers/ad/ad_common.h +++ b/src/providers/ad/ad_common.h @@ -34,6 +34,7 @@ enum ad_basic_opt { AD_DOMAIN = 0, AD_SERVER, AD_HOSTNAME, + AD_KEYTAB, AD_KRB5_REALM, AD_OPTS_BASIC /* opts counter */ |