/[drupal]/contributions/modules/ldap_integration/ldapauth.module
ViewVC logotype

Log of /contributions/modules/ldap_integration/ldapauth.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.4.14.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 14:31:06 2009 UTC (4 weeks, 1 day ago) by miglius
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.4.14.2.5: +84 -35 lines
Diff to previous 1.1.4.14.2.5 , to branch point 1.1.4.14
ldap_integration: added some fixes.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 14:29:16 2009 UTC (4 weeks, 1 day ago) by miglius
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.45: +32 -24 lines
Diff to previous 1.45
ldap_integration: fixed database table indexes, #612956 by lkeller

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 14:03:05 2009 UTC (3 months, 4 weeks ago) by miglius
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.44: +9 -1 lines
Diff to previous 1.44
ldap_integration:

Changelog:
 * Moved AD comma escaping regexp from the groups module to the LDAPInterface search;
 * Implemented AJAX testing of the admin DN and password;

Revision 1.32.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 00:26:43 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.30: +5 -4 lines
Diff to previous 1.32.2.30 , to branch point 1.32 , to next main 1.46
ldap_integration: fixing ldap and drupal user conflict for a mixed mode, #445134

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 00:26:17 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: MAIN
Changes since 1.43: +6 -5 lines
Diff to previous 1.43
ldap_integration: fixing ldap and drupal user conflict for a mixed mode, #445134

Revision 1.32.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 10:32:51 2009 UTC (7 months, 4 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.29: +2 -2 lines
Diff to previous 1.32.2.29 , to branch point 1.32
ldap_integration: ensured that password is saved in the session before a login hook is triggered, #411234

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 10:32:23 2009 UTC (7 months, 4 weeks ago) by miglius
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
ldap_integration: ensured that password is saved in the session before a login hook is triggered, #411234

Revision 1.32.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 08:48:06 2009 UTC (7 months, 4 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.28: +2 -2 lines
Diff to previous 1.32.2.28 , to branch point 1.32
ldap_integration: ensured that password field is not removed for the user with uid=1

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 08:47:39 2009 UTC (7 months, 4 weeks ago) by miglius
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
ldap_integration: ensured that password field is not removed for the user with uid=1

Revision 1.32.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:11:03 2009 UTC (8 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.27: +23 -19 lines
Diff to previous 1.32.2.27 , to branch point 1.32
ldap_integration: implemented sql result cache in the init() functions

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:09:51 2009 UTC (8 months ago) by miglius
Branch: MAIN
Changes since 1.40: +23 -19 lines
Diff to previous 1.40
ldap_integration: implemented sql result cache in the init() functions

Revision 1.32.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 10:07:59 2009 UTC (8 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.26: +8 -2 lines
Diff to previous 1.32.2.26 , to branch point 1.32
ldap_integration: changed init() functions to accept both user object and server id

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 10:07:26 2009 UTC (8 months ago) by miglius
Branch: MAIN
Changes since 1.39: +8 -2 lines
Diff to previous 1.39
ldap_integration: changed init() functions to accept both user object and server id

Revision 1.32.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 23:38:46 2009 UTC (8 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.25: +71 -72 lines
Diff to previous 1.32.2.25 , to branch point 1.32
ldap_integration: improved ldap query caching, #376984

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 23:38:02 2009 UTC (8 months ago) by miglius
Branch: MAIN
Changes since 1.38: +71 -72 lines
Diff to previous 1.38
ldap_integration: improved ldap query caching, #376984

Revision 1.32.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 17:59:37 2009 UTC (8 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.24: +16 -3 lines
Diff to previous 1.32.2.24 , to branch point 1.32
ldap_integration: created a dragable LDAP servers list, #411190

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 17:58:25 2009 UTC (8 months ago) by miglius
Branch: MAIN
Changes since 1.37: +16 -3 lines
Diff to previous 1.37
ldap_integration: created a dragable LDAP servers list, #411190

Revision 1.32.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 12:15:09 2009 UTC (8 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.23: +38 -29 lines
Diff to previous 1.32.2.23 , to branch point 1.32
ldap_integration: moved configuration functions form the files to the admin UI section, #405464

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 12:12:02 2009 UTC (8 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.36: +38 -29 lines
Diff to previous 1.36
ldap_integration: moved configuration functions form the files to the admin UI section, #405464

Revision 1.32.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:54:49 2009 UTC (8 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.22: +4 -2 lines
Diff to previous 1.32.2.22 , to branch point 1.32
ldap_integration: Fixed value of E-mail field gets deleted from DB, #380348

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:54:34 2009 UTC (8 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.35: +5 -3 lines
Diff to previous 1.35
ldap_integration: Fixed value of E-mail field gets deleted from DB, #380348

Revision 1.32.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:32:28 2009 UTC (8 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.21: +2 -2 lines
Diff to previous 1.32.2.21 , to branch point 1.32
ldap_integration: Fixed LDAP server link on admin view of user pages, #401414

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:29:53 2009 UTC (8 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
ldap_integration: Fixed LDAP server link on admin view of user pages, #401414

Revision 1.32.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 17:59:03 2009 UTC (8 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.20: +3 -4 lines
Diff to previous 1.32.2.20 , to branch point 1.32
ldap_integration: merged HEAD back to a DRUPAL-6--1 branch

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 21:36:31 2009 UTC (8 months, 3 weeks ago) by miglius
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33
ldap_integration: password gets stored properly at first login, #380956 by roball

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 16:56:16 2009 UTC (9 months ago) by miglius
Branch: MAIN
Changes since 1.32: +396 -953 lines
Diff to previous 1.32
ldap_integration: merged DRUPAL-6--1 back to HEAD

Revision 1.32.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 12 13:55:08 2009 UTC (9 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.19: +3 -2 lines
Diff to previous 1.32.2.19 , to branch point 1.32
ldap_integration:

Changelog:
 * Added description to a LDAP menu group, #368329 by webchick;
 * Changed .info files descriptions, #368318 by webchick;

Revision 1.32.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 19:22:29 2008 UTC (13 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.18: +9 -1 lines
Diff to previous 1.32.2.18 , to branch point 1.32
ldap_integration:

Changelog:
  * LDAP user cannot login if restricted by a rule, #319061;
  * BaseDN field too short, #318521;
  * Getting rid of some E_NOTICE warnings;
  * Introducing dependancy on php 5.0 to avoid E_STRICT warnings and adding setting void_error_handler as static;
  * Adding configuration test feature to the auth and data modules;

Revision 1.32.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 5 18:46:47 2008 UTC (13 months, 3 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.17: +7 -7 lines
Diff to previous 1.32.2.17 , to branch point 1.32
ldap_integration: getting rid of E_NOTICE warnings

Revision 1.32.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 11:43:10 2008 UTC (14 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.16: +2 -2 lines
Diff to previous 1.32.2.16 , to branch point 1.32
ldap_integration: fixing password change bug

Revision 1.32.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 19:39:04 2008 UTC (14 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.15: +21 -15 lines
Diff to previous 1.32.2.15 , to branch point 1.32
ldap_integration: consolidating ldap data and group modules under one menu item

Revision 1.32.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 17:36:54 2008 UTC (14 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.14: +3 -1 lines
Diff to previous 1.32.2.14 , to branch point 1.32
ldap_integration: aligning ldapauth_authenticate() function with the user_authenticate() function so it returns user object

Revision 1.32.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 16:00:52 2008 UTC (14 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.13: +30 -8 lines
Diff to previous 1.32.2.13 , to branch point 1.32
ldap_integration:

Changelog:
  * ldap_mod_del is unable to delete non-existant LDAP attributes #306213 by gurubert;
  * ldapdata_mappings is too short #306233;
  * Debug Output not working #306025;
  * Database "NOT NULL" issue with ldapdata_rwattrs, ldapdata_roattrs, and ldapdata_mappings #297346;
  * LDAP groups field truncated #289424;
  * Added a new function ldapauth_authenticate() which accepts same params as user_authenticate();
  * Added configuration option for Sync Drupal Login w/ LDAP #308978;

Revision 1.32.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 12:18:25 2008 UTC (14 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.12: +5 -1 lines
Diff to previous 1.32.2.12 , to branch point 1.32
ldap_integration: prohibits ldap logins for the drupal blocked users

Revision 1.32.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 07:52:59 2008 UTC (15 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.11: +4 -0 lines
Diff to previous 1.32.2.11 , to branch point 1.32
ldap_integration: putting back missing session variable

Revision 1.32.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 11:10:07 2008 UTC (15 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.32.2.10: +0 -0 lines
Diff to previous 1.32.2.10 , to branch point 1.32
ldap_integration

Changelog:
  * Fixing groups mapping 293739;
  * Fixing strings 287455;

Revision 1.32.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 10:24:38 2008 UTC (15 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.9: +1 -1 lines
Diff to previous 1.32.2.9 , to branch point 1.32
ldap_integration: Fixing association to the right group on the first login, #289453

Revision 1.32.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 13:06:51 2008 UTC (16 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.8: +0 -6 lines
Diff to previous 1.32.2.8 , to branch point 1.32
ldap_integration: adding ldap object init function to the ldapdata account validation function

Revision 1.32.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 11:35:31 2008 UTC (16 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.7: +25 -9 lines
Diff to previous 1.32.2.7 , to branch point 1.32
ldap_integration: adding feature of associating existing drupal users with ldap entry

Revision 1.32.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 23:14:10 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.32.2.6: +44 -37 lines
Diff to previous 1.32.2.6 , to branch point 1.32
ldap_integration DRUPAL-6--1

Changelog:
  * Added documentation to functions headders;
  * Get rid off unesesary global variables;
  * Fixed ldapdata to proper display LDAP entry;
  * Added user dn and server sid save to user data on each login;
  * Added LDAP entry creation and renaming methods to the main LDAPInterface class;

Revision 1.32.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 01:09:09 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.5: +17 -15 lines
Diff to previous 1.32.2.5 , to branch point 1.32
ldap_integration: branch - DRUPAL-6--1 - adding documentation and cleaning the code

Revision 1.32.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 18:54:49 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.4: +5 -3 lines
Diff to previous 1.32.2.4 , to branch point 1.32
ldap_integration: setting default setting values for the ldapauth module.

Revision 1.32.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 18:26:25 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.3: +258 -226 lines
Diff to previous 1.32.2.3 , to branch point 1.32
ldap_integration for DRUPAL-6--1

Changelog:
  * Merged in some code from zoeloelip #212372 comment #132;
  * Adding documentation;

Revision 1.32.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 22:38:24 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.2: +2 -2 lines
Diff to previous 1.32.2.2 , to branch point 1.32
ldap_integration: fixing a bug when user roles do not persist between subseequent logins #283941

Revision 1.32.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 16:42:21 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32.2.1: +9 -18 lines
Diff to previous 1.32.2.1 , to branch point 1.32
ldap_integration: cleaning admin interface

Revision 1.32.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 15:09:46 2008 UTC (16 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.32: +270 -918 lines
Diff to previous 1.32
ldap_integration: initial port to the D6.

Revision 1.1.4.14.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 04:32:12 2008 UTC (19 months, 1 week ago) by scafmac
Branch: DRUPAL-5
Changes since 1.1.4.14.2.4: +311 -211 lines
Diff to previous 1.1.4.14.2.4 , to branch point 1.1.4.14
Trying to reconcile dev branch with recent 5-1 release

Revision 1.1.4.14.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 02:29:48 2008 UTC (19 months, 4 weeks ago) by scafmac
Branch: DRUPAL-5
Changes since 1.1.4.14.2.3: +178 -3 lines
Diff to previous 1.1.4.14.2.3 , to branch point 1.1.4.14
Reviving dev branch - brought up to 5--1-3.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 02:42:31 2008 UTC (20 months ago) by scafmac
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.31: +89 -4 lines
Diff to previous 1.31
171092 - Finally added user save bug fix
80570 - User reset functionality - needs testing

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 02:05:29 2007 UTC (2 years, 2 months ago) by kreaper
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30
http://drupal.org/node/171440
extra <strong> tag is the culprit.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 11:33:17 2007 UTC (2 years, 3 months ago) by kreaper
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
http://drupal.org/node/169766 
HTML fix

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 01:17:26 2007 UTC (2 years, 3 months ago) by kreaper
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
http://drupal.org/node/142738

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 23:55:21 2007 UTC (2 years, 3 months ago) by kreaper
Branch: MAIN
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
http://drupal.org/node/164078

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 02:25:30 2007 UTC (2 years, 4 months ago) by kreaper
Branch: MAIN
Changes since 1.26: +64 -97 lines
Diff to previous 1.26
http://drupal.org/node/158671

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 22 20:57:06 2007 UTC (2 years, 4 months ago) by kreaper
Branch: MAIN
Changes since 1.25: +5 -3 lines
Diff to previous 1.25
http://drupal.org/node/159143 - Update user email upon login

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 22 20:04:25 2007 UTC (2 years, 4 months ago) by kreaper
Branch: MAIN
Changes since 1.24: +31 -31 lines
Diff to previous 1.24
Added Changelog to put bug fix information

bugfixes

http://drupal.org/node/136068
http://drupal.org/node/158015

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 22:01:55 2007 UTC (2 years, 6 months ago) by kreaper
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23
update the user's dn (ldap_dn) authenticated DN

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 20 02:26:49 2007 UTC (2 years, 6 months ago) by kreaper
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
http://drupal.org/node/133009

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 12:35:57 2007 UTC (2 years, 7 months ago) by scafmac
Branch: MAIN
CVS Tags: DRUPAL-5--1-2-dev
Changes since 1.21: +10 -10 lines
Diff to previous 1.21
http://drupal.org/node/137134

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 02:50:49 2007 UTC (2 years, 7 months ago) by scafmac
Branch: MAIN
Changes since 1.20: +8 -6 lines
Diff to previous 1.20
Fixed bugs - after testing will be basis for new release. Bug fixes:
http://drupal.org/node/132065
http://drupal.org/node/132594
http://drupal.org/node/126989
http://drupal.org/node/136303
http://drupal.org/node/136068

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 29 02:44:17 2007 UTC (2 years, 8 months ago) by scafmac
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
Fixing bugs for 5.x-1.2 release.
http://drupal.org/node/131066
http://drupal.org/node/68644
http://drupal.org/node/129892

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 00:20:53 2007 UTC (2 years, 8 months ago) by scafmac
Branch: MAIN
Changes since 1.18: +27 -26 lines
Diff to previous 1.18
Fixed some bugs to the new UI settings, forget password bug (http://drupal.org/node/127489).

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 02:52:22 2007 UTC (2 years, 8 months ago) by scafmac
Branch: MAIN
Changes since 1.17: +103 -31 lines
Diff to previous 1.17
- Added ability to alter (rather than just overwrite) request new password form, remove or disable email on user form for LDAP user accounts per http://drupal.org/node/65159
- Fixed http://drupal.org/node/125235
- Fixed http://drupal.org/node/124389

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 3 03:23:56 2007 UTC (2 years, 8 months ago) by scafmac
Branch: MAIN
Changes since 1.16: +188 -33 lines
Diff to previous 1.16
- Added email attribute in configuration to enable email sync on registration with just ldapauth.module - node/115146;
- Added system wide settings tab on configuration page;
- Added password reset and retrieval UI options - node/65159;
- Fixed basedn size problem;

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 13:47:25 2007 UTC (2 years, 8 months ago) by scafmac
Branch: DRUPAL-5--2
Changes since 1.9.2.3: +196 -41 lines
Diff to previous 1.9.2.3 , to branch point 1.9 , to next main 1.46
Made changes corresponding to #65159 & #115146

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 04:16:05 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
translation fixes

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 03:54:26 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
http://drupal.org/node/118619

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 02:31:08 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Fixed TLS connection errors
Clarified UI

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 01:46:59 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
Bugfix for http://drupal.org/node/118366

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 01:26:24 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Bugfix for http://drupal.org/node/118619

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 22:37:31 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Added comments, cleaned up commented out code

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 01:28:03 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.9: +19 -16 lines
Diff to previous 1.9
Release of new features

* Initial port of ldapdata.module
* bug fixes in ldapgroups.module
* Added README.txt file
* Added required dependencies in the *.info files

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 10 05:27:38 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5--2
Changes since 1.9.2.2: +2 -32 lines
Diff to previous 1.9.2.2 , to branch point 1.9
most of the functionality is now present

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 04:36:37 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5--2
Changes since 1.9.2.1: +48 -16 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Create a new LDAP Object before anything else in the ldapauth.module so that it can be re-used with ldapdata.module

Store the ldap_config name that was used to authenticate the user in the user object upon login. For use by ldapXXX modules

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 7 02:30:28 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5--2
Changes since 1.9: +6 -5 lines
Diff to previous 1.9
Starting code conversion for ldapdata module

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 1 15:48:56 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5--2
Changes since 1.8: +18 -14 lines
Diff to previous 1.8
Bug fix for http://drupal.org/node/113884

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 02:50:10 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.7: +5 -12 lines
Diff to previous 1.7
ldapauth_admin_form()
	Workaround for a DB schema screwup. The port column in the ldapauth database is set to 0 for default. The code checks for that value and sticks the LDAP default port instead, i.e. 389

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 03:51:46 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Fixed a bug in _ldapauth_check_ldap()
-- break when a successful ldap auth occurred.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 03:11:37 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Fixed a bug in  _ldapauth_save_user

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 01:11:44 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.4: +104 -85 lines
Diff to previous 1.4
Rewrote the  _ldapauth_user_authenticate module
With Login Process set to Drupal First and Then LDAP
	Check for drupal first, then check ldap. If LDAP authentication is successful, then add a LDAP user to the drupal database.

With Login Process set to LDAP
	Check with LDAP

In both cases, the first user (uid=1) will always authenticate locally
Heavily commented the code as well for others to read

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 04:11:02 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.3: +64 -10 lines
Diff to previous 1.3
ldapauth.module

a) Newly added LDAP servers are ENABLED by default. 
b) ldap server list view now gives the ability to individually activate and de-activate the ldap servers

ldapgroups.module
a) ldapgroups allow configuration of ldap groups to drupal roles for active configurations. If the ldap config is not active, then it will not be listed in the ldapgroups page.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 23:37:22 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
ldapauth.module
  - Newly added LDAP configs are now ENABLED by default. 
ldapgroups.module
  - Fixed typos.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 20:38:03 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.1: +696 -0 lines
Diff to previous 1.1
Merging DRUPAL-5 into HEAD. HEAD now appropriately represents latest development commits. Stable releases are under versioned branches.

Revision 1.1.4.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 05:21:29 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.4.14.2.2: +329 -308 lines
Diff to previous 1.1.4.14.2.2 , to branch point 1.1.4.14
Fixes relating to Drupal Coding Standards

Revision 1.1.4.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 03:34:50 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5
Changes since 1.1.4.14.2.1: +3 -1 lines
Diff to previous 1.1.4.14.2.1 , to branch point 1.1.4.14
Several bug fixes and code changes to stay compliant with the Drupal coding standards.

a) http://drupal.org/node/92407#comment-184620 
Port number now shows up

b) fixed a reset bug in  ldapgroups module

c) fixed a typo in ldapgroups module (ldap_groups_in_dn)

Revision 1.1.4.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 27 19:04:53 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5
Changes since 1.1.4.14: +395 -194 lines
Diff to previous 1.1.4.14
Initial commit of the 5.x branch

Revision 1.1.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 16:18:48 2006 UTC (2 years, 11 months ago) by pablobm
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-5
Changes since 1.1.4.13: +13 -2 lines
Diff to previous 1.1.4.13 , to branch point 1.1 , to next main 1.46
Fix for issue #102008 (_ldapauth_user_lookup fails when $name is not the first uid, mac osx os x multiple short names)

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 16:18:08 2006 UTC (2 years, 11 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.10: +13 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1 , to next main 1.46
Fix for issue #102008 (_ldapauth_user_lookup fails when $name is not the first uid, mac osx os x multiple short names)

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 15:37:45 2006 UTC (2 years, 11 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.12: +2 -2 lines
Diff to previous 1.1.4.12 , to branch point 1.1
Fix for issue #101143 (undefined $module leaves blank in watchdog message)

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 15:36:10 2006 UTC (2 years, 11 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.9: +2 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Fix for issue #101143 (undefined $module leaves blank in watchdog message)

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 16:52:40 2006 UTC (3 years ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.11: +4 -2 lines
Diff to previous 1.1.4.11 , to branch point 1.1
Fixed issue #97728 ("Make username not case sensitive")

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 16:51:57 2006 UTC (3 years ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.8: +4 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed issue #97728 ("Make username not case sensitive")

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 18:53:03 2006 UTC (3 years ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.10: +4 -4 lines
Diff to previous 1.1.4.10 , to branch point 1.1
- Addressed issue #82206: Administrative editing of ldap fields
- Addressed issue #80204: Integration of ldap and user profile fields

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 18:45:12 2006 UTC (3 years ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.7: +4 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Addressed issue #82206: Administrative editing of ldap fields

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 00:47:43 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.9: +19 -8 lines
Diff to previous 1.1.4.9 , to branch point 1.1
Fixed issue #87835 (Password for non-anonymous search gets erased unexpectedly)

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 13:19:26 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.6: +4 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Same issue with spaces-only passwords again (http://drupal.org/node/87831)

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 21 12:52:54 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.8: +4 -2 lines
Diff to previous 1.1.4.8 , to branch point 1.1
Same issue with spaces-only passwords again (http://drupal.org/node/87831)

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 6 20:19:35 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.5: +24 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- 4 1/2 months later, I am fixing issue #64899 ("Users can create a second account for themselves by adding a space before their username"), marked as "critical"
- Fixed issue #87833 ("Support lowercase attribute names"), reported by Gribnif

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 6 20:13:24 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.7: +16 -18 lines
Diff to previous 1.1.4.7 , to branch point 1.1
- Looks like I commited the wrong file when fixing bug #75617. This is the right one
- Fixed issue #87833 ("Support lowercase attribute names"), reported by Gribnif

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 2 20:09:07 2006 UTC (3 years, 1 month ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.6: +10 -1 lines
Diff to previous 1.1.4.6 , to branch point 1.1
4 1/2 months later, I am fixing issue #64899 ("Users can create a second account for themselves by adding a space before their username"), marked as "critical"

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 10:35:14 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.5: +1 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
Added SQL escaping, solving issue #78664 ("Error in SQL syntax when user tries to log in via LDAP")

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 10:30:07 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.4: +1 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Added SQL escaping, solving issue #78664 ("Error in SQL syntax when user tries to log in via LDAP")

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 18:22:57 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.4: +39 -3 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Admins can now specify a DN//pass pair to use in pre-auth LDAP searches

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 18:17:31 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.3: +21 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Admins can now specify a DN//pass pair to use in pre-auth LDAP searches

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 13:11:16 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.3: +5 -10 lines
Diff to previous 1.1.4.3 , to branch point 1.1
Synced with some other code

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 13:08:26 2006 UTC (3 years, 3 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.2: +7 -10 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Synced with some other code and fixed ldapgroups (which wasn't reading config options correctly)

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 17:23:46 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.2: +6 -1 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Callback 'ldapauth_transform_login_name' added to ldapauth.module/ldapauth.conf.php

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 17:22:24 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.1: +6 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Callback 'ldapauth_transform_login_name' added to ldapauth.module/ldapauth.conf.php

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 09:29:50 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.1: +403 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
ldap_integration V3 for Drupal 4.7.x

Revision 1.1.4.1
Sun Jul 23 09:05:44 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1: +0 -0 lines
FILE REMOVED
file ldapauth.module was added on branch DRUPAL-4-7 on 2006-07-23 09:29:50 +0000

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 09:05:44 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1: +365 -0 lines
Diff to previous 1.1
ldap_integration V3 for Drupal 4.6.x

Revision 1.1
Sun Jul 23 09:05:44 2006 UTC (3 years, 4 months ago) by pablobm
Branch: MAIN
Branch point for: DRUPAL-4-6, DRUPAL-4-7
FILE REMOVED
file ldapauth.module was initially added on branch DRUPAL-4-6.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2