Displaying 1 result from an estimated 1 matches for "asmithee".
Did you mean:
asmith
2013 Apr 12
0
AD groups mapped to wrong GIDs
...or which
are world readable, but I cannot access files and directories with
750 permissions:
[2013/04/12 16:01:22.852669, 3] smbd/service.c:190(set_current_service)
chdir (/vol/dep) failed, reason: Permission denied
$ ls -ld /vol/dep
drwxr-s--- 54 someuser dep 4096 Apr 12 14:48 /vol/dep
$ id asmithee
uid=24717(asmithee) gid=12000(stud) groups=12000(stud),6600(deptut),33300(dep)
In AD, user asmithee is also member of these groups:
$ net -U asmithee ads user info asmithee
Enter asmithee's password:
Domain Users
deptut
dep
stud
It seems as if group mapping from AD to NSS does not work:
[201...