summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert descr in system_authservers.phpjim-p2015-07-011-1/+1
|
* Merge pull request #1695 from phil-davis/system-aRenato Botelho2015-05-301-84/+114
|\
| * Code style system aPhil Davis2015-05-301-84/+114
| |
* | system_authservers text typoPhil Davis2015-05-301-1/+1
|/
* Encode server name before displaying back to the user.jim-p2015-05-011-1/+1
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-27/+27
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Merge pull request #659 from mss/extended-query-example-workErmal Luçi2014-02-191-4/+4
|\ | | | | Improve LDAP DN examples
| * Don't gettext() the example strings.Malte S. Stretz2013-05-291-3/+3
| | | | | | | | They must not be translated.
| * Improve Authentication Containers examples.Malte S. Stretz2013-05-291-3/+3
| | | | | | | | | | | | * 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.
| * Fix LDAP Extended Query example.Malte S. Stretz2013-05-291-1/+1
| | | | | | | | The old one was not valid LDAP filter syntax.
* | Make the RADIUS settings respect the description of the timeout field. If ↵jim-p2013-10-221-1/+3
| | | | | | | | the timeout value is left blank, use 5 seconds, don't print an error.
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
| |
* | Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. ↵jim-p2013-07-171-0/+41
| | | | | | | | While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted.
* | Add a note about the LDAP hostname matching the server cert's CN.jim-p2013-06-271-0/+1
|/
* Tidy up "system_authservers.php" XHTMLColin Fleming2013-04-081-47/+48
| | | | | | | | | 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
* Only apply this test for radius servers.jim-p2013-02-161-1/+1
|
* Add a knob in the GUI to set the RADIUS authentication timeout. Previous ↵jim-p2013-02-131-0/+16
| | | | 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.
* Correct Select button when no ca_ref is definedErmal2012-11-141-2/+6
|
* Make tables sortablebcyrill2012-09-241-49/+55
|
* More shortcutsjim-p2012-08-141-0/+1
|
* Resolves #2018. Add an id to the html object to make javascript workErmal2011-11-221-1/+1
|
* Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵jim-p2011-10-241-1/+2
| | | | it appears to ignore a custom LDAP port even when it's correct in the config.
* Added web interface capability to make the LDAP search more specific in ↵namezero1111112011-08-281-1/+22
| | | | order to filter for group membership for example.
* Ticket #1052. Enforce certificates if they are present for authenticating to ↵Ermal2011-07-151-1/+29
| | | | ldap. Allow to select a CA under ldap type authentication backend to be used for this.
* More text consistency.Warren Baker2011-06-281-3/+3
|
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Do not require LDAP search base DN. Requiring this can prevent some valid ↵jim-p2010-10-271-3/+2
| | | | LDAP configurations from properly authenticating. (See GDD-550841).
* Use <?php instead of the short formRenato Botelho2010-08-121-3/+3
|
* gettext fixesRenato Botelho2010-08-121-5/+5
|
* Fix deletion of authentication servers. Fixes #600.jim-p2010-05-181-2/+10
|
* fix indentRenato Botelho2010-04-281-13/+12
|
* Implement gettext()Renato Botelho2010-04-281-3/+3
|
* Implement gettext()Renato Botelho2010-04-281-32/+44
|
* Ticket #389. Correctly make the ldap object picker work and handle various ↵Ermal2010-04-271-0/+15
| | | | errors.
* Make this work as it is supposed.Ermal Luçi2010-03-091-5/+3
|
* Do not allow changing the name of the auth server. Resolves #399.Ermal Luçi2010-03-051-0/+5
|
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-031-31/+47
| | | | Fix quite a few problems down the way.
* Do not allow same names on different auth servers. While here correct radius ↵Ermal Luçi2010-03-021-4/+9
| | | | default ports.
* Add copyrights of myself.Ermal Luçi2010-03-021-0/+1
|
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-2/+29
| | | | 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.
* Add support for authenticating users against server specified in the ↵Ermal Luçi2010-02-241-0/+1
| | | | system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-283/+285
| | | | | | 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.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-3/+1
| | | | | | | | | | 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 commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+2
| | | | | | | | | | | | | | | | | | | | | 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 - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
OpenPOWER on IntegriCloud