|
|
Jedliu wrote: > Hello, > Everyone. > > I wanna support Openvpn with the authentication support of > Freeradius,but it not work. > Hope someone can give some hints. > The detail as follows: > +++++++++File++++++++++++Location+++++++++++ > openvpn-auth-pam.so /etc/openvpn/openvpn-auth-pam.so > pam_radius_auth.so /lib/security/pam_radius_auth.so > pam_radius_auth.conf /etc/raddb/server/pam_radius_auth.conf > radiusd /etc/pam.d/radiusd > server.conf /etc/openvpn/server.conf > > ++++++File+++++ > radiusd > +++++Content+++ > #%PAM-1.0 > auth sufficient pam_radius_auth.so debug > account sufficient pam_permit.so > session sufficient pam_permit.so > > Got infor from: > http://openvpn.net/archive/openvpn-users/2005-12/msg00323.html > > ++++++File+++++ > pam_radius_auth.conf > +++++Content+++ > # server[:port] shared_secret timeout (s) > 127.0.0.1 <http://127.0.0.1> jedliu 1 > *.*.*.* jedliu 1 > #other-server other-secret 3 When I've configured PAM radius, this file is called just /etc/raddb/server. Not /etc/raddb/server/pam_radius_auth.conf. Perhaps that is the issue? HTH, Nick -- Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication https://www.linkedin.com/in/nickowen ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-03/msg00046.html on line 224 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-03/msg00046.html on line 224 |