diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:55:49 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:55:49 +0000 |
commit | 3d5bb047b18fd289459c4096cc4787b89bbffafe (patch) | |
tree | cc95f61d39f519d57e07533e2970f35a60cbd3a2 /docs/docbook/smbdotconf/domain | |
parent | 32bd50c8284de4d9ccb9864d6ec2069403b1949d (diff) | |
download | samba-3d5bb047b18fd289459c4096cc4787b89bbffafe.tar.gz samba-3d5bb047b18fd289459c4096cc4787b89bbffafe.tar.bz2 samba-3d5bb047b18fd289459c4096cc4787b89bbffafe.zip |
Fix typos in printing
(This used to be commit 63cf664adeff997e359fc56ac75feb85d64ff2d7)
Diffstat (limited to 'docs/docbook/smbdotconf/domain')
-rw-r--r-- | docs/docbook/smbdotconf/domain/machinepasswordtimeout.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/docbook/smbdotconf/domain/machinepasswordtimeout.xml b/docs/docbook/smbdotconf/domain/machinepasswordtimeout.xml index 14e6d9c5df..06017fce59 100644 --- a/docs/docbook/smbdotconf/domain/machinepasswordtimeout.xml +++ b/docs/docbook/smbdotconf/domain/machinepasswordtimeout.xml @@ -1,18 +1,21 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="MACHINEPASSWORDTIMEOUT"/>machine password timeout (G)</term> - <listitem><para>If a Samba server is a member of a Windows - NT Domain (see the <link linkend="SECURITYEQUALSDOMAIN">security = domain</link>) - parameter) then periodically a running <ulink url="smbd.8.html"> - smbd(8)</ulink> process will try and change the MACHINE ACCOUNT - PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb - </filename>. This parameter specifies how often this password - will be changed, in seconds. The default is one week (expressed in - seconds), the same as a Windows NT Domain member server.</para> +<samba:parameter name="machine password timeout" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>If a Samba server is a member of a Windows + NT Domain (see the <link linkend="SECURITYEQUALSDOMAIN">security = domain</link>) + parameter) then periodically a running <ulink url="smbd.8.html"> + smbd(8)</ulink> process will try and change the MACHINE ACCOUNT + PASSWORD stored in the TDB called <filename moreinfo="none">private/secrets.tdb + </filename>. This parameter specifies how often this password + will be changed, in seconds. The default is one week (expressed in + seconds), the same as a Windows NT Domain member server.</para> - <para>See also <citerefentry><refentrytitle>smbpasswd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry>, and the <link linkend="SECURITYEQUALSDOMAIN"> - security = domain</link>) parameter.</para> + <para>See also <citerefentry><refentrytitle>smbpasswd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry>, and the <link linkend="SECURITYEQUALSDOMAIN"> + security = domain</link>) parameter.</para> - <para>Default: <command moreinfo="none">machine password timeout = 604800</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">machine password timeout = 604800</command></para> +</listitem> +</samba:parameter> |