summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-230/+278
* General whitespace and style cleanup of the auth.inc file. I was having aMatthew Grooms2008-07-211-704/+721
* Remove debug messages that gave away info on why the login failedBill Marquette2008-04-071-10/+19
* Remove dead code.Scott Ullrich2008-02-201-21/+0
* Latest LDAP round from Mark BatchelorScott Ullrich2008-02-111-23/+31
* Latest version of auth.inc from Mark Batchelor fixing a few miscScott Ullrich2008-02-101-28/+48
* Latest LDAP changes from Mark BatchelorScott Ullrich2008-02-031-76/+153
* * Remove trailing blank lineScott Ullrich2008-02-031-5/+7
* * Remove trailing blank lineScott Ullrich2008-02-031-6/+6
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-311-963/+1008
* Changes to allow Novell eDir to authenticate via LDAP.Scott Ullrich2008-01-281-11/+16
* Conditional checks use ==, not = !Scott Ullrich2008-01-161-2/+2
* Check that ldap_connect() exists before calling. For some reason onScott Ullrich2008-01-131-2/+17
* * Missing =Scott Ullrich2008-01-011-10/+32
* Only check item if it is an array.Scott Ullrich2007-12-311-2/+3
* Correctly return no groups when the user is not a member of a local group.Scott Ullrich2007-12-311-2/+2
* Modify isSystemAdmin() to check LDAP for a "admins" group.Scott Ullrich2007-12-311-0/+6
* Remove the need to define authetnication containers. Now a user can loginScott Ullrich2007-12-311-7/+22
* Only iterate items if it is an array.Scott Ullrich2007-12-311-12/+14
* * Return OU=Users which is built-in to active directoryScott Ullrich2007-12-311-0/+2
* Correct variable check.Scott Ullrich2007-12-311-1/+1
* Adding LDAP Authentication container picker.Scott Ullrich2007-12-311-0/+2
* Add Users containers setting where a ; seperated list of LDAP containersScott Ullrich2007-12-311-2/+17
* Add LDAP test functions to verify that the LDAP settings are correct.Scott Ullrich2007-12-301-3/+43
* Add ldap_get_user_ous() which will return an array of containers that holdScott Ullrich2007-12-291-0/+43
* Ignore ldap items for locally defined users.Scott Ullrich2007-12-291-13/+18
* * Allow LDAP users to login to pfSense.Scott Ullrich2007-12-291-23/+53
* * Refactor code a bit, split out user property search functionScott Ullrich2007-12-281-6/+45
* Allow multiple groups to be assigned per user.Scott Ullrich2007-12-281-0/+21
* * Hide search baseScott Ullrich2007-12-281-1/+1
* Adding LDAP backend glue.Scott Ullrich2007-12-271-0/+38
* * Correctly report invalid passwordScott Ullrich2007-11-181-0/+8
* Correctly show 401 errors.Scott Ullrich2007-11-181-0/+18
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-131-99/+603
* * Minior tab alignmentsScott Ullrich2006-04-081-5/+6
* * Eliminate dead codeScott Ullrich2006-01-151-1/+3
* restore 1.10Scott Ullrich2005-10-111-32/+7
* use admin user when using a special usernameScott Ullrich2005-10-101-2/+2
* Correct commentScott Ullrich2005-10-091-1/+1
* Terminate comment correctlyScott Ullrich2005-10-091-1/+1
* Duplicate logic to htpasswd_backed_basic_auth()Scott Ullrich2005-10-081-4/+16
* honour custom username set in webConfigurator pageScott Ullrich2005-10-081-1/+2
* honour custom username set in webConfigurator pageScott Ullrich2005-10-081-2/+14
* If there's a PHP_AUTH_* copy it over to AUTH_* (mini sets AUTH_*, lighttpd se...Bill Marquette2005-09-171-1/+9
* Change realm to .Scott Ullrich2005-08-131-1/+1
* Remove trailing spaceScott Ullrich2005-06-261-1/+1
* Better regexpBill Marquette2005-05-181-4/+4
* better regexpBill Marquette2005-05-181-2/+2
* md5's can have '/'s in them apparently...dohBill Marquette2005-05-161-2/+2
OpenPOWER on IntegriCloud