Hi All,
I would like to know if somebody has some script or knows where I can find one, that reads ldap.log file and creates a report where it's possible to check who logged in which machine, and when this connections was made.
Regards
--- Gustavo e-mail: gmcarvalho@gmail.com
I would like to know if somebody has some script or knows where I can find one, that reads ldap.log file and creates a report where it's possible to check who logged in which machine, and when this connections was made.
Maybe you can do this better using overlay "accesslog" and slapcat-ting and analyzing the accesslog-database...
regards -stefan-
Stefan Palme wrote:
I would like to know if somebody has some script or knows where I can find one, that reads ldap.log file and creates a report where it's possible to check who logged in which machine, and when this connections was made.
Maybe you can do this better using overlay "accesslog" and slapcat-ting and analyzing the accesslog-database...
Why slapcat the accesslog database and not simply query it via LDAP?
But note that this does not log the source (e.g. IP address) of a request.
Ciao, Michael.
You might look over:
http://prefetch.net/code/ldap-stats.pl
--Quanah
--On Wednesday, January 16, 2008 2:35 PM -0200 Gustavo Mendes de Carvalho gmcarvalho@gmail.com wrote:
Hi All,
I would like to know if somebody has some script or knows where I can find one, that reads ldap.log file and creates a report where it's possible to check who logged in which machine, and when this connections was made.
Regards
Gustavo e-mail: gmcarvalho@gmail.com
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount writes:
You might look over: http://prefetch.net/code/ldap-stats.pl
Doesn't seem to tie Bind DNs etc to connection addresses though. OpenLDAP/contrib/slapd-tools/statslog does that, but it doesn't generate a report, just rearranges the log by connections. Time to combine the two, I guess...
--On Wednesday, January 16, 2008 6:52 PM +0100 Hallvard B Furuseth h.b.furuseth@usit.uio.no wrote:
Quanah Gibson-Mount writes:
You might look over: http://prefetch.net/code/ldap-stats.pl
Doesn't seem to tie Bind DNs etc to connection addresses though. OpenLDAP/contrib/slapd-tools/statslog does that, but it doesn't generate a report, just rearranges the log by connections. Time to combine the two, I guess...
Yeah, it was meant to be more of a pointer to something that parses the log to show how it can be manipulated, etc. It would be nice to have a general analysis tool.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org