Passwd case problem (SOLUTION)

SI-Gaetan Boudreau boudreg at IRCM.UMontreal.CA
Fri Feb 13 14:19:16 GMT 1998


> Date: Thu, 12 Feb 1998 12:20:05 -0600 (CST)
> From: Tim Buller <buller at math.ukans.edu>
> Subject: Passwd case problem
> 

> Everything works great IF the user has an all lowercase passwd, 
> e.g. 'passwd'. Numeric characters are also fine.
> 
> However, if the passwd contains ANY uppercase characters, 
> e.g. 'PassWd', I get "The domain passwd you supplied is not correct or
> your access to the logon server has been refused". This fails from 
both
> Win95 OSRA and OSRB clients.

> Tim Buller                                       buller at math.ukans.edu
> Systems Specialist         

The docs relating to this is in Passwords.txt

Put password level = 7 in your smb.conf, assuming that your max password 
lenght is 8.

This will cause the password routine to check for the 256 possible 
combinations of upper and lower cases.

Here is the complete table:
password level     total possible combination
     0                      2
     1                     10
     2                     38
     3                     94
     4                    164
     5                    220
     6                    248
     7                    256

-- 
====================================================
Gaetan Boudreau, ing/P.Eng.                       
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
      Clinical Research Institute of Montreal)

tel: 514-987-5563   fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau at IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca


More information about the samba mailing list