From 4534c103b193b74452ea81bf12ffaceb1901728a Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 21 Oct 2010 10:13:46 +0200 Subject: Add ldap_deref option --- src/man/sssd-ldap.5.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 87d388ad..8c38ca76 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -990,6 +990,41 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com + + ldap_deref (string) + + + Specifies how alias dereferencing is done when + performing a search. The following options are + allowed: + + + never: Aliases are never + dereferenced. + + + searching: Aliases are + dereferenced in subordinates of the base object, + but not in locating the base object of the search. + + + finding: Aliases are only + dereferenced when locating the base object of the + search. + + + always: Aliases are + dereferenced both in searching and in locating the + base object of the search. + + + Default: Empty (this is handled as + never by the LDAP client + libraries) + + + + -- cgit