Project

General

Profile

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

# Date Author Comment
a8db7391 11/22/2011 01:29 PM Ermal LUÇI

Resolves #2018. Add an id to the html object to make javascript work

8f096822 10/24/2011 06:21 PM Jim Pingle

Don't run ldap_urlchange on page load if there is a custom port, otherwise it appears to ignore a custom LDAP port even when it's correct in the config.

c7073ebf 08/28/2011 02:43 AM Andy I.

Added web interface capability to make the LDAP search more specific in order to filter for group membership for example.

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.

beaab622 06/28/2011 11:10 AM Warren Baker

More text consistency.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

64ce9d72 10/27/2010 05:11 PM Jim Pingle

Do not require LDAP search base DN. Requiring this can prevent some valid LDAP configurations from properly authenticating. (See GDD-550841).

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

9db6993f 05/18/2010 03:06 PM Jim Pingle

Fix deletion of authentication servers. Fixes #600.

6d78607d 04/28/2010 05:03 PM Renato Botelho

fix indent

79501c4b 04/28/2010 05:00 PM Renato Botelho

Implement gettext()

257705ca 04/28/2010 04:51 PM Renato Botelho

Implement gettext()

7a938f1b 04/27/2010 02:55 PM Ermal LUÇI

Ticket #389. Correctly make the ldap object picker work and handle various errors.

be934aad 03/09/2010 05:22 PM Ermal Luçi

Make this work as it is supposed.

3de94477 03/05/2010 06:16 PM Ermal Luçi

Do not allow changing the name of the auth server. Resolves #399.

6306b5dd 03/03/2010 04:17 PM Ermal Luçi

Overhaul the user login system to use the Servers tab as its base.

Fix quite a few problems down the way.

acee624f 03/02/2010 08:27 PM Ermal Luçi

Do not allow same names on different auth servers. While here correct radius default ports.

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

Add copyrights of myself.

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.

e8a58de4 02/24/2010 11:58 PM Ermal Luçi

Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

e30001cf 09/09/2008 06:55 AM Matthew Grooms

Cleanup the tab format of the system user/group/server management pages.
The edges were square instead of rounded like most pfSense pages. Also
make sure tabs and cancel buttons are present in the add privilege and
add certificate pages.

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...

64cc39d3 08/09/2008 12:06 AM Matthew Grooms

Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority...

fbf672cb 08/05/2008 04:16 AM Matthew Grooms

Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.