Hi JLcasado, and others offcourse,
The complete configuration, this will bee a great post, but if it helps to fix the "prblem" her it is.
SMB.config:
[global]
log file = /var/log/samba/%m.log
load printers = yes
idmap gid = 16777216-33554431
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
encrypt passwords = yes
realm = compaxo.local
winbind use default domain = yes
template shell = /bin/bash
dns proxy = no
server string = Linux02
idmap uid = 16777216-33554431
password server = srvmgt01.compaxo.local srvdc01.compaxo.local
workgroup = compaxo-ad
printcap name = /etc/printcap
security = ads
max log size = 50
[homes]
force create mode = 0660
browseable = no
comment = Home Directories
writeable = yes
path = /home/COMPAXO-AD/%s
force directory mode = 0770
[groep]
browsable = yes
comment = Group directories
writeable = yes
path = /home/groups
-------
ls -la from /home/groups:
total 56
drwxrwsrwt+ 7 root terminalserver_gebruikers 4096 May 24 08:41 .
drwxr-xr-x 5 root ict 4096 May 18 14:49 ..
drwxrws---+ 2 root cleaner 4096 May 18 12:27 cleaner
drwxrws---+ 2 root crediadm 4096 May 18 12:25 crediadm
drwxrws---+ 2 root debiadm 4096 May 18 12:33 debiadm
drwxrws---+ 2 root ict 4096 May 18 15:35 ICT
drwxrwsrwt+ 3 root terminalserver_gebruikers 4096 May 12 14:26 publiek
The showed groups are Win 2003 groups.
-----
the acl of cleaner
[root@linux02 groups]# getfacl cleaner
# file: cleaner
# owner: root
# group: cleaner
user::rwx
group::rwx
group:ict:rwx
other::---
default:user::rwx
default:group::rwx
default:group:ict:rwx
default:mask::rwx
default

ther::---
ICT must have access toe hte directory for support
----
The ACL of crediadm
[root@linux02 groups]# getfacl crediadm
# file: crediadm
# owner: root
# group: crediadm
user::rwx
group::rwx
group:ict:rwx
other::---
default:user::rwx
default:group::rwx
default:group:ict:rwx
default:mask::rwx
default

ther::---
------
The problem:
User1 is member of terminalserver_gebruikers
User2 is member of terminalserver_gebruikers and ict
User3 is member of terminalserver_gebruikers and crediadm
Every user creates, at login in windows, a mapping H: to \\linux\username
So the have full access to there own directory without seeing the directory of other users
Every user create also, at windows login, a mapping G: to \\linux\group
When the user opens windowsexplorer the access is as follow:
User1 has only access to the publiek directorie
User2 Has access to all directories
User3 has access to the directories publiek and crediadm
This is exactly the way it has to bee, however
All users sees al other directories in G: and get a access denied messages when the try to access a directory without the right permissions
In the old situation (with the windows fileserver) the users saw only those directories they get access to.
For example:
- user1 saw only g:\publiek
- user2 saw all directories
- user3 saw the directories publiek and crediadm.
I hope thie is enough config stuff.
If u need more pls let me know.
regards Peter