Can yo try adding a share that "guest" users can access? Add the following to your smb.conf file:
[test] path=/export/test guest ok = yes writeable = yes public = yes Also, create the /export/test directory and put a file in it: mkdir /export/test chmod a+rw test echo "this is a test file" > /export/test/test.txt Try connecting to this share as user "Guest", password <blank>. Cheers Andrew. This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org