1# Test account and session behavior for minimum UID. -*- conf -*- 2# 3# Copyright 2020 Russ Allbery <eagle@eyrie.org> 4# 5# SPDX-License-Identifier: BSD-3-clause or GPL-1+ 6 7[options] 8 auth = minimum_uid=%1 9 password = minimum_uid=%1 10 11[run] 12 authenticate = PAM_USER_UNKNOWN 13 chauthtok(PRELIM_CHECK) = PAM_IGNORE 14