Project

General

Profile

Download (3.35 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

8901958c 10/12/2010 09:21 PM Jim Pingle

Add backend code to verify username against cn on login if set by user. Needs GUI code to set the option yet. Ticket #887

cc686d98 03/02/2010 08:19 PM Ermal Luçi

Add the neccesary foo for radius.inc to work.

8a6b0fbe 03/02/2010 05:23 PM Ermal Luçi

Add copyrights of myself.

006a162f 03/02/2010 05:10 PM Ermal Luçi

Take care of local authentication. Also when the user authenticates do not serach on other authentication sources.

c61e4626 03/02/2010 05:07 PM Ermal Luçi

Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.

a13ce628 03/02/2010 10:21 AM Ermal Luçi

Do not allow login for expired and disabled users. Fix this even in openvpn authentication script. While here clean up the code quite a bit.

0c8d2763 12/30/2009 04:16 AM Chris Buechler

Revert "fix OpenVPN user auth"

This reverts commit f67a48ccda79386b5628e746e43bdf55a4f54ed6.

f67a48cc 12/30/2009 04:10 AM Chris Buechler

fix OpenVPN user auth

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

1f5309a3 10/06/2008 06:25 PM Matthew Grooms

Use the correct syslog LOG_ERR constant and make this file executable.

3c11bd3c 09/06/2008 09:10 PM Matthew Grooms

Minor re-work of OpenVPN configuration. Use operational modes to determine
what configuration options are appropriate. The operational mode dictates
the authentication method. They are defines as follows ...

Peer to Peer ( SSL/TLS )
Peer to Peer ( Shared Key )...