diff options
author | John Terpstra <jht@samba.org> | 2005-12-01 17:03:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:12 -0500 |
commit | 75b6869e0850818669bca3eb1316172b0d0f4e18 (patch) | |
tree | 93f9bd63eb670ca834c4f341ff41f03d48a91c22 /docs/smbdotconf/ldap/ldapmachinesuffix.xml | |
parent | e466b1fc1ad9e29b79e8e840f38d082e6e5588b7 (diff) | |
download | samba-75b6869e0850818669bca3eb1316172b0d0f4e18.tar.gz samba-75b6869e0850818669bca3eb1316172b0d0f4e18.tar.bz2 samba-75b6869e0850818669bca3eb1316172b0d0f4e18.zip |
Fixing messy man page information.
(This used to be commit 7095d7d85fc3abc30427a827b1a71e3853114471)
Diffstat (limited to 'docs/smbdotconf/ldap/ldapmachinesuffix.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapmachinesuffix.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/smbdotconf/ldap/ldapmachinesuffix.xml b/docs/smbdotconf/ldap/ldapmachinesuffix.xml index 74fab93eca..b54f6383e8 100644 --- a/docs/smbdotconf/ldap/ldapmachinesuffix.xml +++ b/docs/smbdotconf/ldap/ldapmachinesuffix.xml @@ -1,15 +1,18 @@ <samba:parameter name="ldap machine suffix" - context="G" - advanced="1" developer="1" - type="string" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + context="G" + advanced="1" + developer="1" + type="string" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + <description> - <para>It specifies where machines should be added to the ldap tree. - 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.</para> + <para> + It specifies where machines should be added to the ldap tree. 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. + </para> </description> -<value type="default"></value> +<value type="default"/> <value type="example">ou=Computers</value> </samba:parameter> |