-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13 Feb 2002, Oleg Goldshmidt wrote:
OG> [EMAIL PROTECTED] writes: OG> OG> > PAM (may require a little programming from you). OG> OG> PAM deals with authentication, and what I need to do has nothing to do OG> with authentication, so it would be wrong to hack PAM for this OG> purpose. PAM allows you to force execution of certain code during login process. So you could create a PAM module which will perform the code you require and put it as a "required" module in your PAM configuration files. It would not require to hack PAM itself - only to write a module. Although it is not the original purpose of PAM (which is indeed authentication) it gives you the needed infrastructure. Most important it gives you a relatively straightforward way to inforce the execution of your code for every available login path. Regards, Andre. - -- ========================================================== # Andre E. Bar'yudin # # Phone: (972)-54-882-026 ICQ: 48036924 # # E-mail: [EMAIL PROTECTED] # # Home page: http://www.cs.huji.ac.il/~baryudin/ # ========================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Public key at http://www.cs.huji.ac.il/~baryudin/pgp_key.pub iD8DBQE8auusSX+Ex8ox84kRAvv+AJ0bwazY6faiOBCE/9yYs6zHnQrW8QCdHaz3 gLGuRRZVTf9VN9w0TjFbU5E= =hH8p -----END PGP SIGNATURE----- ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
