Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2011 21:30:15 GMT
From:      markham breitbach <markham_breitbach@ssimicro.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/66095: [pam] template_user is broken in pam_radius
Message-ID:  <201108112130.p7BLUF1q064929@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/66095; it has been noted by GNATS.

From: markham breitbach <markham_breitbach@ssimicro.com>
To: bug-followup@FreeBSD.org, danm@prime.gushi.org
Cc:  
Subject: Re: bin/66095: [pam] template_user is broken in pam_radius
Date: Thu, 11 Aug 2011 15:20:35 -0600

 Further to this, I have inserted some debug output into pam_radius.so.5 to output the
 password to syslog from the build_access_request.  When I have a local user account
 matching the login I am using it works correctly and logs me in and syslog shows my
 password as expected:
 
 Aug 11 17:09:22 ssi-knta-pd1 sshd[5464]: rad_mb_debug: MySecret
 
 When I remove the local user account pam_radius uses the incorrect password when
 generating the password hash for the radius packet.
 
 Aug 11 17:09:48 ssi-knta-pd1 sshd[5473]: rad_mb_debug: ^H ^M^?INCORRECT
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108112130.p7BLUF1q064929>