Page 1 of 1
User log
Posted: Thu Jul 06, 2006 10:05 pm
by germandms
as I can see the users who are login in my servert
In order to know who and when I connect myself
thank you
bye
Posted: Thu Jul 06, 2006 10:35 pm
by jameswilson
you need to check your apache access logs, zm doesnt log access independantly
log user
Posted: Thu Jul 06, 2006 10:58 pm
by germandms
How see the users who are login in my server
tail -f /var/log/apache2/access_log
201.236.125.104 - - [06/Jul/2006:17:13:22 -0400] "GET /zm/graphics/seq-d.gif HTTP/1.1" 304 - "
http://provid.no-ip.org:83/zm/zm.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; {CAF3BD6B-15F4-F575-DF84-C603B4C2A626}; .NET CLR 1.1.4322)
and not see what user
Posted: Thu Jul 06, 2006 11:14 pm
by jameswilson
that's all the info there is, you should be able to see the address of the machine, but no you won't see the user
Posted: Fri Jul 07, 2006 1:23 pm
by zoneminder
Currently user login and out is not logged, however this is on the roadmap and will possibly be in the next version. The only way to do it at present is to use htaccess to authenticate your users (they will still have permissions etc defined in ZM) and then their names will appear in your web logs.