1# Test default handling of expired passwords. -*- conf -*- 2# 3# Written by Russ Allbery <eagle@eyrie.org> 4# Copyright 2014, 2020 Russ Allbery <eagle@eyrie.org> 5# Copyright 2010-2011 6# The Board of Trustees of the Leland Stanford Junior University 7# 8# SPDX-License-Identifier: BSD-3-clause or GPL-1+ 9 10[options] 11 auth = ignore_k5login debug 12 account = ignore_k5login debug 13 password = ignore_k5login debug 14 session = debug 15 16[run] 17 authenticate = PAM_SUCCESS 18 acct_mgmt = PAM_SUCCESS 19 open_session = PAM_SUCCESS 20 close_session = PAM_SUCCESS 21 22[prompts] 23 echo_off = Password: |%p 24 info = Your password will expire at %1 25 info = Changing password 26 echo_off = New password: |%n 27 echo_off = Repeat new password: |%n 28 info = Success: Password changed 29 30[output] 31 DEBUG pam_sm_authenticate: entry 32 DEBUG (user %u) attempting authentication as %0 33 INFO user %u authenticated as %0 34 DEBUG /^\(user %u\) temporarily storing credentials in /tmp/krb5cc_pam_/ 35 DEBUG pam_sm_authenticate: exit (success) 36 DEBUG pam_sm_acct_mgmt: entry 37 DEBUG (user %u) retrieving principal from cache 38 DEBUG pam_sm_acct_mgmt: exit (success) 39 DEBUG pam_sm_open_session: entry 40 DEBUG /^\(user %u\) initializing ticket cache FILE:/tmp/krb5cc_/ 41 DEBUG pam_sm_open_session: exit (success) 42 DEBUG pam_sm_close_session: entry 43 DEBUG pam_sm_close_session: exit (success) 44