Project

General

Profile

Download (35.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5a6df9fa 04/07/2008 01:21 AM Bill Marquette

Remove debug messages that gave away info on why the login failed
add failed and successful login messages to syslog

03db0042 02/20/2008 01:23 AM Scott Ullrich

Remove dead code.

01764862 02/11/2008 03:02 AM Scott Ullrich

Latest LDAP round from Mark Batchelor
VS: ----------------------------------------------------------------------

a720f012 02/10/2008 06:53 PM Scott Ullrich

Latest version of auth.inc from Mark Batchelor fixing a few misc
LDAP auth issues + local auth issues.

4989bc66 02/03/2008 03:19 AM Scott Ullrich

Latest LDAP changes from Mark Batchelor

5b8c204f 02/03/2008 01:48 AM Scott Ullrich
  • Remove trailing blank line
  • Make sure $info has data before operating on it
43829638 02/03/2008 01:47 AM Scott Ullrich
  • Remove trailing blank line
  • Make sure $search has data before operating on it
b0ed07d1 01/31/2008 06:16 PM Scott Ullrich

Latest eDir / Active Directory tweaks from Mark Batchelor.

Thanks again for him helping us with this project!

1dfc6c56 01/28/2008 11:29 PM Scott Ullrich

Changes to allow Novell eDir to authenticate via LDAP.

Thanks to Mark Batchelor for all of his help with these changes.

a16d0963 01/16/2008 08:18 PM Scott Ullrich

Conditional checks use ==, not = !

cb90b744 01/13/2008 11:22 PM Scott Ullrich

Check that ldap_connect() exists before calling. For some reason on
bootup the function does not exist but the module is loaded?

2f650197 01/01/2008 12:06 AM Scott Ullrich
  • Missing =
  • Allow user manager to adhere to admins group
b97bcfd5 12/31/2007 11:11 PM Scott Ullrich

Only check item if it is an array.

9671bc55 12/31/2007 11:09 PM Scott Ullrich

Correctly return no groups when the user is not a member of a local group.

b32a3791 12/31/2007 11:02 PM Scott Ullrich

Modify isSystemAdmin() to check LDAP for a "admins" group.

222efdce 12/31/2007 10:55 PM Scott Ullrich

Remove the need to define authetnication containers. Now a user can login
anywhere in the LDAP tree and will use the groups to deterimine the access
privs.

Work sponsored-by: Centipede Networks

6d4d3a7e 12/31/2007 10:15 PM Scott Ullrich

Only iterate items if it is an array.

Work sponsored-by: Centipede Networks

f3f60e61 12/31/2007 03:24 AM Scott Ullrich
  • Return OU=Users which is built-in to active directory
  • Specify that LDAP is Active Directory compatible

Work sponsored-by: Centipede Networks

8e85eff7 12/31/2007 03:18 AM Scott Ullrich

Correct variable check.

073115bc 12/31/2007 03:13 AM Scott Ullrich

Adding LDAP Authentication container picker.

Work sponsored-by: Centipede Networks

cc8b82d9 12/31/2007 01:15 AM Scott Ullrich

Add Users containers setting where a ; seperated list of LDAP containers
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....

4848bc75 12/30/2007 11:18 PM Scott Ullrich

Add LDAP test functions to verify that the LDAP settings are correct.
Return the OU's and show to the user after test completion.

6a85275d 12/29/2007 09:49 PM Scott Ullrich

Add ldap_get_user_ous() which will return an array of containers that hold
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/>

4e8ead5e 12/29/2007 01:10 AM Scott Ullrich

Ignore ldap items for locally defined users.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>

e6c18b27 12/29/2007 12:30 AM Scott Ullrich
  • Allow LDAP users to login to pfSense.
  • Cross reference Active Directory user groups with pfSense groups, apply
    groups where names match
  • Clarify some of the settings items and give examples
a92906fe 12/28/2007 06:21 AM Scott Ullrich
  • Refactor code a bit, split out user property search function
  • Bring back filter code

Work sponsored-by: Centipede Networks

7e4a4513 12/28/2007 02:36 AM Scott Ullrich

Allow multiple groups to be assigned per user.

Work sponsored-by: Centipede Networks

9d265058 12/28/2007 12:46 AM Scott Ullrich
  • Hide search base
  • Use correct variable name

Work sponsored-by: Centipede Networks

0360823f 12/27/2007 07:39 PM Scott Ullrich

Adding LDAP backend glue.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>

be23be5a 11/18/2007 11:35 PM Scott Ullrich
  • Correctly report invalid password
  • Correctly report invalid username
  • Correctly report 401 errors
950f0f9e 11/18/2007 11:25 PM Scott Ullrich

Correctly show 401 errors.

cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

fab7ff44 04/13/2007 03:26 AM Bill Marquette

Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly
There's still some CSS/HTML fixes needed but the code seems to work

6944790a 04/08/2006 01:42 AM Scott Ullrich
  • Minior tab alignments
  • We're in 2006, toto
3e789a8b 01/15/2006 03:18 AM Scott Ullrich
  • Eliminate dead code
  • Fix warnings and errors found by eclipse
6d526f38 10/11/2005 02:53 AM Scott Ullrich

restore 1.10

Ticket #598

9483f714 10/10/2005 09:51 PM Scott Ullrich

use admin user when using a special username

51ae592c 10/09/2005 05:03 AM Scott Ullrich

Correct comment

b66e15b8 10/09/2005 04:59 AM Scott Ullrich

Terminate comment correctly

Pointy-hat-to: GeekGod

ae03154f 10/08/2005 10:22 PM Scott Ullrich

Duplicate logic to htpasswd_backed_basic_auth()

df68550c 10/08/2005 10:15 PM Scott Ullrich

honour custom username set in webConfigurator page

785a9043 10/08/2005 10:14 PM Scott Ullrich

honour custom username set in webConfigurator page

063f8745 09/17/2005 05:00 AM Bill Marquette

If there's a PHP_AUTH_* copy it over to AUTH_* (mini sets AUTH_*, lighttpd sets PHP_AUTH_*)

95263be2 08/13/2005 07:35 PM Scott Ullrich

Change realm to .

Ticket #337

4d712b8b 06/26/2005 01:03 AM Scott Ullrich

Remove trailing space

7b52f88d 05/18/2005 02:18 AM Bill Marquette

Better regexp
Courtesy-of: strgout

e8b8dbbc 05/18/2005 01:35 AM Bill Marquette

better regexp

6db304e4 05/16/2005 08:24 PM Bill Marquette

md5's can have '/'s in them apparently...doh

5a9edd86 05/16/2005 03:14 AM Bill Marquette

ensure .htpasswd doesn't exist

bf786a5d 05/16/2005 03:11 AM Bill Marquette

split out auth types (system passwd vs htpasswd)
PHP_AUTH_* no longer exists, change code to use AUTH_* (I think this will be changing back as I believe we're using the wrong mini_httpd patches now)

6fdc0ab2 04/08/2005 12:30 AM Bill Marquette

Initial commit of PHP side authentication code for pfSense