Re: gid & groups support
David Mazieres <[email protected]>
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
> From: Boris =?iso-8859-1?q?Herbini=E8re-S=E8ve?= <[email protected]> > Date: Fri, 11 Jun 2004 14:36:36 +0200 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I ran into some problems trying to set up SFS to replace an existing NFS > server. > > Long story short : I can't access a mounted directory if the group owner of > the directory isn't the gid of my user. > > uid=10001(cariad) gid=10025(User) groups=10008(CSG_User) can't access > (drwxr-x---) root:CSG_User CS/ > > Is it as I suspect a problem related to PAM, and does the CVS version might > help in this case ? This should not be the result of PAM. PAM is only used to check your password during "sfskey register". What OS and version are you running? This is most likely a bug in the OS or in the application you are using. For example the MacOS finder has a bug where it will not allow you into directories that the OS will, in fact, allow you into if you use a shell. If you are using a Mac, there is an experimental workaround for the problem in the latest version of SFS (from the CVS repository). Edit /usr/local/share/sfs/sfscd_config, and change the line: Program 344444.3 sfsrwcd to: Program 344444.3 sfsrwcd -u unknown If you are using a Mac, then try this. Otherwise, let us know more precisely what the problem is--what OS, application, and error message. David