From c5d5969e24913ea544590dd16378f7e071b07c4b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Oct 2009 11:34:58 +0200 Subject: s3/smbldap: add option to disable following LDAP refs Fix bug #6717. --- docs-xml/smbdotconf/ldap/ldapreffollow.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs-xml/smbdotconf/ldap/ldapreffollow.xml (limited to 'docs-xml/smbdotconf') diff --git a/docs-xml/smbdotconf/ldap/ldapreffollow.xml b/docs-xml/smbdotconf/ldap/ldapreffollow.xml new file mode 100644 index 0000000000..f059f15f15 --- /dev/null +++ b/docs-xml/smbdotconf/ldap/ldapreffollow.xml @@ -0,0 +1,21 @@ + + + + + This option controls whether to follow LDAP referrals or not when + searching for entries in the LDAP database. Possible values are + on to enable following referrals, + off to disable this, and + auto, to use the libldap default settings. + libldap's choice of following referrals or not is set in + /etc/openldap/ldap.conf with the REFERRALS parameter as documented in + ldap.conf(5). + + + +auto +off + + -- cgit