Wrong rights after cifs.mount

Hi@all,

after some hours of testing i finally managed to mount the samba shares of the UCS server on my Ubuntu 20.04.

But I have the problem that the file permissions are not implemented correctly. I did the AD-Join with this script:

In /etc/fstab I have added the line

//srv01.gehr.local/test /data01/test cifs _netdev,users,sec=krb5,noperm,noauto 0 0

On the server I have set up a share “Test” for testing which I integrate on the client. But the file permissions are not correct:

[On server]

drwxrwx---+ 2 Administrator Domain Users 6 May 9 15:36 test
drwxrwx---+ 2 Administrator Domain Users 6 May 9 16:00 test123
-rwxrwx---+ 1 Administrator Domain Users 12 May 11 14:01 Test.md
drwxrwx---+ 2 Administrator Domain Users 6 May 9 14:35 texts

[On Client]

drwxr-xr-x 2 s.gehr domain users 0 May 9 15:36 test
drwxr-xr-x 2 s.gehr domain users 0 May 9 16:00 test123
-rwxr-xr-x 1 s.gehr domain users 12 May 11 14:01 Test.md
drwxr-xr-x 2 s.gehr domain users 0 May 9 14:35 texts

What am I doing wrong?

with best
sven

Mastodon