On Thu, Jul 11, 2002 at 09:34:28AM -0700, Andrew Morgan wrote: > What I'm wondering is whether the pam_krb5.so module can be invoked > twice in the same stack without confusing itself (it might be trampling > on its own pam_[gs]et_data() items for example...?). Actually, it likely does confuse itself in this way (it stores the previous authentication request's status and returns it to ensure the stack is always traversed the same way, though it shouldn't be necessary with Linux-PAM >= 0.74 or so). I'm not sure what the best way to go about fixing that is, though. Nalin