[KLUG Members] mount error 13 Permission denied, SUSE 10.3

Bruce Damkoehler bfdamkoehler at worldnet.att.net
Tue Apr 1 20:01:57 EST 2008


look for the "encrypt passwords = yes" in your /etc/samba/smb.conf and 
change it to "no". I don't know what your network is like but this isn't 
a very secure solution.

After you change the file you might want to send a HUP signal to smbd to 
make it re-read the file, but its usually pretty quick on re-reading it 
by itself.




bill wrote:
> On Fri, 2008-03-28 at 19:57, Bruce Damkoehler wrote:
>   
>> What you are doing is basically what I have done on distros without 
>> smbmount, such as centos5. My script is:
>>
>> mount -t cifs //${TARGET_NODE}/${TARGET_DRIVE} ${MOUNT_POINT} -o 
>> "username=${LOGIN_ACNT}${PASSWD}"
>>
>> Have you looked in /var/log/messages (or wherever your syslog output 
>> goes) to see if its being blocked on your suse machine?
>>     
>
> It says the smb server was requesting plain text passwords, which is
> true, for it has some old Windows machines that use it too.
>
> How can I enable plain text passwords for this SUSE 10.3 box?
>
> kind regards,
>
> bill
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 
>   



More information about the Members mailing list