Enabling Plain Password Mounts in Tiger
If you are running Mac OS X 10.4 "Tiger", for the procedure described above to work with our servers plain password authentication must be enabled.
If the file /etc/nsmb.conf does not exist on your system, do the following:
- open the "Terminal" application (Applications->Utilities->Terminal)
- in the Terminal window, type:
sudo bash
cat > /etc/nsmb.conf << EOF
[ITSMB]
minauth=none
[UGITSMB]
minauth=none
EOF
exit
- if you are asked to provide your password, do so.
If you are running Mac OS X 10.5 "Leopard", instead change /etc/nsmb.conf as follows
- open the "Terminal" application (Applications->Utilities->Terminal)
- in the Terminal window, type:
sudo bash
cat > /etc/nsmb.conf << EOF
[global]
minauth=none
EOF
exit
- if you are asked to provide your password, do so.
If the file does exist but does not contain the entries above then please modify it accordingly.