Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -195/+60 |
| | | | | | | | | 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 to | Matthew Grooms | 2008-07-25 | 1 | -230/+278 |
| | | | | | | | | | | | 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. | ||||
* | General whitespace and style cleanup of the auth.inc file. I was having a | Matthew Grooms | 2008-07-21 | 1 | -704/+721 |
| | | | | | hard time following some of the code logic due to poor formatting. There should be no functional change. | ||||
* | Remove debug messages that gave away info on why the login failed | Bill Marquette | 2008-04-07 | 1 | -10/+19 |
| | | | | add failed and successful login messages to syslog | ||||
* | Remove dead code. | Scott Ullrich | 2008-02-20 | 1 | -21/+0 |
| | |||||
* | Latest LDAP round from Mark Batchelor | Scott Ullrich | 2008-02-11 | 1 | -23/+31 |
| | | | | VS: ---------------------------------------------------------------------- | ||||
* | Latest version of auth.inc from Mark Batchelor fixing a few misc | Scott Ullrich | 2008-02-10 | 1 | -28/+48 |
| | | | | LDAP auth issues + local auth issues. | ||||
* | Latest LDAP changes from Mark Batchelor | Scott Ullrich | 2008-02-03 | 1 | -76/+153 |
| | |||||
* | * Remove trailing blank line | Scott Ullrich | 2008-02-03 | 1 | -5/+7 |
| | | | | * Make sure $info has data before operating on it | ||||
* | * Remove trailing blank line | Scott Ullrich | 2008-02-03 | 1 | -6/+6 |
| | | | | * Make sure $search has data before operating on it | ||||
* | Latest eDir / Active Directory tweaks from Mark Batchelor. | Scott Ullrich | 2008-01-31 | 1 | -963/+1008 |
| | | | | Thanks again for him helping us with this project! | ||||
* | Changes to allow Novell eDir to authenticate via LDAP. | Scott Ullrich | 2008-01-28 | 1 | -11/+16 |
| | | | | Thanks to Mark Batchelor for all of his help with these changes. | ||||
* | Conditional checks use ==, not = ! | Scott Ullrich | 2008-01-16 | 1 | -2/+2 |
| | |||||
* | Check that ldap_connect() exists before calling. For some reason on | Scott Ullrich | 2008-01-13 | 1 | -2/+17 |
| | | | | bootup the function does not exist but the module is loaded? | ||||
* | * Missing = | Scott Ullrich | 2008-01-01 | 1 | -10/+32 |
| | | | | * Allow user manager to adhere to admins group | ||||
* | Only check item if it is an array. | Scott Ullrich | 2007-12-31 | 1 | -2/+3 |
| | |||||
* | Correctly return no groups when the user is not a member of a local group. | Scott Ullrich | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | Modify isSystemAdmin() to check LDAP for a "admins" group. | Scott Ullrich | 2007-12-31 | 1 | -0/+6 |
| | |||||
* | Remove the need to define authetnication containers. Now a user can login | Scott Ullrich | 2007-12-31 | 1 | -7/+22 |
| | | | | | | | anywhere in the LDAP tree and will use the groups to deterimine the access privs. Work sponsored-by: Centipede Networks | ||||
* | Only iterate items if it is an array. | Scott Ullrich | 2007-12-31 | 1 | -12/+14 |
| | | | | Work sponsored-by: Centipede Networks | ||||
* | * Return OU=Users which is built-in to active directory | Scott Ullrich | 2007-12-31 | 1 | -0/+2 |
| | | | | | | * Specify that LDAP is Active Directory compatible Work sponsored-by: Centipede Networks | ||||
* | Correct variable check. | Scott Ullrich | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Adding LDAP Authentication container picker. | Scott Ullrich | 2007-12-31 | 1 | -0/+2 |
| | | | | Work sponsored-by: Centipede Networks | ||||
* | Add Users containers setting where a ; seperated list of LDAP containers | Scott Ullrich | 2007-12-31 | 1 | -2/+17 |
| | | | | | | | | 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/> | ||||
* | Add LDAP test functions to verify that the LDAP settings are correct. | Scott Ullrich | 2007-12-30 | 1 | -3/+43 |
| | | | | Return the OU's and show to the user after test completion. | ||||
* | Add ldap_get_user_ous() which will return an array of containers that hold | Scott Ullrich | 2007-12-29 | 1 | -0/+43 |
| | | | | | | | user objects. This will be used by the ldap settings manager to allow the operator to specify which containers they would like to authenticate from. Work sponsored-by: Centipede Networks <http://centipedenetworks.com/> | ||||
* | Ignore ldap items for locally defined users. | Scott Ullrich | 2007-12-29 | 1 | -13/+18 |
| | | | | Work sponsored-by: Centipede Networks <http://centipedenetworks.com/> | ||||
* | * Allow LDAP users to login to pfSense. | Scott Ullrich | 2007-12-29 | 1 | -23/+53 |
| | | | | | | * Cross reference Active Directory user groups with pfSense groups, apply groups where names match * Clarify some of the settings items and give examples | ||||
* | * Refactor code a bit, split out user property search function | Scott Ullrich | 2007-12-28 | 1 | -6/+45 |
| | | | | | | * Bring back filter code Work sponsored-by: Centipede Networks | ||||
* | Allow multiple groups to be assigned per user. | Scott Ullrich | 2007-12-28 | 1 | -0/+21 |
| | | | | Work sponsored-by: Centipede Networks | ||||
* | * Hide search base | Scott Ullrich | 2007-12-28 | 1 | -1/+1 |
| | | | | | | * Use correct variable name Work sponsored-by: Centipede Networks | ||||
* | Adding LDAP backend glue. | Scott Ullrich | 2007-12-27 | 1 | -0/+38 |
| | | | | Work sponsored-by: Centipede Networks <http://centipedenetworks.com/> | ||||
* | * Correctly report invalid password | Scott Ullrich | 2007-11-18 | 1 | -0/+8 |
| | | | | | * Correctly report invalid username * Correctly report 401 errors | ||||
* | Correctly show 401 errors. | Scott Ullrich | 2007-11-18 | 1 | -0/+18 |
| | |||||
* | Remove trailing space / cr | Scott Ullrich | 2007-05-27 | 1 | -1/+1 |
| | |||||
* | Backport usermanager code from HEAD so I can get it in the snaps and | Bill Marquette | 2007-04-13 | 1 | -99/+603 |
| | | | | | start testing it properly There's still some CSS/HTML fixes needed but the code seems to work | ||||
* | * Minior tab alignments | Scott Ullrich | 2006-04-08 | 1 | -5/+6 |
| | | | | * We're in 2006, toto | ||||
* | * Eliminate dead code | Scott Ullrich | 2006-01-15 | 1 | -1/+3 |
| | | | | * Fix warnings and errors found by eclipse | ||||
* | restore 1.10 | Scott Ullrich | 2005-10-11 | 1 | -32/+7 |
| | | | | Ticket #598 | ||||
* | use admin user when using a special username | Scott Ullrich | 2005-10-10 | 1 | -2/+2 |
| | |||||
* | Correct comment | Scott Ullrich | 2005-10-09 | 1 | -1/+1 |
| | |||||
* | Terminate comment correctly | Scott Ullrich | 2005-10-09 | 1 | -1/+1 |
| | | | | Pointy-hat-to: GeekGod | ||||
* | Duplicate logic to htpasswd_backed_basic_auth() | Scott Ullrich | 2005-10-08 | 1 | -4/+16 |
| | |||||
* | honour custom username set in webConfigurator page | Scott Ullrich | 2005-10-08 | 1 | -1/+2 |
| | |||||
* | honour custom username set in webConfigurator page | Scott Ullrich | 2005-10-08 | 1 | -2/+14 |
| | |||||
* | If there's a PHP_AUTH_* copy it over to AUTH_* (mini sets AUTH_*, lighttpd ↵ | Bill Marquette | 2005-09-17 | 1 | -1/+9 |
| | | | | sets PHP_AUTH_*) | ||||
* | Change realm to . | Scott Ullrich | 2005-08-13 | 1 | -1/+1 |
| | | | | Ticket #337 | ||||
* | Remove trailing space | Scott Ullrich | 2005-06-26 | 1 | -1/+1 |
| | |||||
* | Better regexp | Bill Marquette | 2005-05-18 | 1 | -4/+4 |
| | | | | Courtesy-of: strgout | ||||
* | better regexp | Bill Marquette | 2005-05-18 | 1 | -2/+2 |
| |