diff options
Diffstat (limited to 'docs/smbdotconf/ldap')
-rw-r--r-- | docs/smbdotconf/ldap/ldapmachinesuffix.xml | 21 | ||||
-rw-r--r-- | docs/smbdotconf/ldap/ldappasswdsync.xml | 15 |
2 files changed, 22 insertions, 14 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> diff --git a/docs/smbdotconf/ldap/ldappasswdsync.xml b/docs/smbdotconf/ldap/ldappasswdsync.xml index 167c206b97..864bfc45a0 100644 --- a/docs/smbdotconf/ldap/ldappasswdsync.xml +++ b/docs/smbdotconf/ldap/ldappasswdsync.xml @@ -1,8 +1,10 @@ <samba:parameter name="ldap passwd sync" - context="G" - advanced="1" developer="1" - type="enum" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + context="G" + advanced="1" + developer="1" + type="enum" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + <description> <para> This option is used to define whether or not Samba should sync the LDAP password with the NT @@ -10,7 +12,9 @@ change via SAMBA. </para> - <para>The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: </para> + <para> + The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: + </para> <itemizedlist> <listitem> @@ -29,5 +33,6 @@ </listitem> </itemizedlist> </description> + <value type="default">no</value> </samba:parameter> |