By: Alejandro Calderon user 18 Sep 2020 at 3:10 p.m. CDT

2 Responses
Alejandro Calderon gravatar
Hi there, I'm just wondering for the possibility to know if a user has login in Gluu or even how many times a user has login in Gluu. Kind regards.

By Michael Schwartz Account Admin 18 Sep 2020 at 3:14 p.m. CDT

Michael Schwartz gravatar
You'd have to use an authentication script to track this. For example, create an LDAP attribute called `tergarAuthnCount`. Then every time the user logs in, read this value, increment it, and write it back to LDAP.

By Alejandro Calderon user 21 Sep 2020 at 3:38 p.m. CDT

Alejandro Calderon gravatar
Ok, thank you so much!