Hello again,
here the permissions before the manual fix
:~# ls -l /var/log/univention/radius_ntlm_auth.log
-rw-r--r-- 1 root freerad 7007 23. Jun 12:33 /var/log/univention/radius_ntlm_auth.log
:~# ucr get logrotate/radius_ntlm_auth/create
644 root freerad
and after the fix:
:~# ls -l /var/log/univention/radius_ntlm_auth.log
-rw-r--r-- 1 freerad freerad 7007 23. Jun 12:33 /var/log/univention/radius_ntlm_auth.log
:~# ucr get logrotate/radius_ntlm_auth/create
644 freerad freerad
Now it looks like that it works again as it should (removed the AmbientCapabilities=CAP_DAC_OVERRIDE and restartet freeradius):
Mon Jun 23 13:02:20 2025 : Auth: (12) Login OK: [*myusername*] (from client *accesspointname* port 0 via TLS tunnel)
Mon Jun 23 13:02:20 2025 : Auth: (13) Login OK: [*myusername*] (from client *accesspointname* port 1 cli 80-86-D9-77-7A-16)
Thank you very much
Kind regards,
Thomas