Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |