Popular recipes by Kish http://code.activestate.com/recipes/users/4168196/2009-01-05T08:53:34-08:00ActiveState Code RecipesLogin Logger (Python)
2009-01-05T08:53:34-08:00Kishhttp://code.activestate.com/recipes/users/4168196/http://code.activestate.com/recipes/576574-login-logger/
<p style="color: grey">
Python
recipe 576574
by <a href="/recipes/users/4168196/">Kish</a>
(<a href="/recipes/tags/client_server/">client_server</a>, <a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/mysqldb/">mysqldb</a>).
Revision 4.
</p>
<p>A server program that listens to a client program for logins and inserts the info into a MySQL database.
The login info is sent to the server during the login by a editing the /etc/profile.</p>