Re: LDAP statistics

2008-08-21 Thread Frederik
Thanks! :) Petter Reinholdtsen wrote: [Frederik] Hello again. Is there an easy way to get some statistics on who has logged in to the system - preferably by email? This one-liner will fetch how many have logged in so far from the auth log: grep 'session open' /var/log/auth.log | grep "^$(d

Re: LDAP statistics

2008-08-12 Thread Petter Reinholdtsen
[Frederik] > Hello again. > Is there an easy way to get some statistics on who has logged in to > the system - preferably by email? This one-liner will fetch how many have logged in so far from the auth log: grep 'session open' /var/log/auth.log | grep "^$(date +"%b %e")" | \ grep -v CRON |

LDAP statistics

2008-08-12 Thread Frederik
Hello again. Is there an easy way to get some statistics on who has logged in to the system - preferably by email? rgds. Frederik Borg (Rudolf Steiner Skolen i København) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]