From b22e0da9e644f5eb84ee0c8986979fec3fe7eb56 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Wed, 7 Jan 2015 09:40:45 +0000 Subject: AD: add new option ad_site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This option overrides a result of the automatic site discovery. Resolves: https://fedorahosted.org/sssd/ticket/2486 Reviewed-by: Pavel Březina --- src/man/sssd-ad.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man/sssd-ad.5.xml') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 1b33f28ab..2d3c88c6e 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -227,6 +227,20 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) + + ad_site (string) + + + Specify AD site to which client should try to connect. + If this option is not provided, the AD site will be + auto-discovered. + + + Default: Not set + + + + ad_enable_gc (boolean) -- cgit