diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-17 15:31:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:05 -0500 |
commit | e0dfc4ecedff9bd7361ab7b975d96df3b2cc2667 (patch) | |
tree | 6501285877af1b3439986be26d02559d8767b957 /docs/smbdotconf/ldap/ldapusersuffix.xml | |
parent | 2c4b89cec1923be92bc0986f0dfb08bf4dae5b91 (diff) | |
download | samba-e0dfc4ecedff9bd7361ab7b975d96df3b2cc2667.tar.gz samba-e0dfc4ecedff9bd7361ab7b975d96df3b2cc2667.tar.bz2 samba-e0dfc4ecedff9bd7361ab7b975d96df3b2cc2667.zip |
clarifying ldap suffix options
(This used to be commit 30248d33d1eac0d77c2e2a82497869fec3795bf5)
Diffstat (limited to 'docs/smbdotconf/ldap/ldapusersuffix.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapusersuffix.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/smbdotconf/ldap/ldapusersuffix.xml b/docs/smbdotconf/ldap/ldapusersuffix.xml index d860fba0da..437c45ddcc 100644 --- a/docs/smbdotconf/ldap/ldapusersuffix.xml +++ b/docs/smbdotconf/ldap/ldapusersuffix.xml @@ -1,12 +1,16 @@ <samba:parameter name="ldap user suffix" context="G" type="string" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter specifies where users are added to the tree. - If this parameter is not specified, the value from <smbconfoption name="ldap suffix"/>.</para> + If this parameter is unset, the value of <smbconfoption + name="ldap suffix"/> will be used instead. The suffix string is pre-pended to the + <smbconfoption name="ldap suffix"/> string so use a partial DN + unless the <smbconfoption name="ldap suffix"/> parameter is empty.</para> </description> <value type="default"/> +<value type="example">ou=people</value> </samba:parameter> |