From: basney Date: Fri, 4 Sep 2009 20:13:53 +0000 (+0000) Subject: PermitPAMUserChange added X-Git-Tag: OPENSSH_5_2P1_GSSAPI_20090924~6 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/fe0c99653a55e2ce2607384e1a8cf262c6cb8ec8 PermitPAMUserChange added --- diff --git a/setup/sshd_config.in b/setup/sshd_config.in index badf4af..309170d 100644 --- a/setup/sshd_config.in +++ b/setup/sshd_config.in @@ -93,6 +93,10 @@ Protocol 2 # and ChallengeResponseAuthentication to 'no'. #UsePAM yes +# Set to 'yes' to allow the PAM stack to change the user name during +# calls to authentication +#PermitPAMUserChange no + #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no