Check out OpenSolaris CIFS in "Workgroup Mode" at the following links:
http://wiki.genunix.org/wiki/index.php/Getting_Started_With_the_Solaris_CIFS_Service http://blogs.sun.com/timthomas/entry/solaris_cifs_in_workgroup_mode Read the section on wiki.genunix.org that starts with this part: How to Install the Solaris CIFS Service Software (OpenSolaris) When you have at least the OpenSolaris[tm] 2008.05 release installed, you can use the pkg command to install OpenSolaris packages automatically from the OpenSolaris package repository. Use this procedure if you want to install these packages separately from the operating system. Note - As of OpenSolaris Build 95, the SMF manifest file for the smb/server service is not imported by the intallation of the Solaris CIFS packages. Steps 2, 4, and 5 of this procedure work around the problem to ensure that you can successfully enable the service. An alternative workaround is to perform a post-installation reboot instead of performing Steps 2, 4, and 5. The Solaris CIFS packages are SUNWsmbskr and SUNWsmbs. 1. Log in to the system that is running the OpenSolaris 2008.05 release and become superuser. 2. Remove the smbsrv module. # rem_drv smbsrv 3. Install the Solaris CIFS service packages. # pkg install SUNWsmbskr # pkg install SUNWsmbs 4. Load the smbsrv module. # add_drv smbsrv 5. Import the Solaris CIFS service SMF manifest. # svccfg import /var/svc/manifest/network/smb/server.xml 6. Join a workgroup or an AD domain. -- This message posted from opensolaris.org