summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-311-244/+277
| | | | Thanks again for him helping us with this project!
* Add back ldap auth caontainer picker.Scott Ullrich2008-01-181-4/+16
|
* * Hide password fieldScott Ullrich2008-01-131-10/+11
| | | | | * Remove session timeout graphic * Allow session timeout to remain blank
* Remove the need to define authetnication containers. Now a user can loginScott Ullrich2007-12-311-15/+0
| | | | | | | anywhere in the LDAP tree and will use the groups to deterimine the access privs. Work sponsored-by: Centipede Networks
* * Return OU=Users which is built-in to active directoryScott Ullrich2007-12-311-1/+1
| | | | | | * Specify that LDAP is Active Directory compatible Work sponsored-by: Centipede Networks
* Adding LDAP Authentication container picker.Scott Ullrich2007-12-311-1/+12
| | | | Work sponsored-by: Centipede Networks
* Add Users containers setting where a ; seperated list of LDAP containersScott Ullrich2007-12-311-0/+14
| | | | | | | | can be specified to authenticate against. Final item will be a graphical browser that can help the operator populate this box if they are feeling lazy or do not understand LDAP completely. Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Make the LDAP settings screen look better.Scott Ullrich2007-12-301-1/+1
| | | | Work sponsored-by: Centipede Networks
* Add LDAP test functions to verify that the LDAP settings are correct.Scott Ullrich2007-12-301-10/+17
| | | | Return the OU's and show to the user after test completion.
* Clarify the notes/examples for each of the ldap options. This should makeScott Ullrich2007-12-291-2/+4
| | | | | | | | | it pretty clear until I finish the fancy LDAP tree viewer control. I should also note that as of this commit the LDAP auth functions are now working beautifully against a Windows 2000 Server Active Directory! Work sponsored-by: Centipede Networks <www.centipedenetworks.com>
* * Allow LDAP users to login to pfSense.Scott Ullrich2007-12-291-11/+11
| | | | | | * Cross reference Active Directory user groups with pfSense groups, apply groups where names match * Clarify some of the settings items and give examples
* * Hide search baseScott Ullrich2007-12-281-4/+10
| | | | | | * Use correct variable name Work sponsored-by: Centipede Networks
* Adding LDAP options:Scott Ullrich2007-12-271-1/+51
| | | | | | | | | * Binding username * Binding password * Filter * Search base Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Adding LDAP settings:Scott Ullrich2007-12-271-10/+43
| | | | | | | * Authentication backend * LDAP Server:port Work sponsored-by: Centipede Networks
* Remove XXX, it is fixed.Scott Ullrich2007-12-021-2/+0
|
OpenPOWER on IntegriCloud