search for: enablecleartextpassword

Displaying 3 results from an estimated 3 matches for "enablecleartextpassword".

1999 Jan 25
1
NT domain accounts keep being locked out
...e/smbpasswd and do an initial smbpasswd to set up an entry. However, samba is still occassionally either receiving the wrong password or passing it to the domain wrongly with the result that I get my account locked out (our policy is 10 attempts and lockout). Should I disable the registry entry for EnableClearTextPasswords now that I'm (I think) using encrypted passwords? But then I'll need to make smbpasswd entries for anyone in the organisation that wants to connect.. Also, it appears that although the 'force user = andreww' is in effect, it still needs a login entry/smbpasswd for 'jons' -...
1998 Jul 13
0
win95 client problems (registry limitation?)
Howdy: I'm new to this samba stuff, but I've run across a problem that doesn't seem to be documented anywhere. It seems that OSR/2 clients (with all the M$ system updates; I already added the EnableClearTextPassword key) that have had their TCP/IP settings tweaked in the registry (eg, MaxMTU=576, TTL=32, RWIN added, etc) for DUN connections have mucho problems with a samba server on the LAN. Machines without the DUN tweaks work great browsing their home directories, eg, right-clicking on files to open th...
1998 Aug 24
0
SAMBA digest 1789
...;t get anything > due to passwords... does samba have it's own password file? from > trial-and-error it seems that it doesn't read out your /etc/passwd file > for user's home dirs... Samba can do both clear-text and encrypted passwords. To use the former, you need to put the EnableClearTextPassword key in the windoze registry (see win95.txt and winNT.txt in the samba docs). To do the latter, you need to compile samba to use the encrypted passwords (see encryption.txt). In this case, samba will make it's own smbpasswd file, and you have to use the samba passwd tools. Hope this helps,...