summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.password
Commit message (Collapse)AuthorAgeFilesLines
* Add shaper.inc and auth.incScott Ullrich2009-11-211-0/+3
|
* Remove the page locking privileges after discussion with Scott on IRC. TheMatthew Grooms2008-09-031-4/+2
| | | | | | | feature was confusing and offered little utility that I could see. If we really need to provide serialized access to sections of the webui, IMO it should be a global lock option and enabled or disabled manually and not a privilege that is on all the time.
* Do a better job of re-assigning admin privileges when the password resetMatthew Grooms2008-08-111-2/+3
| | | | menu option is used. Reported by Scott and Chris.
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-9/+17
| | | | | | | | | | | | | 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-2/+1
| | | | | | | | 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-9/+11
| | | | | | | | | | | 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.
* Sync w/ HEAD.Scott Ullrich2008-03-101-22/+14
|
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-3/+3
|
* Close STDIN ($fp) handle before returning back to shell. Major doh's.Scott Ullrich2007-06-021-2/+3
|
* Alert to user we are changing default username back to admin on reset password.Scott Ullrich2006-04-211-1/+2
|
* When resetting the password from the console, reset the username to "admin".Scott Ullrich2006-04-191-1/+2
| | | | Needless to say I waisted way more time than I should have finding this issue.
* Resync SSH and webConfigurator password after password resetScott Ullrich2005-08-211-1/+4
|
* Add $Id$ tagsBill Marquette2005-03-271-0/+1
|
* write_config() descriptionsBill Marquette2005-03-201-1/+1
|
* Style clieanup.Scott Ullrich2005-02-121-1/+1
|
* Reset password to pfsenseScott Ullrich2005-01-311-15/+15
|
* Initial revisionScott Ullrich2004-11-071-0/+65
OpenPOWER on IntegriCloud