As far as I am aware, there is no attribute in the OpenLDAP shema that holds the last logon (or last bind) time or built-in slapd functionality to do so. If I am incorrect, please let me know.
If I am correct, I am wondering if there is any way to implement triggers that can be executed when a successful bind operation happens such as executing a shell script that will modify a user-defined attribute that holds a timestamp.
Thanks much,
Andy Carlson Identity Administrator | Information Systems 312-329-4385
Andy Carlson wrote:
As far as I am aware, there is no attribute in the OpenLDAP shema that holds the last logon (or last bind) time or built-in slapd functionality to do so.
See the overlay slapo-lastbind:
contrib/slapd-modules/lastbind/
You have to build it yourself and install it additionally.
Ciao, Michael.
On Fri, 27 May 2011, Andy Carlson wrote:
As far as I am aware, there is no attribute in the OpenLDAP shema that holds the last logon (or last bind) time or built-in slapd functionality to do so. If I am incorrect, please let me know.
Please see the lastbind contrib module, and read through OpenLDAP ITS # 6328 for discussion.
If I am correct, I am wondering if there is any way to implement triggers that can be executed when a successful bind operation happens such as executing a shell script that will modify a user-defined attribute that holds a timestamp.
Thanks much,
Andy Carlson
Identity Administrator | Information Systems 312-329-4385
openldap-technical@openldap.org