in reply to Authen::PAM Help
Your app has to run as root to do what you want. PAM is just a library, and can't promote your priviledges on its own. What I would suggest is sudo. You can configure it to run without asking for the user's password, and you can configure a list of apps that are OK to run as root. See your man pages for details.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Authen::PAM Help
by groundstate (Initiate) on Jul 17, 2004 at 00:53 UTC | |
by meredith (Friar) on Jul 17, 2004 at 01:48 UTC | |
by jdalbec (Deacon) on Jul 17, 2004 at 01:45 UTC |