summaryrefslogtreecommitdiff
path: root/tests/data/scripts/basic/refresh-debug
blob: b2f085926e25c1cf0720f9e5c6fada17545c4e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Test pam_setcred credential refresh (debug).  -*- conf -*-
#
# Copyright 2015 Russ Allbery <eagle@eyrie.org>
#
# See LICENSE for licensing terms.

[options]
    auth = program=%0 debug

[run]
    setcred(REFRESH_CRED) = PAM_SUCCESS

[output]
    DEBUG pam_sm_setcred: entry (0x10)
    DEBUG running %0 as UID %1
    DEBUG pam_sm_setcred: exit (success)