It's not the double slash. You misspelled the filename (probably in /etc/pam.conf). It should be pam_smb_passwd.so.1, not pam_smb_password.so.1. Also verify you have the file:
$ ls -l /usr/lib/security/pam_smb_passwd.so* lrwxrwxrwx 1 root root 21 Feb 8 23:02 /usr/lib/security/pam_smb_passwd.so -> ./pam_smb_passwd.so.1 -rwxr-xr-x 1 root bin 41504 Jan 6 20:16 /usr/lib/security/pam_smb_passwd.so.1 What version of OpenSolaris do you have? CIFS is built-in SXDE 1/08 (build NV79) I have some simple instructions for enabling CIFS at http://blogs.sun.com/DanX/entry/upgrading_a_linux_server_to This message posted from opensolaris.org