does anyone know what package installs the pam_auth file.
my pam_auth file got installed in /usr/local/bin but i dont know what did it. (untill i realized it was there)
distro i use is redhat Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in
Change the way you talk. Indiatimes presents Valufon, Your PC to Phone service with clear voice at rates far less than the normal ISD rates. Go to http://www.valufon.indiatimes.com. Choose your plan. BUY NOW.
try rpm -qf /usr/local/bin/pam_auth .
I installed pam_auth from the squid sources so that proxy authentication via pam can be used. If you have compiled squid and done a 'make install' or installed it from an srpm then check the squid sources for a directory 'auth_modules->PAM. Within this you must have the pam_auth binary.
-- Ashok
__________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
does anyone know what package installs the pam_auth file.
refer www.kumarayil.net/squid.htm
Regards
--MDK {http://www.kumarayil.net/%7D
On Mon, 12 Aug 2002, akshaysalkar wrote:
does anyone know what package installs the pam_auth file.
my pam_auth file got installed in /usr/local/bin but i dont know what did it. (untill i realized it was there)
distro i use is redhat
if it got installed in /usr/local, then it was most likely installed from source. ie, you compiled it.
pam_auth is most likely installed by the pam package.
Philip