1# Test account and session behavior with no context. -*- 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[run] 11 acct_mgmt = PAM_IGNORE 12 setcred(DELETE_CRED) = PAM_SUCCESS 13 setcred(ESTABLISH_CRED) = PAM_SUCCESS 14 setcred(REFRESH_CRED) = PAM_SUCCESS 15 setcred(REINITIALIZE_CRED) = PAM_SUCCESS 16 open_session = PAM_IGNORE 17 close_session = PAM_SUCCESS 18