Am Donnerstag, 22. Dezember 2005 13:26 schrieb Bart Cornelis: > > http://www.kernel.org/pub/linux/libs/pam/pre/modules/pam_preprofile.tgz > > Took a quick look, seems this is not quite what we need: > - this allows to execute arbitrary scripts, > - we need to be able to set environment variables, so we need to be able to > source scripts.
Unfortunately pam_env, too, may not source any file. From the docs only, I think it only reads /etc/security/pam_env.conf and /etc/environment and sets the environment accordingly. A reasonable workaround using only pam_env doesn't seem to be available at the moment either. At least the version in sarge does not seem to support any sort of user specific ~/.pam_env.conf file. Seems this is as far as I could help with this. I don't know how to source something like run-parts (source-parts?) from pam_preprofile or to rewrite it to a more potent pam_profiles. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]