Project

General

Profile

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

# Date Author Comment
e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

b1455571 02/19/2014 07:57 AM Ermal Luçi

Merge pull request #659 from mss/extended-query-example-work

Improve LDAP DN examples

afdf29d3 10/22/2013 02:53 PM Jim Pingle

Make the RADIUS settings respect the description of the timeout field. If the timeout value is left blank, use 5 seconds, don't print an error.

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

a5cd1c5a 07/17/2013 02:13 PM Jim Pingle

Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted.

9d793187 06/27/2013 06:34 PM Jim Pingle

Add a note about the LDAP hostname matching the server cert's CN.

d345f596 05/29/2013 03:58 PM Malte S. Stretz

Don't gettext() the example strings.

They must not be translated.

04cdae54 05/29/2013 03:56 PM Malte S. Stretz

Improve Authentication Containers examples.

  • The first example was wrong (cf. ldap_backed() in auth.inc which
    looks for a DC= part to determine a full DN.
  • The second example now show the realtive DNs.
d57725aa 05/29/2013 03:42 PM Malte S. Stretz

Fix LDAP Extended Query example.

The old one was not valid LDAP filter syntax.

0f3a8925 04/08/2013 07:25 PM Colin Fleming

Tidy up "system_authservers.php" XHTML

Add CDATA sections to SCRIPT tags
Update HTML boolean operators
Close INPUT tags
Move TFOOT between THEAD and TBODY, this is a "quirk" of HTML
Deprecate the ampersand in ANCHOR tags
Add missing closing HTML tag

eed8df6f 02/16/2013 06:29 PM Jim Pingle

Only apply this test for radius servers.

bddd2be8 02/13/2013 08:55 PM Jim Pingle

Add a knob in the GUI to set the RADIUS authentication timeout. Previous default was 3s, new is 5s. When using two-factor auth via external (e.g. phone), this needs to be set much higher, 60-120.

0aee7a76 11/14/2012 07:59 PM Ermal LUÇI

Correct Select button when no ca_ref is defined

5b42a459 09/24/2012 07:38 PM Cyrill B

Make tables sortable

d71fc5d3 08/14/2012 06:35 PM Jim Pingle

More shortcuts

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.