<div dir="ltr">Hi:<div><br></div><div>Yes there are some log show user but seem it log the user who directly login ldap using their uid.</div><div>i integrate the buzilla using an uid=ldap ..then otther user can login freely ...it seem it logged ldap not inside users using the buzilla.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-13 14:36 GMT+08:00 Alexander Bokovoy <span dir="ltr"><<a href="mailto:abokovoy@redhat.com" target="_blank">abokovoy@redhat.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, 13 Aug 2014, <a href="mailto:barrykfl@gmail.com" target="_blank">barrykfl@gmail.com</a> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all:<br>
<br>
I have a buzilla intgrated with ldap ,,,is it poosible to check<br>
when the user login through the access log of ldap free ipa server ..<br>
<br>
What sentence should it look like ?<br>
</blockquote></div></div>
For example, following will return you date and uid of the user login.<br>
<br>
# cat /var/log/dirsrv/slapd-EXAMPLE-<u></u>COM/access|awk '/RESULT.*dn="uid=/ { split($10, a, /[=,]/); print $1,$2,a[3] }'<br>
[12/Aug/2014:20:27:57 +0200] abbra<br>
[12/Aug/2014:20:28:23 +0200] abbra<br>
[12/Aug/2014:20:30:33 +0200] abbra<br>
[13/Aug/2014:08:06:48 +0200] admin<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
/ Alexander Bokovoy<br>
</font></span></blockquote></div><br></div>