On Mon, 19 Sep 2005 17:03:34 +0200
Sabrina Lautier <[EMAIL PROTECTED]> wrote:

> Ex:
> [EMAIL PROTECTED] id -a
> uid=16783675(NCEDOM\toto) gid=16777217(NCEDOM\domain users)
> groups=16777217(NCEDOM\domain users),16777328(NCEDOM\dev-iis)
> 
> [EMAIL PROTECTED] cd /nfs_share
> [EMAIL PROTECTED] ls -ls
> 0 drwxrwx---  2 root NCEDOM\dev-iis   80 2005-09-07 14:16 iis
> [EMAIL PROTECTED] cd iis
> -bash: cd: iis: Permission denied
> 
> As you can see toto's primary group is NCEDOM\domain users but he also
> belongs to group NCEDOM\dev-iis.
> Yet directory iis belongs to group NCEDOM\dev-iis.
> But this work fine on a local FS.
> 

Well possibly the problem is what Jeremy said.  Something I'd look at
though is the actual gid of the iis directory by simply using ls -n and
verify for sure that the gid of the iis directory is 16777328.

Possibly you have two gids both named NCEDOM\dev-iis and it isn't gid
16777328 that the iis directory belongs to.

Tom Schaefer

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to