diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-10-12 11:34:58 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-10-12 11:34:58 +0200 |
commit | c5d5969e24913ea544590dd16378f7e071b07c4b (patch) | |
tree | fdbcdc7c0e356d30e69eb68b6704d6bb546fa9f8 /docs-xml | |
parent | fa05abc8ffc82b1873b97d43118480b4eb9140d4 (diff) | |
download | samba-c5d5969e24913ea544590dd16378f7e071b07c4b.tar.gz samba-c5d5969e24913ea544590dd16378f7e071b07c4b.tar.xz samba-c5d5969e24913ea544590dd16378f7e071b07c4b.zip |
s3/smbldap: add option to disable following LDAP refs
Fix bug #6717.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapreffollow.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapreffollow.xml b/docs-xml/smbdotconf/ldap/ldapreffollow.xml new file mode 100644 index 00000000000..f059f15f15f --- /dev/null +++ b/docs-xml/smbdotconf/ldap/ldapreffollow.xml @@ -0,0 +1,21 @@ +<samba:parameter name="ldap ref follow" context="G" type="enum" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + +<description> + + <para>This option controls whether to follow LDAP referrals or not when + searching for entries in the LDAP database. Possible values are + <emphasis>on</emphasis> to enable following referrals, + <emphasis>off</emphasis> to disable this, and + <emphasis>auto</emphasis>, 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).</para> + +</description> + +<value type="default">auto</value> +<value type="example">off</value> + +</samba:parameter> |