diff options
author | Andreas Schneider <asn@samba.org> | 2010-07-29 13:18:35 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-08-16 12:48:43 +0200 |
commit | a482b3e14ec4e3eada9c2477c9eae2bfbe017f53 (patch) | |
tree | d6eef12c89338587e83255d58e8e7946f0ca3e0f /docs-xml/using_samba | |
parent | 66b6a8cf62c2fe9b1eafeb094916e6046f686359 (diff) | |
download | samba-a482b3e14ec4e3eada9c2477c9eae2bfbe017f53.tar.gz samba-a482b3e14ec4e3eada9c2477c9eae2bfbe017f53.tar.bz2 samba-a482b3e14ec4e3eada9c2477c9eae2bfbe017f53.zip |
s3-auth: Remove docs about obsolete 'update encrypted' option.
Diffstat (limited to 'docs-xml/using_samba')
-rw-r--r-- | docs-xml/using_samba/appc.xml | 14 | ||||
-rw-r--r-- | docs-xml/using_samba/ch06.xml | 37 |
2 files changed, 3 insertions, 48 deletions
diff --git a/docs-xml/using_samba/appc.xml b/docs-xml/using_samba/appc.xml index 76fc5e813d..f4b4666bca 100644 --- a/docs-xml/using_samba/appc.xml +++ b/docs-xml/using_samba/appc.xml @@ -2728,20 +2728,6 @@ compatibility with older-client bugs.</para> </refsynopsisdiv> </refentry> -<refentry id="appc-refentry-194"> -<refmeta> -<refmiscinfo class="allowable values">YES, NO</refmiscinfo> -<refmiscinfo class="default">NO</refmiscinfo> -</refmeta> -<refnamediv> -<refname>update encrypted = boolean</refname> -</refnamediv> -<refsynopsisdiv> -<para>Updates the Microsoft-format password file when a user logs in with unencrypted passwords. Provided to ease conversion to encryped passwords for Windows 95/98 and NT. Added in Samba 1.9.18p5.</para> - -</refsynopsisdiv> -</refentry> - <refentry id="appc-refentry-195"> <refmeta> <refmiscinfo class="allowable values">comma-separated list of user names</refmiscinfo> diff --git a/docs-xml/using_samba/ch06.xml b/docs-xml/using_samba/ch06.xml index e0973b6cc8..b099e96071 100644 --- a/docs-xml/using_samba/ch06.xml +++ b/docs-xml/using_samba/ch06.xml @@ -1592,20 +1592,6 @@ Password changed for user dave</programlisting> <row> -<entry colname="col1"><para><literal>update encrypted</literal></para></entry> - -<entry colname="col2"><para>boolean</para></entry> - -<entry colname="col3"><para>If <literal>yes</literal>, Samba updates the encrypted password file when a client connects to a share with a plaintext password.</para></entry> - -<entry colname="col4"><para><literal>no</literal></para></entry> - -<entry colname="col5"><para>Global</para></entry> - -</row> - -<row> - <entry colname="col1"><para><literal>null passwords</literal></para></entry> <entry colname="col2"><para>boolean</para></entry> @@ -1769,23 +1755,6 @@ password level</title> <sect3 role="" label="6.4.4.7" id="ch06-SECT-4.3.7"> -<indexterm id="ch06-idx-969481-0"><primary>pdate encrypted option</primary></indexterm> -<title>update encrypted</title> - - -<para>For sites switching over to the <indexterm id="ch06-idx-967799-0"><primary>encrypted passwords</primary><secondary>Microsoft format</secondary></indexterm>encrypted password format, Samba provides an option that should help with the transition. The <literal>update</literal> <literal>encrypted</literal> option allows a site to ease into using encrypted passwords from plaintext passwords. You can activate this option as follows:</para> - - -<programlisting>[global] - update encrypted = yes</programlisting> - - -<para>This instructs Samba to create an encrypted version of each user's Unix password in the <filename>smbpasswd</filename> file each time he or she connects to a share. When this option is enabled, you must have the <literal>encrypt</literal> <literal>passwords</literal> option set to <literal>no</literal> so that the client will pass plaintext passwords to Samba to use to update the files. Once each user has connected at least once, you can set <literal>encrypted</literal> <literal>passwords</literal> <literal>=</literal> <literal>yes</literal>, allowing you to use only the encrypted passwords. The user must already have a valid entry in the <filename>smbpasswd</filename> file for this option to work.</para> -</sect3> - - - -<sect3 role="" label="6.4.4.8" id="ch06-SECT-4.3.8"> <title>null passwords</title> @@ -1801,7 +1770,7 @@ password level</title> -<sect3 role="" label="6.4.4.9" id="ch06-SECT-4.3.9"> +<sect3 role="" label="6.4.4.8" id="ch06-SECT-4.3.8"> <indexterm id="ch06-idx-969483-0"><primary>smb passwd file option</primary></indexterm> <title> smb passwd file</title> @@ -1820,7 +1789,7 @@ smb passwd file</title> -<sect3 role="" label="6.4.4.10" id="ch06-SECT-4.3.10"> +<sect3 role="" label="6.4.4.9" id="ch06-SECT-4.3.9"> <indexterm id="ch06-idx-969486-0"><primary>hosts equiv option</primary></indexterm> <title> hosts equiv</title> @@ -1838,7 +1807,7 @@ hosts equiv</title> -<sect3 role="" label="6.4.4.11" id="ch06-SECT-4.3.11"> +<sect3 role="" label="6.4.4.10" id="ch06-SECT-4.3.10"> <indexterm id="ch06-idx-969487-0"><primary>use rhosts option</primary></indexterm> <title> use rhosts</title> |