Hi,
I have been searching for a solution to my little issue without success. Maybe someone here knows the solution.
Question:
I would like to know if there is a way to flush/clear the cache of the group membership (GID) when changing the Primary Group in AD?
Test:
- Changing the Primary group in AD
- Wait ~1min
- FILER::> diag secd authentication show-creds -node FILER-01 -vserver CIFSSRV01 -unix-user-name user1
GID: user1 <= Should be project gid
Supplementary GIDs:
user1 <= Should be project gid
Tried:
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name ldap-groupname-to-id
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name ldap-userid-to-creds
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name ldap-userid-to-name
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name ldap-username-to-creds
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name name-to-sid
diag secd cache clear -node FILER-01 -vserver CIFSSRV01 -cache-name sid-to-name
Works:
The only solution that seems to work is to run vserver cifs stop / start
System in running 8.3.2
Regards,
Pierre