summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-10-02 17:48:49 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-10-25 21:02:43 +0200
commit8a05fd320a44636d120a18eb7e9956c7b35b3138 (patch)
tree58f77c880ecea276ab4323f465b743001894d04e /src/man
parentdd2f33603228005a44675f1484c294ea647dbce3 (diff)
downloadsssd-8a05fd320a44636d120a18eb7e9956c7b35b3138.tar.gz
sssd-8a05fd320a44636d120a18eb7e9956c7b35b3138.tar.xz
sssd-8a05fd320a44636d120a18eb7e9956c7b35b3138.zip
AD: Add a new option ad_access_filter
This patch just adds the option, it doesn't do anything useful yet. Related: https://fedorahosted.org/sssd/ticket/2082
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ad.5.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 3aa865ab1..41bd3ba05 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -169,6 +169,30 @@ ldap_id_mapping = False
</varlistentry>
<varlistentry>
+ <term>ad_access_filter (boolean)</term>
+ <listitem>
+ <para>
+ This option specifies LDAP access control
+ filter that the user must match in order
+ to be allowed access. Please note that the
+ <quote>access_filter</quote> option must be
+ explicitly set to <quote>ad</quote> in order
+ for this option to have an effect.
+ </para>
+ <para>
+ Example:
+ </para>
+ <programlisting>
+access_provider = ad
+ad_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com
+ </programlisting>
+ <para>
+ Default: Not set
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>dyndns_update (boolean)</term>
<listitem>
<para>