Out of curiosity - how is the "Keystroke Logging" handled? I would guess it's a sudo replacement that takes over the pty and logs all the input/output?
The sslogger seems to be no longer maintained - its last update was in 2010. However, I found that sudo itself has such a functionality - you can check if that's what you intend to achieve: http://unix.stackexchange.com/questions/108577/how-to-log-commands-within-a-sudo-su I guess you would yet need to have some way of transferring the command logs unless it's ok to keep them at users' machines. Cheers, Ballock 2014-04-25 14:41 GMT+02:00 Niklas Andersson <niklas.anders...@openforce.se>: > Reaching out to this list. > > One program we are looking to replace is QPM Sudo Manager [1]. One of the > trickiest parts to fix is the "Keystroke Logging". We are giving sslogger > [2] a look, but it is not packaged for Debian/Ubuntu. > > Anyone else with similar needs who would be interested in cooperating? > > [1] http://www.quest.com/privilege-manager-for-sudo/ > [2] > http://sourceforge.net/apps/mediawiki/sslogger/index.php?title=Sslogger_Main_Page > > Regards, > Niklas > > > 2014-04-25 12:59 GMT+02:00 Niklas Andersson <niklas.anders...@openforce.se > >: > > Ah, great! Thanks a lot! I looked for the -dbg-package. Didn't knew about >> the ddeb :) >> >> Regards, >> Niklas >> >> >> 2014-04-25 12:57 GMT+02:00 Timo Aaltonen <tjaal...@ubuntu.com>: >> >> On 25.04.2014 13:50, "Thomas B. Rücker" wrote: >>> > Hi, >>> > >>> > On 25/04/14 13:36, Niklas Andersson wrote: >>> >> Hi Longina, >>> >> >>> >> I am currently looking at this. I am working for a telco with 10K+ >>> >> Ubuntu users on 12.04 we want to move to 14.04 later this year. Ubuntu >>> >> carries the latest realmd-packages (0.15.0), but I have run into some >>> >> problems. From time to time the realmd-daemon stops during join, and >>> >> as the realmd-binary is stripped from debugging information I do not >>> >> get good stack traces. >>> >> >>> >> It would be nice to have a realmd-dev package where the binary is not >>> >> stripped from debugging info, making it suitable for debugging with >>> gdb. >>> > Have you tried installing the debug package? >>> > https://wiki.ubuntu.com/DebuggingProgramCrash#Debug_Symbol_Packages >>> >>> right, every package in the archive that strips debugging symbols from >>> the .deb have a matching .ddeb which includes the symbols, instructions >>> on how to install them from the link above. >>> >>> >>> >>> -- >>> t >>> >>> -- >>> Mailing list: https://launchpad.net/~enterprise-ubuntu >>> Post to : enterprise-ubuntu@lists.launchpad.net >>> Unsubscribe : https://launchpad.net/~enterprise-ubuntu >>> More help : https://help.launchpad.net/ListHelp >>> >> >> > > -- > Mailing list: https://launchpad.net/~enterprise-ubuntu > Post to : enterprise-ubuntu@lists.launchpad.net > Unsubscribe : https://launchpad.net/~enterprise-ubuntu > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~enterprise-ubuntu Post to : enterprise-ubuntu@lists.launchpad.net Unsubscribe : https://launchpad.net/~enterprise-ubuntu More help : https://help.launchpad.net/ListHelp