I am new to Linux and have added a Red Hat 9 machine to a Windows 2000 domain. Samba is working as I can access shares on my Windows machines and Windows can access shares on the Red Hat box. I have password encryption enabled but when I try to connect to a Windows machine from Red Hat, it says "You must login to access smb//:"WindowsMachine". Your password will be transmitted unencrypted." In the above scenario, it accepts the password and lets me connect to the share, but I don't want clear text passwords sent across the wire. (It does not prompt me for a password when I connect to the Red Hat box from a Windows 2000 machine). How do I force Linux to encrypt the passwords that it sends to Windows?
I have created the same user account in both the Windows Domain and and on the Red Hat machine. I also added that account as a Samba user. The Windows password, Linux password and the Samba password, for that user account, are the same. The Samba server is configured to use Domain Authentication with my Windows 2000 domain controller as the Authentication Server. Encrypt passwords is set to Yes. It was configured using the Gnome graphical utility. I have also created a machine account for the Red Hat box in the Windows 2000 domain and joined the Red Hat Machine to the domain with the following command: smbpasswd -r PDC_NAME -j DOMAIN_NAME
I am just learning Linux, so any help would be appreciated.
Thank you in advance.
WRBullard