![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP-UX usermod remove secondary groups | Ikon | Shell Programming and Scripting | 2 | 03-10-2009 06:17 PM |
| LDAP auth, secondary groups doesnt works | sncr24 | Red Hat | 4 | 01-14-2009 09:26 AM |
| On EPTS working groups | iBot | Complex Event Processing RSS News | 0 | 12-07-2008 12:20 PM |
| sudoers file with groups in LDAP | em23 | SUN Solaris | 6 | 11-14-2008 12:10 AM |
| Secondary groups show in groups but don't show in id (Not working) | zen03 | HP-UX | 4 | 12-31-2007 11:15 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Secondary groups not working with NFS (+LDAP)
I´m using LDAP for groups and NFS for home dirs. My problem is as follows: I only have a few groups, so it's not the problem everyone else had. When I've mounted a disk over NFS, I need to have my primary group in order to read in the groups I'm a member of. Secondary groups is not working. Code:
root@machine:/home/user# smbldap-groupshow secret ... gidNumber: 1504 displayName: secret memberUid: user,anotheruser root@machine:/home/user# su - user user@machine:~$ groups users secret user@machine:~$ ls -ald ../secret/ drwxr-x--- 12 anotheruser secret 4096 2009-07-27 15:39 ../secret/ user@machine:~$ cd ../secret/ bash: cd: ../secret/: Permission denied user@machine:~$ ls ../secret/ ls: cannot open directory ../secret/: Permission denied But it works if I change the group to primary by hand with newgrp: Code:
user@machine:~$ newgrp secret user@machine:~$ cd ../secret/ user@machine:/home/secret$ ls Nice secrets.txt But my users cannot be expected to do this! It works on the server holding the user files. But not over NFS. I've tested this on clients: Ubuntu: 9.10 Karmic, 9.04 Jaunty, 8.10 Intrepid The NFS server is running: Ubuntu 9.04 Jaunty. |
| Bookmarks |
| Tags |
| ldap, nfs, secondary groups |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|