diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-03 10:38:29 +1000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2013-06-11 16:25:54 +0200 |
commit | c0cbf5936f0385ab93315cc366a0aa16c0ebd237 (patch) | |
tree | 4b8f6f3ff4ee06bc2f7620a01d435b7af99b4643 /docs-xml/Samba3-HOWTO | |
parent | 3f73002f2d5f8a27820e09b024f561fda1560184 (diff) | |
download | samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.tar.gz samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.tar.bz2 samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.zip |
Remove remaining references to "password level" in the tree
Reviewed-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Simo Sorce <idra@samba.org>
Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml | 2 | ||||
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml index 5ea2db2641..657cc971c5 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Diagnosis.xml @@ -446,7 +446,7 @@ If it says <quote><errorname>bad password,</errorname></quote> then the likely c <listitem> <para> You have explicitly disabled encrypted passwords with - <smbconfoption name="encrypt passwords">no</smbconfoption> have a mixed-case password and you haven't enabled the <smbconfoption name="password level"/> option at a high enough level. + <smbconfoption name="encrypt passwords">no</smbconfoption> have a mixed-case password. </para> </listitem> diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml index f0c07d2081..4d672c6dd1 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-ServerType.xml @@ -494,7 +494,6 @@ when using clear-text authentication: <?latex \newpage ?> <smbconfblock> -<smbconfoption name="password level"><replaceable>integer</replaceable></smbconfoption> <smbconfoption name="username level"><replaceable>integer</replaceable></smbconfoption> </smbconfblock> @@ -509,11 +508,7 @@ is rarely needed. <indexterm><primary>clear-text</primary></indexterm> However, passwords on UNIX systems often make use of mixed-case characters. This means that in order for a user on a Windows 9x/Me client to connect to a Samba server using clear-text authentication, the -<smbconfoption name="password level"/> must be set to the maximum number of uppercase letters that -<emphasis>could</emphasis> appear in a password. Note that if the Server OS uses the traditional DES version -of crypt(), a <smbconfoption name="password level"/> of 8 will result in case-insensitive passwords as seen -from Windows users. This will also result in longer login times because Samba has to compute the permutations -of the password string and try them one by one until a match is located (or all combinations fail). +password must be in lower case. </para> <para> |