Commit Graph

17 Commits

Author SHA1 Message Date
jim-p
9db6993f9a Fix deletion of authentication servers. Fixes #600. 2010-05-18 11:06:23 -04:00
Renato Botelho
6d78607d4c fix indent 2010-04-28 14:03:01 -03:00
Renato Botelho
79501c4b68 Implement gettext() 2010-04-28 14:00:28 -03:00
Renato Botelho
257705ca3a Implement gettext() 2010-04-28 13:51:22 -03:00
Ermal
7a938f1b10 Ticket #389. Correctly make the ldap object picker work and handle various errors. 2010-04-27 14:55:56 +00:00
Ermal Luçi
be934aaddb Make this work as it is supposed. 2010-03-09 17:22:31 +00:00
Ermal Luçi
3de9447703 Do not allow changing the name of the auth server. Resolves #399. 2010-03-05 18:16:44 +00:00
Ermal Luçi
6306b5ddc7 Overhaul the user login system to use the Servers tab as its base.
Fix quite a few problems down the way.
2010-03-03 16:17:35 +00:00
Ermal Luçi
acee624f83 Do not allow same names on different auth servers. While here correct radius default ports. 2010-03-02 20:27:05 +00:00
Ermal Luçi
8a6b0fbeb0 Add copyrights of myself. 2010-03-02 17:23:27 +00:00
Ermal Luçi
c61e462626 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. 2010-03-02 17:07:06 +00:00
Ermal Luçi
e8a58de43b 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. 2010-02-24 23:58:51 +00:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Matthew Grooms
e30001cf19 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.
2008-09-09 06:55:37 +00:00
Matthew Grooms
d799787e49 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
commit were not being referenced.

This commit also splits out the certificate management components into a
new system menu item.
2008-08-26 04:48:04 +00:00
Matthew Grooms
64cc39d3dd 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
- 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.
2008-08-09 00:06:08 +00:00
Matthew Grooms
fbf672cbe9 Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.
2008-08-05 04:16:50 +00:00