We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP users that have logged in are shown as never under "Last login time". Can this be recorded in the radman database for LDAP users?
never
Checking the radman database, I see that last_login_time for an LDAP user always remains NULL.
last_login_time
NULL
2022-01-10 21:16:53.390 WARN 2985455 --- [http-nio-127.0.0.1-8080-exec-8] s.n.radman.security.LoginSuccessHandler : Failed to update system user 'org.springframework.security.ldap.userdetails.LdapUserDetailsImpl@25cb944c: Dn: uid=******,cn=users,cn=accounts,dc=******,dc=com; Username: ******; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; CredentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: software.netcore.radman.security.RoleAuthority@50f6c653' last login time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LDAP users that have logged in are shown as
never
under "Last login time". Can this be recorded in the radman database for LDAP users?Checking the radman database, I see that
last_login_time
for an LDAP user always remainsNULL
.The text was updated successfully, but these errors were encountered: