in reply to Re: How to make sure that non-Perl programs will respect Perl's file locking?
in thread How to make sure that non-Perl programs will respect Perl's file locking?
That is an interesting point. But I'm not using neither of your options: the CGI uses the program Sudo (and a tight setup of it) to get the proper rights. Using Taint mode also helps regarding security breachs.
The UNIX PAM recomendation is a good one but is not that portable: Slackware Linux, for example, doesn't use PAM AFAIK. Besides doing this helps to solve only part of the problem: the CGI still needs to update the smbpasswd file without anybody else doing it at the same time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to make sure that non-Perl programs will respect Perl's file locking?
by ruoso (Curate) on Jan 11, 2006 at 18:25 UTC | |
by lRem (Scribe) on Jan 11, 2006 at 21:12 UTC |