summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ldap.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-04-15 10:12:36 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-04-19 14:05:02 -0400
commit361b29ff4cc0eac948074cb0f54fdc7bd556a1b6 (patch)
tree09e467571fb460debf8cccd6ca8f9fd9c8ad3bcf /src/man/sssd-ldap.5.xml
parent5e88215456689003466c471605139cc41c154eb1 (diff)
downloadsssd_unused-361b29ff4cc0eac948074cb0f54fdc7bd556a1b6.tar.gz
sssd_unused-361b29ff4cc0eac948074cb0f54fdc7bd556a1b6.tar.xz
sssd_unused-361b29ff4cc0eac948074cb0f54fdc7bd556a1b6.zip
Add user and group search LDAP filter options
https://fedorahosted.org/sssd/ticket/647
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r--src/man/sssd-ldap.5.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 2a39732b..9d585e2a 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1369,6 +1369,43 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>ldap_user_search_filter (string)</term>
+ <listitem>
+ <para>
+ This option specifies an additional LDAP search
+ filter criteria that restrict user searches.
+ </para>
+ <para>
+ Default: not set
+ </para>
+ <para>
+ Example:
+ </para>
+ <programlisting>
+ ldap_user_search_filter = (loginShell=/bin/tcsh)
+ </programlisting>
+ <para>
+ This filter would restrict user searches to users
+ that have their shell set to /bin/tcsh.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ldap_group_search_filter (string)</term>
+ <listitem>
+ <para>
+ This option specifies an additional LDAP search
+ filter criteria that restrict group searches.
+ </para>
+ <para>
+ Default: not set
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</para>
</refsect1>