]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
delay lookup of privsep user until config loaded
authorDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 01:33:09 +0000 (11:33 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 01:33:09 +0000 (11:33 +1000)
commitf66d4df5749551380a8c4ae642347675a0b6a2e9
tree94a134141c3cc60a03bed0a5d338fcdb1ad6ed21
parentf1c42858b94f5d9b58867b34dce3afb39c6b56a8
delay lookup of privsep user until config loaded

sshd-session attempting to use options.kerberos_authentication to
decide whether it needed to lookup the privsep user before the
configuration was loaded. This caused it to get a placeholder value
that caused it always to try to lookup the privsep user, breaking at
least one test environment.
sshd-session.c