Hi FreeBSD forum,
I'm quite new to FreeBSD, but I'm a Linux user and admin for nearly two decades now.
I'd like to use FreeBSD to build a small (file) server with ZFS and ADS integration.
I successfully compiled the net/samba36 port, joined my domain, made PAM working with SSH and created a ZFS file system with ACLs.
The Windows clients are working fine with my setup, even ACLs are working on the Windows clients. But one remaining problem is:
When logging in into the server (ssh/sftp) there is a problem with the file permissions: Domain groups are not considered. On a Windows client I granted full access to TESTFILE for the domain group AD\testgroup with the member AD\testuser. This is working well on Windows clients, but not on the server.
When granting access to AD\mletzgus directly testuser can access TESTFILE on the server.
It looks like a problem resolving the group members... but why...?
Does not work:
Works:
Tested so far:
Could you help me?
Best regards,
Michael
I'm quite new to FreeBSD, but I'm a Linux user and admin for nearly two decades now.
I'd like to use FreeBSD to build a small (file) server with ZFS and ADS integration.
I successfully compiled the net/samba36 port, joined my domain, made PAM working with SSH and created a ZFS file system with ACLs.
The Windows clients are working fine with my setup, even ACLs are working on the Windows clients. But one remaining problem is:
When logging in into the server (ssh/sftp) there is a problem with the file permissions: Domain groups are not considered. On a Windows client I granted full access to TESTFILE for the domain group AD\testgroup with the member AD\testuser. This is working well on Windows clients, but not on the server.
When granting access to AD\mletzgus directly testuser can access TESTFILE on the server.
It looks like a problem resolving the group members... but why...?
Does not work:
Code:
group:testgroup:r-x---a-R-c---:------:allow
Works:
Code:
user:testuser:r-x---a-R-c---:------:allow
Tested so far:
- no nscd runnig
- tried with and without winbinds enumerate options
- resolving almost everything with wbinfo works
Could you help me?
Best regards,
Michael