From 9dc153a402a36eeb6edbbf23ef489d957b9a76d0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Sep 2013 13:52:54 +0200 Subject: LDAP: Deprecate ldap_{user,group}_search_filter --- src/man/sssd-ldap.5.xml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index d488ab37..8e6a4a39 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2331,50 +2331,6 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com - - ldap_user_search_filter (string) - - - This option specifies an additional LDAP search - filter criteria that restrict user searches. - - - This option is deprecated in - favor of the syntax used by ldap_user_search_base. - - - Default: not set - - - Example: - - - ldap_user_search_filter = (loginShell=/bin/tcsh) - - - This filter would restrict user searches to users - that have their shell set to /bin/tcsh. - - - - - - ldap_group_search_filter (string) - - - This option specifies an additional LDAP search - filter criteria that restrict group searches. - - - This option is deprecated in - favor of the syntax used by ldap_group_search_base. - - - Default: not set - - - - ldap_sudo_search_base (string) -- cgit