1833582 Members
3875 Online
110061 Solutions
New Discussion

samba encrypt passwords

 
Edgar Arroyo
Regular Advisor

samba encrypt passwords

When I enable encrypt passwords on the smb.conf I can't cifslogin...

[/@unix2] # cifsmount //unix1/unix1 /unix1
Logging in User: SRV: Bad password
[/@unix2] #

But if I disable encrypt passwords on the smb.conf and use the -u option I can cifslogin fine...

[/@unix2] # cifsmount //unix1/unix1 /unix1 -u
Remote user root's password:
[/@unix2] #

Does anybody know how to fix this? Thanks.