summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Add IPsec PSK field to User Manager. No backend code to use this value yet.jim-p2010-05-281-0/+8
|
* Removed gettext callCarlos Eduardo Ramos2010-04-301-1/+1
|
* Add gettext callCarlos Eduardo Ramos2010-04-301-1/+1
|
* add gettext() calls on missing placesRenato Botelho2010-04-301-2/+2
|
* Fixing multiline gettext()Vinicius Coque2010-04-301-4/+4
|
* Adding gettext()Vinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-4/+4
|
* Fixing gettext implementationVinicius Coque2010-04-281-1/+1
|
* Fixing gettext() implementationVinicius Coque2010-04-281-1/+1
|
* Use array instead of explode for reqdfieldsn to fit it better with gettext() ↵Renato Botelho2010-04-281-5/+12
| | | | calls
* Reviewing gettext() implementationCarlos Eduardo Ramos2010-04-281-35/+35
|
* Default to 2048 bits.Ermal2010-03-181-1/+1
|
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-151-2/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* Default to 3650 days. Requested-by: cmb@Ermal2010-03-151-0/+1
|
* fix textChris Buechler2010-03-131-1/+1
|
* Make the certificate table look better.Ermal2010-03-121-1/+1
|
* Allow user certificate to be created with the user.Ermal2010-03-121-3/+128
|
* Run /etc/inc/privhooks if they existScott Ullrich2010-01-201-0/+3
|
* fix typosChris Buechler2010-01-161-1/+1
|
* remove authorized_keys check, many users won't have SSH access anyway, this ↵Chris Buechler2009-12-131-3/+0
| | | | check is much too restrictive
* fix typosChris Buechler2009-12-071-1/+1
|
* include priv.incsullrich2009-11-281-0/+1
|
* Disabled is not a required fieldsullrich2009-11-281-1/+1
|
* Include priv.defs.incsullrich2009-11-281-1/+2
|
* Add disabled checkbox. Add code to check for disabled accounts.sullrich2009-11-271-3/+17
|
* Allow expiration date to lie in the past which has the side effect of ↵sullrich2009-11-271-1/+1
| | | | disabling the account Ticket #65
* Add necessary include. Reported-by: ↵Ermal Luçi2009-09-171-0/+1
| | | | http://forum.pfsense.org/index.php/topic,19193.0.html
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* Correct the path of the javascript after Bills cleanup.mgrooms2009-03-151-1/+1
|
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-0/+40
| | | | been modified to include an account expiration option to support this service.
* Mount image rw during changesScott Ullrich2008-11-201-0/+3
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-318/+325
| | | | | | 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.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-25/+12
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* Disallow creation of user certificates until the user has actually beenMatthew Grooms2008-09-041-3/+3
| | | | created. This obviously won't work.
* Add options to export ca, certificate and user certificate data from theMatthew Grooms2008-09-031-1/+47
| | | | webui.
* 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.
* Add a certificate list to the user object that can be managed using the caMatthew Grooms2008-08-111-7/+67
| | | | and user manager screens.
* 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 a right arrow icon supplied by hoba. This compliments the existingMatthew Grooms2008-08-061-2/+2
| | | | | | left arrow icon. Use the left and right arrow icons instead of the plus and x icons for moving users and groups between selection lists in the user and group manager screens.
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-051-4/+5
| | | | supported currently are LDAP and Radius.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-12/+10
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-138/+199
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-429/+489
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Admin automatically defaults to the admin groups. Do not worry aboutScott Ullrich2008-06-081-1/+1
| | | | | | lack of group being sent. Ticket #1752
* At least one group is required for saving.Scott Ullrich2008-02-201-0/+3
|
* Correctly deterimine if user is localScott Ullrich2008-02-191-1/+2
|
* Do not allow password change for non local user.Scott Ullrich2008-02-191-0/+13
|
OpenPOWER on IntegriCloud