summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_common.h
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-01-07 09:40:45 +0000
committerJakub Hrozek <jhrozek@redhat.com>2015-01-26 23:29:17 +0100
commitb22e0da9e644f5eb84ee0c8986979fec3fe7eb56 (patch)
treea905720ef4a1ced0dafa367fba21db3905953a25 /src/providers/ad/ad_common.h
parentfc2146c108e28d50bbf691925cedf9592142dd14 (diff)
downloadsssd-b22e0da9e644f5eb84ee0c8986979fec3fe7eb56.tar.gz
sssd-b22e0da9e644f5eb84ee0c8986979fec3fe7eb56.tar.xz
sssd-b22e0da9e644f5eb84ee0c8986979fec3fe7eb56.zip
AD: add new option ad_site
This option overrides a result of the automatic site discovery. Resolves: https://fedorahosted.org/sssd/ticket/2486 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ad/ad_common.h')
-rw-r--r--src/providers/ad/ad_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h
index b39ade40c..dcd70bf94 100644
--- a/src/providers/ad/ad_common.h
+++ b/src/providers/ad/ad_common.h
@@ -60,6 +60,7 @@ enum ad_basic_opt {
AD_GPO_MAP_PERMIT,
AD_GPO_MAP_DENY,
AD_GPO_DEFAULT_RIGHT,
+ AD_SITE,
AD_KRB5_CONFD_PATH,
AD_OPTS_BASIC /* opts counter */