Project

General

Profile

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

# Date Author Comment
3260b82f 11/14/2012 07:32 PM Ermal LUÇI

Make it more clear what is the username during syslog

1492e02c 06/05/2012 07:37 PM Ermal LUÇI

Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100

239a2977 04/14/2012 07:19 PM Cyrill B

Use appropriate syslog priorities.

fe2031ab 07/15/2011 01:10 PM Ermal LUÇI

Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

befad728 11/26/2010 09:54 PM Ermal LUÇI

Ticket #1037. Move environment manipulation to the authentication script since escaping slashes is not so easz on dynamic built paths.

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 )...