]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
add a sshd_config PamServiceName option
authorDamien Miller <djm@mindrot.org>
Fri, 14 Jun 2024 04:19:23 +0000 (14:19 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 14 Jun 2024 04:20:54 +0000 (14:20 +1000)
commitb2c64bc170d75823622a37cab3ca1804ca87ad16
treed5b0772f2a8c6f4bd2d9a118dfd12a7380abe09c
parent9f032a4dd17bf0ae6066223d82aa5e784285d987
add a sshd_config PamServiceName option

Allows selecting which PAM service name to use when UsePAM is
enabled. Defaults to "sshd" unless overridden at compile time
by defining SSHD_PAM_SERVICE.

bz2102, ok dtucker@
auth-pam.c
servconf.c
servconf.h
sshd_config.5