1
edit
Changes
no edit summary
[[Category:OPS335]][[Category:OPS335 Labs]]
There are 4 ways that a Linux client can connect to an SMB server. Start by logging into your Fedora 13 system as joker and opening a terminal window.
The first way is to use the "Places" menu from a Gnome desktop:
*Switch to root and ensure you are using the default Fedora 13 firewall.*As root, ensure Samba is installed. Use these two commands: "yum install samba" and "yum install samba-client"NOTE: **Fedora encrypts passwords when authenticating SMB connections. Unfortunately Windows clients (here at Seneca) insist on passwords being sent in plain text. For this reason Matrix SMB is set to use plain text passwords. To change Fedora to use plain text passwords switch to root and edit the /etc/samba/smb.conf file and immediately after the [global] section header insert these two lines:
client plaintext auth = yes
client lanman auth = yes