summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style system user managerPhil Davis2015-05-301-14/+22
|
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-3/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Fix whitespaces and indentRenato Botelho2013-12-021-81/+81
|
* Tidy up "system_usermanager_settings.php" XHTMLColin Fleming2013-04-081-5/+8
| | | | | Add CDATA sections to SCRIPT tags Update HTML boolean operators
* Cosmetic change, s/manager/Manager/ to keep make it consistent with other ↵Renato Botelho2013-02-071-2/+2
| | | | entries
* Correct the test which displays an error if someone chose to save+test but ↵jim-p2011-02-241-4/+5
| | | | doesn't have an ldap backend. Also, fix a typo.
* Properly test for ldap case when clicking save and test for GUI authserver.Ermal2010-12-081-4/+7
|
* Ticket #934. Perform test only for ldap backend. Also tell the user through ↵Ermal2010-10-151-3/+6
| | | | a message when they click it for other backends.
* correctly select Local Database when it's configured as suchChris Buechler2010-08-071-0/+3
|
* Do not blacklist radius for authentication method on the webGUI.Ermal2010-07-271-2/+0
|
* Allow using the default session timeout.Erik Fonnesbeck2010-05-061-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-1/+2
|
* Merge branch 'master' into gettextErik Fonnesbeck2010-04-281-1/+1
|\ | | | | | | | | | | | | Resolved conflicts: usr/local/www/system_advanced_firewall.php usr/local/www/system_routes.php usr/local/www/system_routes_edit.php
| * touch up textChris Buechler2010-04-281-1/+1
| |
* | Implementing gettext()Carlos Eduardo Ramos2010-04-281-4/+4
|/
* Ticket #378. Correct text to reflect the allowed 0 value.Ermal2010-04-271-1/+1
|
* Ticket #378. Correctly handle a timeout of 0 to mean never timeout.Ermal2010-04-271-2/+2
|
* Since 0 is not allowed clarify comment.Ermal2010-03-161-1/+1
|
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-151-3/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* Remove the authentication fallback it does not have any meaning now.Ermal Luçi2010-03-041-15/+0
|
* Do not allow negative numbers in session timeout. Ticket #378.Ermal Luçi2010-03-031-1/+1
|
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-031-232/+51
| | | | Fix quite a few problems down the way.
* Remove the windows LF on this file to be usable on vi.Ermal Luçi2010-03-031-363/+363
|
* User _ instead of </> so browser does not interpret it as html.Ermal Luçi2010-03-021-4/+4
|
* Do not show the passwd used to logon on logs. Also change the replace from ↵Ermal Luçi2010-03-021-4/+4
| | | | $username to <username> so php does not try to do clever stuff.
* The filter expects * and not a php variable.Ermal Luçi2010-03-011-2/+2
|
* revert unintentional change to system_usermanager_settings.php from last commitChris Buechler2010-02-271-2/+2
|
* if reverted to HTTP, restart lightyChris Buechler2010-02-271-1/+1
|
* Change default session timeout to 4 hours. Clarify text description. Remove ↵Chris Buechler2010-02-241-10/+4
| | | | limit of < 999 and other invalid/unnecessary input validation. Use product_name
* make re-brand friendlyChris Buechler2009-12-171-3/+3
|
* include priv.incsullrich2009-11-281-0/+1
|
* Include priv.defs.incsullrich2009-11-281-0/+1
|
* 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
* Mount image rw during changesScott Ullrich2008-11-201-4/+7
|
* 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/+1
| | | | supported currently are LDAP and Radius.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-4/+0
| | | | | | | | | | | | | 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-1/+9
| | | | | | | | 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
* Remove the statement Only Supports one Container Currently!!!Scott Ullrich2008-02-201-1/+0
|
* Add Edir, etc to the LDAP other description.Scott Ullrich2008-02-191-1/+1
|
* Make select button really a button intead of HTML <a href>Scott Ullrich2008-02-191-1/+1
|
* Make form more user friendly:Scott Ullrich2008-02-191-22/+102
| | | | | | | | | | | | | | | | "Active Directory" hide: LDAP Filter (use default: (samaccountname=$username)) LDAP Naming Attribute (use default: samaccountname) Group Membership Attribute Name (use default: memberOf) "eDirectory" hide: LDAP Filter (use default: (cn=$username)) LDAP Naming Attribute (use default: CN) Group Membership Attribute Name (use default: groupMembership)
OpenPOWER on IntegriCloud