syslog(3) debugging information at LOG_DEBUG level.
no_warn
suppress warning messages to the user. These messages include reasons why the users authentication attempt was declined.
use_first_pass
If the authentication module is not the first in the stack, and a previous module obtained the users password, that password is used to authenticate the user. If this fails, the authentication module returns failure without prompting the user for a password. This option has no effect if the authentication module is the first in the stack, or if no previous modules obtained the users password.
try_first_pass
This option is similar to the use_first_pass option, except that if the previously obtained password fails, the user is prompted for another password.
forwardable
Obtain forwardable Kerberos credentials for the user.
no_ccache
Do not save the obtained credentials in a credentials cache. This is a useful option if the authentication module is used for services such as ftp or pop, where the user would not be able to destroy them. [This is not a recommendation to use the module for those services.]
ccache = name
Use name as the credentials cache. name must be in the form type: residual. The special tokens %u, to designate the decimal UID of the user; and %p, to designate the current process ID; can be used in name.
syslog(3) debugging information at LOG_DEBUG level.
use_first_pass
If the password management module is not the first in the stack, and a previous module obtained the users old password, that password is used to authenticate the user. If this fails, the password management module returns failure without prompting the user for the old password. If successful, the new password entered to the previous module is also used as the new Kerberos password. If the new password fails, the password management module returns failure without prompting the user for a new password.
try_first_pass
This option is similar to the use_first_pass option, except that if the previously obtained old or new passwords fail, the user is prompted for them.