Owen Davies wrote:
Thanks. I took a look and that is exactly what I was looking for. Of course I
have since just reset all the permissions on all my shares but it seems that
the proper way to swap UIDs for users with permissions on CIFS shares is to:
Edit /etc/passwd
Edit /var/smb/smbpasswd
On Sun, Sep 13, 2009 at 7:45 PM, Owen Davies wrote:
> Is there a better way to do this than manually editing each file (or db)? I
> don't think there is much of this sort of integration yet so that tools
> update things in a consistent way on both the UNIX side and the CIFS side.
You could use
Thanks. I took a look and that is exactly what I was looking for. Of course I
have since just reset all the permissions on all my shares but it seems that
the proper way to swap UIDs for users with permissions on CIFS shares is to:
Edit /etc/passwd
Edit /var/smb/smbpasswd
And to change GIDs f
On Fri, Sep 11, 2009 at 8:33 PM, Owen Davies wrote:
> I tried editing the /etc/group file to swap the GIDs but this didn't seem to
> have the effect I wanted. Now, when I view the ACLs with an ls -V from the
> OSOL side I see that the Parents group has full permissions but from the
> Windows s
> How are the parent and kids defined in the /etc/passwd file?
These two are parents (names changed) :
Dad:x:101:10:Dad:/export/home/Dad:/bin/bash
Mom:x:102:1::/home/Mom:/bin/sh
and these are the kids:
Kid_a:x:103:1::/home/Kid_a:/bin/sh
Kid_b:x:104:1::/home/Kid_b:/bin/sh
Kid_c:x:105:1::/home/Ki
Owen Davies wrote:
I had a OpenSolaris server running basically as a fileserver for all my windows
machines. The CIFS server was running in WORKGROUP mode. I had several users
defined on the server to match my windows users. I had these users in a few
groups (the most important being Parent
I had a OpenSolaris server running basically as a fileserver for all my windows
machines. The CIFS server was running in WORKGROUP mode. I had several users
defined on the server to match my windows users. I had these users in a few
groups (the most important being Parents and Kids).
For var