LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Samba 3.2.5 config problems using Debian defaults (https://www.linuxquestions.org/questions/linux-server-73/samba-3-2-5-config-problems-using-debian-defaults-750406/)

mac101 08-26-2009 10:12 AM

Samba 3.2.5 config problems using Debian defaults
 
Hello,

I have just made a default install of Debian Lenny (not changed a single thing) then typed:

apt-get install samba
apt-get install smbclient


then editied:

/etc/samba/smb.conf

changing only the workgroup to mine and adding one share.
I then did:

smbpasswd -a me
smbpasswd -e me


I then did:

smbclient -L myip
enter my samba password

to which the output was:

Server requested plaintext password but 'client plaintext auth' is disabled
session setup failed: SUCCESS - 0


i cant see what im doing wrong but at the same time the debian defualt config cant be wrong can it??
i have no firewall setup and im testing it locally..

help greatly appreciated

the full config can be viewed at:

http://fpaste.org/32NC/

neonsignal 08-30-2009 07:45 AM

Possibly the samba server was set up to use non-encrypted passwords. You can alter the configuration on the client side to allow plain text passwords, but this is not advisable.

Run 'dpkg-reconfigure samba', and make sure you answer 'yes' when it asks about creating the password database (which is the default). Then the passwords added using smbpassword will be encrypted before being added to the database.


All times are GMT -5. The time now is 07:09 AM.