# Test default handling of expired passwords.  -*- conf -*-

[options]
    auth     = ignore_k5login
    account  = ignore_k5login
    password = ignore_k5login

[run]
    authenticate  = PAM_SUCCESS
    acct_mgmt     = PAM_SUCCESS
    open_session  = PAM_SUCCESS
    close_session = PAM_SUCCESS

[prompts]
    echo_off = Password: |%p
    info     = Your password will expire at %1
    info     = Changing password
    echo_off = New password: |%n
    echo_off = Repeat new password: |%n
    info     = Success: Password changed

[output]
    INFO user %u authenticated as %0
