# Test password change with prompting and prompt_principal.  -*- conf -*-

[options]
    password = prompt_principal

[run]
    chauthtok(PRELIM_CHECK)   = PAM_SUCCESS
    chauthtok(UPDATE_AUTHTOK) = PAM_SUCCESS

[prompts]
    echo_on = Principal: |%u
    echo_off = Current Kerberos password: |%p
    echo_off = Enter new Kerberos password: |%n
    echo_off = Retype new Kerberos password: |%n

[output]
    INFO user %u changed Kerberos password
