From: Jamie C. <jca...@we...> - 2004-02-11 22:57:04
|
Currently, logging by Usermin is not supported .. and it would be tough to implement a central log like Webmin has, as most Usermin modules run with non-root privileges. - Jamie On Thu, 2004-02-12 at 09:44, Andrew Kornak wrote: > This brought me to think about logging in "Usermin". Is there a way to > to log Usermin activity like Webmin has? I was unable to find an option > to do this. > > -Andrew > > Jamie Cameron wrote: > > >On Thu, 2004-02-12 at 02:25, John Horne wrote: > > > > > >>Hello, > >> > >>As far as I can tell, using webmin 1.130, if I use 'remote_eval' in a > >>module to execute something on a remote server nothing gets logged by > >>webmin on the remote server. Would it be possible to get the command > >>logged? Access to the remote server is by fastrpc with a username/pwd > >>supplied. I'm not totally sure how webmin communicates with the remote > >>server so I'm not too sure what is/is not possible! :-) > >> > >> > > > >You would have to use code like : > > > >remote_foreign_call($server, $module, "system_logged", $your_command); > >remote_foreign_call($server, $module, "webmin_log", "whatever"); > > > >Most modules do their logging on the 'master' side rather than the > >'slave' side .. however, this would still work fine. > > > > - Jamie > > > > > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >- > >Forwarded by the Webmin development list at web...@we... > >To remove yourself from this list, go to > >http://lists.sourceforge.net/lists/listinfo/webadmin-devel > > > > > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |