On 11/20/08 14:49, Bill Shannon wrote:
> Afshin Salek wrote:
>> Guest authentication is not supported by CIFS server.
>> We haven't had any plans to support it so the data is still new :)
> 
> Sigh.
> 
> I guess that means I'm back to Samba for my home network.
> Getting authenticated access to work is just too painful.

If it's for your home network, i.e. if workgroup mode is sufficient,
it should only require two things:

1.  Add pam_smb_passwd.so.1 to /etc/pam.conf

2.  Choose/create a Solaris user account and run the passwd command.

> Is guest access really hard to implement, or is it just not considered
> important?

As mentioned elsewhere, it's considered a security issue.  Anonymous
connections are disabled on most implementations by default.  It was
discussed during the CIFS PSARC case and we made a commitment not to
allow anonymous user sessions.  It would require an ARC case to
introduce support for anonymous connections, which would probably
require additional justification (than provided above) to warrant
introducing a means of connecting to the system without traceable
credentials or authentication.

>> Even if it was supported, I'm wondering why were you trying to enable it
>> using a file system command!?
> 
> Isn't that one of the cool features of zfs, that I can tell it to manage
> SMB or NFS shares for me?  I use zfs set to set the SMB share name, and
> the man page clearly says I can use it to pass other options to the
> sharemgr command (although it doesn't really explain it).

I believe opts refers to naming the share, i.e.

        sharesmb=name=myname

Alan

> Why *shouldn't* I use a filesystem command to manage SMB shares?
> _______________________________________________
> cifs-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to