logging uf su usage

1999-05-11 Thread Chad A. Adlawan
hello list, does the default syslog.conf log all usage of the su command ? if so may i knoe where ? ive been reading the syslod.conf man page but im not sure whether i understood everything. and if it doesnt, may i knoe how do i tell syslog to log all usage of the su commang ? TIA, chad

Re: logging uf su usage

1999-05-11 Thread Carl Mummert
I noticed this problem a while back. There is (was at the time) a bug against su because, somehow, the compile-time flag needed to enable this logging had been removed. I noticed this change when I upgraded from hamm to slink. My solution was to recompile su. It is in the shellutils package;

Re: logging uf su usage

1999-05-11 Thread Andrei Ivanov
does the default syslog.conf log all usage of the su command ? if so may i knoe where ? There is logging of su in /var/log/auth.log Andrew --- Andrei S. Ivanov [EMAIL PROTECTED] UIN 12402354

Re: logging uf su usage

1999-05-11 Thread Chad A. Adlawan
ive downloaded the source and unpacked them already, almost ready to recompile. may i know how/where do I add this removed compile time flag thats needed to enable this logging ? chad There is (was at the time) a bug against su because, somehow, the compile-time flag needed to enable this

Re: logging uf su usage

1999-05-11 Thread Carl Mummert
From message [EMAIL PROTECTED] : ive downloaded the source and unpacked them already, almost ready to recompile. may i know how/where do I add this removed compile time flag thats needed to enable this logging ? chad from su.c: /* su for GNU. Run a shell with substitute user and group IDs.