summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-051-0/+667
supported currently are LDAP and Radius.
OpenPOWER on IntegriCloud