Hello,
when i add a user to a group, the user will not see his new groupdirectorys.
After "rcsmb restart" it goes, I've waiting up to 5 minutes before
restarting Samba. "groups user_name" works fine.
This is my smb.conf for the relatet share:
[data]
        comment = Data
        path = /samba/daten
        read only = No
        inherit permissions = Yes
        hide unreadable = Yes
        veto files = /.*/
        vfs objects = recycle
        recycle:keeptree = True
        recycle:versions = True
        recycle:repository = .recycle/%U
How long does samba wait, to get the updated groups for a user from ldap?
matze