clarifying ldap suffix options
authorGerald Carter <jerry@samba.org>
Wed, 17 Aug 2005 15:31:37 +0000 (15:31 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:05 +0000 (08:47 -0500)
(This used to be commit 30248d33d1eac0d77c2e2a82497869fec3795bf5)

docs/smbdotconf/ldap/ldapgroupsuffix.xml
docs/smbdotconf/ldap/ldapidmapsuffix.xml
docs/smbdotconf/ldap/ldapmachinesuffix.xml
docs/smbdotconf/ldap/ldapsuffix.xml
docs/smbdotconf/ldap/ldapusersuffix.xml

index ffbebe2f5ca44aae620145a0db810e46f5f0c8de..dfe8d33a296f9f7e6c477562fe152f809c83c31a 100644 (file)
@@ -6,9 +6,12 @@
 <description>
        <para>This parameters specifies the suffix that is 
        used for groups when these are added to the LDAP directory.
-       If this parameter is unset, the value of <smbconfoption name="ldap suffix"/> will be used instead.</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>
-<value type="example">ou=Groups,dc=samba,ou=Groups</value>
+<value type="example">ou=Groups</value>
 </samba:parameter>
index 81fc98d8b988f8d2f1c5e4e883efa00f372e0e84..553b9b5534b80e227a2a7bf5437e8f1ab003d9ad 100644 (file)
@@ -7,8 +7,10 @@
        <para>This parameters specifies the suffix that is 
        used when storing idmap mappings. If this parameter 
        is unset, the value of <smbconfoption name="ldap suffix"/>
-       will be used instead.</para>
+       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>
-<value type="example">ou=Idmap,dc=samba,dc=org</value>
+<value type="example">ou=Idmap</value>
 </samba:parameter>
index 994345fb1b17221e40c3c69c741efca88762e3a9..ae82cba3f5095b2b8e82c824e30beff78352e026 100644 (file)
@@ -4,8 +4,13 @@
                 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.</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
+        unless the <smbconfoption name="ldap suffix"/> parameter is empty.</para>
 </description>
 
 <value type="default"></value>
+<value type="example">ou=Computers</value>
 </samba:parameter>
index 233c61040c62e1674fb775d6d79177fb5f4bced9..819d0ef606712b9014dedc8ede1561d7a01ce109 100644 (file)
@@ -1,13 +1,14 @@
 <samba:parameter name="ldap suffix"
                  context="G"
-                                type="string"
+                type="string"
                 advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>Specifies where user and machine accounts are added to the
-               tree. Can be overriden by <smbconfoption name="ldap user suffix"/> and 
-               <smbconfoption name="ldap machine suffix"/>. It also used as the base dn for all ldap
-searches. </para>
+       tree. Can be overriden by <smbconfoption name="ldap user suffix"/> and 
+       <smbconfoption name="ldap machine suffix"/>. It also used as the base dn for all ldap
+       searches. </para>
 </description>
 <value type="default"></value>
+<value type="example">dc=samba,dc=org</value>
 </samba:parameter>
index d860fba0da7dcdb8712403afec3220695c897981..437c45ddccc49250ce3c61ccd2f1c3f1af3d59a8 100644 (file)
@@ -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>