Is it possible to have more than one password simultaneously attached to a login account in Linux?

I'd like to be able to add a temporarily-authorized user to an account on my web server, but don't want to have to change the login afterwards.

Is this possible?

Even cooler would be if this could be done with a timer of some kind so the temporary password would auto-die after, say, 24 hours.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

PAM can do all sorts of awesome auth stuff. That list is probably a bit out of date, so have a look around.

link|improve this answer
It is not: PAM updates very rarely, and why authentication framework must be updated often? – whitequark Jun 15 '10 at 5:18
1  
The modules, not the framework... – Ignacio Vazquez-Abrams Jun 15 '10 at 5:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.