Originariamente inviato da francofait
errore di scrittura:

account requisite pam_time.so error

account required pam_time.so
No, esistono entrambi e hanno significati leggermente diversi:
codice:
# required; this indicates that the success of the 
module is required for the module-type facility to succeed. 
Failure of this module will not be apparent to the user 
until all of the remaining modules (of the same module-type)
have been executed.
# requisite; like required, however, in the case that
such a module returns a failure, control is directly 
returned to the application. The return value is that 
associated with the first required or requisite module to 
fail. Note, this flag can be used to protect against the 
possibility of a user getting the opportunity to enter a 
password over an unsafe medium. It is conceivable that such 
behavior might inform an attacker of valid accounts on a 
system. This possibility should be weighed against the not 
insignificant concerns of exposing a sensitive password in a
hostile environment.
http://www.it.kernel.org/pub/linux/l...tml/pam-4.html

Non posso entrare nel merito specifico del thread perche` non ho familiarita` con pam_time...