From: Jamie C. <jca...@we...> - 2011-10-28 20:11:27
|
On 28/Oct/2011 12:21 Sart Cole <sar...@ya...> wrote .. > Hi Jamie, > > 1 - Is it possible to execute a script when a user logs in to Webmin Yes - edit /etc/webmin/miniserv.conf and set the login_script line to something like : login_script=/path/to/your/script.sh it will be called with the username, session ID, remote IP and local IP as parameters. > 2 - Is it possible to restrict a User-Name to only "ONE" simultaneous login No - I'm not even sure how that could be implemented without potentially locking the user out if he forgets to logout. - Jamie |