Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1695 from phil-davis/system-a | Renato Botelho | 2015-05-30 | 1 | -84/+114 |
|\ | |||||
| * | Code style system a | Phil Davis | 2015-05-30 | 1 | -84/+114 |
| | | |||||
* | | system_authservers text typo | Phil Davis | 2015-05-30 | 1 | -1/+1 |
|/ | |||||
* | Encode server name before displaying back to the user. | jim-p | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | Improving aesthetics. | xbipin | 2015-01-13 | 1 | -1/+1 |
| | | | | | Make title color more consistent with other pages. Improving aesthetics. | ||||
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -27/+27 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Change copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -1/+2 |
| | |||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -5/+5 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -3/+4 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Merge pull request #659 from mss/extended-query-example-work | Ermal Luçi | 2014-02-19 | 1 | -4/+4 |
|\ | | | | | Improve LDAP DN examples | ||||
| * | Don't gettext() the example strings. | Malte S. Stretz | 2013-05-29 | 1 | -3/+3 |
| | | | | | | | | They must not be translated. | ||||
| * | Improve Authentication Containers examples. | Malte S. Stretz | 2013-05-29 | 1 | -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. Stretz | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | The old one was not valid LDAP filter syntax. | ||||
* | | Make the RADIUS settings respect the description of the timeout field. If ↵ | jim-p | 2013-10-22 | 1 | -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 #2565 | Renato Botelho | 2013-09-12 | 1 | -1/+1 |
| | | |||||
* | | Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. ↵ | jim-p | 2013-07-17 | 1 | -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-p | 2013-06-27 | 1 | -0/+1 |
|/ | |||||
* | Tidy up "system_authservers.php" XHTML | Colin Fleming | 2013-04-08 | 1 | -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-p | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | Add a knob in the GUI to set the RADIUS authentication timeout. Previous ↵ | jim-p | 2013-02-13 | 1 | -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 defined | Ermal | 2012-11-14 | 1 | -2/+6 |
| | |||||
* | Make tables sortable | bcyrill | 2012-09-24 | 1 | -49/+55 |
| | |||||
* | More shortcuts | jim-p | 2012-08-14 | 1 | -0/+1 |
| | |||||
* | Resolves #2018. Add an id to the html object to make javascript work | Ermal | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵ | jim-p | 2011-10-24 | 1 | -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 ↵ | namezero111111 | 2011-08-28 | 1 | -1/+22 |
| | | | | order to filter for group membership for example. | ||||
* | Ticket #1052. Enforce certificates if they are present for authenticating to ↵ | Ermal | 2011-07-15 | 1 | -1/+29 |
| | | | | ldap. Allow to select a CA under ldap type authentication backend to be used for this. | ||||
* | More text consistency. | Warren Baker | 2011-06-28 | 1 | -3/+3 |
| | |||||
* | Fix XSS issues | Scott Ullrich | 2010-11-12 | 1 | -2/+2 |
| | |||||
* | Do not require LDAP search base DN. Requiring this can prevent some valid ↵ | jim-p | 2010-10-27 | 1 | -3/+2 |
| | | | | LDAP configurations from properly authenticating. (See GDD-550841). | ||||
* | Use <?php instead of the short form | Renato Botelho | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | gettext fixes | Renato Botelho | 2010-08-12 | 1 | -5/+5 |
| | |||||
* | Fix deletion of authentication servers. Fixes #600. | jim-p | 2010-05-18 | 1 | -2/+10 |
| | |||||
* | fix indent | Renato Botelho | 2010-04-28 | 1 | -13/+12 |
| | |||||
* | Implement gettext() | Renato Botelho | 2010-04-28 | 1 | -3/+3 |
| | |||||
* | Implement gettext() | Renato Botelho | 2010-04-28 | 1 | -32/+44 |
| | |||||
* | Ticket #389. Correctly make the ldap object picker work and handle various ↵ | Ermal | 2010-04-27 | 1 | -0/+15 |
| | | | | errors. | ||||
* | Make this work as it is supposed. | Ermal Luçi | 2010-03-09 | 1 | -5/+3 |
| | |||||
* | Do not allow changing the name of the auth server. Resolves #399. | Ermal Luçi | 2010-03-05 | 1 | -0/+5 |
| | |||||
* | Overhaul the user login system to use the Servers tab as its base. | Ermal Luçi | 2010-03-03 | 1 | -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çi | 2010-03-02 | 1 | -4/+9 |
| | | | | default ports. | ||||
* | Add copyrights of myself. | Ermal Luçi | 2010-03-02 | 1 | -0/+1 |
| | |||||
* | Allow the GUI auth API to be used for doing authentication against ↵ | Ermal Luçi | 2010-03-02 | 1 | -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çi | 2010-02-24 | 1 | -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 Ullrich | 2009-09-14 | 1 | -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 Grooms | 2008-09-09 | 1 | -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 to | Matthew Grooms | 2008-08-26 | 1 | -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 used | Matthew Grooms | 2008-08-09 | 1 | -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. | ||||
* | Add an interface to manage external authentication servers. The two types | Matthew Grooms | 2008-08-05 | 1 | -0/+667 |
supported currently are LDAP and Radius. |