> I got myself a clean install of opensolaris 2008.11
> 
> and want to set up samba/smb/cifs [or whatever else
> is called] shareing.
> 
> I go to package manager, search for smb and I get 6
> results.
> 
> 1) SUNWlibsmbclient
> 2) SUNWsmba
> 3) SUNWsmbfs
> 4) SUNWsmbfskr
> 5) SUNWsmbs
> 6) SUNWsmbskr
> 
> 
> Packages 1, 3 & 4 are allready installed.
> 
> 
> Which of the remaining do I need to install?
> 
> All of them in their description say that they are
> Samba Server.
> 6 has a (Kernel) next to it's description...
> 
> And how do I move on to configure and enable the
> service?
> 
> Thanx...


This is how I did it:

First, install the necessary packages:

pfexec pkg install SUNWsmbs SUNWsmbskr SUNWsmbfs SUNWsmbfskr

Then, start the services:

pfexec svcadm enable svc:/network/smb/client:default
pfexec svcadm enable svc:/system/idmap:default
pfexec svcadm enable svc:/network/smb/server:default

Finally you have to modify the following files to set up user, shared folder 
and PAM:

/etc/smbautohome
/etc/pam.conf

I am in no way competent enough to give comments on CIFS.  You can try google 
"opensolaris, cifs" to get more info, or someone else more experienced will be 
kind enough to help.
-- 
This message posted from opensolaris.org

Reply via email to