Greetings
I have to admit I am a little annoyed I can't figure this one out, nor find anything on google or forum search...here is my question:
I am trying to allow a user caching of authentication for using system-config-* (redhat-config-*) application GUIs...I tried just entering:
Code:
/etc/pam.d/config-util
auth sufficient /lib/security/$ISA/pam_timestamp.so
with this I get no mention of timestamp anything in secure logfiles, nor a creation of a timestamp data file in /var/run/sudo/$USER
If I put:
Code:
auth sufficient /lib/security/$ISA/pam_timestamp.so
session optional /lib/security/$ISA/pam_timestamp.so
I get it saying it updated the timestamp file, but if I immediately try again, I get prompted for password...
Has anyone implemented this, and can post their syntax in here ... also, can I just add these flags to config-util, thus allowing it for all system-config-* utils, or does it have to be inside the pam file for each utility? Or does it need to be somewhere else...
I appreciate the help -- and if this is somewhere else I apologize, but I have been googling for weeks here and there, and having found jack
THANKS
brad