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

Log of /contributions/modules/ldap_integration/ldapgroups.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.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 14:31:06 2009 UTC (4 weeks, 4 days ago) by miglius
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.4.6.2.6: +16 -14 lines
Diff to previous 1.1.4.6.2.6 , to branch point 1.1.4.6
ldap_integration: added some fixes.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 13:23:37 2009 UTC (3 months ago) by miglius
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.39: +3 -319 lines
Diff to previous 1.39
ldap_integration: separated ldapgroups functions to the new include file for performance, #554026 by johnbarclay

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 14:03:05 2009 UTC (4 months ago) by miglius
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.38: +3 -7 lines
Diff to previous 1.38
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.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 16:28:19 2009 UTC (4 months ago) by miglius
Branch: MAIN
Changes since 1.37: +7 -3 lines
Diff to previous 1.37
ldap_integration: fixed comma escaping for the AD searches in the ldapgroups module, #417892

Revision 1.24.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 8 21:07:40 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.23: +2 -2 lines
Diff to previous 1.24.2.23 , to branch point 1.24 , to next main 1.40
ldap_integration: fixed TLS failure results in an unsecured connection, #210023

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 8 21:07:03 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
ldap_integration: fixed TLS failure results in an unsecured connection, #210023

Revision 1.24.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 12:33:22 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.22: +0 -2 lines
Diff to previous 1.24.2.22 , to branch point 1.24
ldpa_integration: made sure that spaces are not stripped when the groups are compared to roles, #442794 by silid

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 12:32:47 2009 UTC (6 months, 3 weeks ago) by miglius
Branch: MAIN
Changes since 1.35: +1 -3 lines
Diff to previous 1.35
ldpa_integration: made sure that spaces are not stripped when the groups are compared to roles, #442794 by silid

Revision 1.24.2.22 - (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.24.2.21: +2 -2 lines
Diff to previous 1.24.2.21 , to branch point 1.24
ldap_integration: fixing ldap and drupal user conflict for a mixed mode, #445134

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 14:19:55 2009 UTC (7 months, 2 weeks ago) by miglius
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
ldap_integration: fixed ldapgroups mapping by ldap attribule, #429186

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

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

Revision 1.24.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 09:28:52 2009 UTC (8 months ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.19: +5 -4 lines
Diff to previous 1.24.2.19 , to branch point 1.24
ldap_intgeration: fixed ldap groups to drupal roles mapping by group entry in LDAP, #411234

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 09:27:56 2009 UTC (8 months ago) by miglius
Branch: MAIN
Changes since 1.32: +5 -4 lines
Diff to previous 1.32
ldap_intgeration: fixed ldap groups to drupal roles mapping by group entry in LDAP, #411234

Revision 1.24.2.19 - (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.24.2.18: +28 -24 lines
Diff to previous 1.24.2.18 , to branch point 1.24
ldap_integration: implemented sql result cache in the init() functions

Revision 1.32 - (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.31: +28 -24 lines
Diff to previous 1.31
ldap_integration: implemented sql result cache in the init() functions

Revision 1.24.2.18 - (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.24.2.17: +11 -10 lines
Diff to previous 1.24.2.17 , to branch point 1.24
ldap_integration: changed init() functions to accept both user object and server id

Revision 1.31 - (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.30: +11 -10 lines
Diff to previous 1.30
ldap_integration: changed init() functions to accept both user object and server id

Revision 1.24.2.17 - (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.24.2.16: +26 -27 lines
Diff to previous 1.24.2.16 , to branch point 1.24
ldap_integration: improved ldap query caching, #376984

Revision 1.30 - (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.29: +27 -28 lines
Diff to previous 1.29
ldap_integration: improved ldap query caching, #376984

Revision 1.24.2.16 - (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.24.2.15: +1 -1 lines
Diff to previous 1.24.2.15 , to branch point 1.24
ldap_integration: created a dragable LDAP servers list, #411190

Revision 1.24.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 12:19:29 2009 UTC (8 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.14: +5 -10 lines
Diff to previous 1.24.2.14 , to branch point 1.24
ldap_integration: made ldap attribute lowercase, #409116 by kassissieh

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 12:19:04 2009 UTC (8 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.28: +5 -10 lines
Diff to previous 1.28
ldap_integration: made ldap attribute lowercase, #409116 by kassissieh

Revision 1.24.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 11:34:35 2009 UTC (8 months, 1 week ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.13: +2 -2 lines
Diff to previous 1.24.2.13 , to branch point 1.24
ldap_integration: allowing blank ldap groups list, #409126 by kassissieh

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 11:34:15 2009 UTC (8 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
ldap_integration: allowing blank ldap groups list, #409126 by kassissieh

Revision 1.24.2.13 - (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.24.2.12: +44 -32 lines
Diff to previous 1.24.2.12 , to branch point 1.24
ldap_integration: moved configuration functions form the files to the admin UI section, #405464

Revision 1.27 - (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.26: +44 -32 lines
Diff to previous 1.26
ldap_integration: moved configuration functions form the files to the admin UI section, #405464

Revision 1.24.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:36:10 2009 UTC (8 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.11: +106 -35 lines
Diff to previous 1.24.2.11 , to branch point 1.24
ldap_integration: LDAP Group to Role mapping configurable made via web interface, #318174

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 10:35:51 2009 UTC (8 months, 2 weeks ago) by miglius
Branch: MAIN
Changes since 1.25: +106 -35 lines
Diff to previous 1.25
ldap_integration: LDAP Group to Role mapping configurable made via web interface, #318174

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

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

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

Revision 1.24.2.10 - (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.24.2.9: +3 -3 lines
Diff to previous 1.24.2.9 , to branch point 1.24
ldap_integration: getting rid of E_NOTICE warnings

Revision 1.24.2.9 - (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.24.2.8: +9 -9 lines
Diff to previous 1.24.2.8 , to branch point 1.24
ldap_integration: consolidating ldap data and group modules under one menu item

Revision 1.24.2.8 - (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.24.2.7: +1 -2 lines
Diff to previous 1.24.2.7 , to branch point 1.24
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.24.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 07:52:59 2008 UTC (15 months, 2 weeks ago) by miglius
Branch: DRUPAL-6--1
Changes since 1.24.2.6: +0 -0 lines
Diff to previous 1.24.2.6 , to branch point 1.24
ldap_integration: putting back missing session variable

Revision 1.24.2.6 - (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.24.2.5: +0 -0 lines
Diff to previous 1.24.2.5 , to branch point 1.24
ldap_integration

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

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

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

Revision 1.24.2.3 - (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.24.2.2: +2 -5 lines
Diff to previous 1.24.2.2 , to branch point 1.24
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.24.2.2 - (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.24.2.1: +74 -47 lines
Diff to previous 1.24.2.1 , to branch point 1.24
ldap_integration: branch - DRUPAL-6--1 - adding documentation and cleaning the code

Revision 1.24.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.24: +138 -293 lines
Diff to previous 1.24
ldap_integration: initial port to the D6.

Revision 1.1.4.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 10 02:19:53 2008 UTC (18 months, 2 weeks ago) by scafmac
Branch: DRUPAL-5
Changes since 1.1.4.6.2.5: +32 -18 lines
Diff to previous 1.1.4.6.2.5 , to branch point 1.1.4.6


- ldapgroups : fixed bug effecting groups in DN; case sensitive comparison failed to match group attribute
- ldapgroups : fixed group as entries bug preventing user removal from groups from propogating to Drupal account

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

Revision 1.24 - (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
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Branch point for: DRUPAL-6--1
Changes since 1.23: +36 -11 lines
Diff to previous 1.23
Added Changelog to put bug fix information

bugfixes

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

Revision 1.23 - (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.22: +3 -1 lines
Diff to previous 1.22
update the user's dn (ldap_dn) authenticated DN

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 02:59:59 2007 UTC (2 years, 6 months ago) by kreaper
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
http://drupal.org/node/140347

Revision 1.21 - (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.20: +4 -4 lines
Diff to previous 1.20
http://drupal.org/node/137134

Revision 1.20 - (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
CVS Tags: DRUPAL-5--1-2
Changes since 1.19: +9 -11 lines
Diff to previous 1.19
Fixed some bugs to the new UI settings, forget password bug (http://drupal.org/node/127489).

Revision 1.19 - (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.18: +4 -4 lines
Diff to previous 1.18
- 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.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 13:47:25 2007 UTC (2 years, 9 months ago) by scafmac
Branch: DRUPAL-5--2
Changes since 1.6.2.1: +35 -12 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.40
Made changes corresponding to #65159 & #115146

Revision 1.18 - (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.17: +3 -3 lines
Diff to previous 1.17
translation fixes

Revision 1.17 - (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.16: +6 -2 lines
Diff to previous 1.16
http://drupal.org/node/118619

Revision 1.16 - (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.15: +8 -8 lines
Diff to previous 1.15
Bugfix for http://drupal.org/node/118366

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 01:41:24 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14
bugfix #2 for http://drupal.org/node/120249

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 14:28:24 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.13: +17 -3 lines
Diff to previous 1.13
Bugfix for http://drupal.org/node/120249

strip DNs into friendly names after running the groups through the filters

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 04:23:56 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12
BugFix for http://drupal.org/node/118746

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]
Tue Feb 13 17:41:02 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.10: +7 -4 lines
Diff to previous 1.10
Check for empty roles array in ldapgroups_user_login()

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 04:07:50 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Security related bug fixes

Revision 1.1.4.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 03:56:43 2007 UTC (2 years, 9 months ago) by kreaper
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.4.6.2.3: +15 -26 lines
Diff to previous 1.1.4.6.2.3 , to branch point 1.1.4.6
Security Fix - Before applying site specific rules, do not strip DNs

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 13 00:40:12 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.8: +2 -20 lines
Diff to previous 1.8
Fixed security bug - before  applying ldapgroups_roles_filter(), do not strip the DNs to their group names. In multiple LDAP server scenario, it constitutes a security breach.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 22:35:55 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Corrected the ldapgroups.conf.php file location

Revision 1.7 - (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.6: +2 -4 lines
Diff to previous 1.6
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.6.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.6: +2 -4 lines
Diff to previous 1.6
Starting code conversion for ldapdata module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 1 18:52:02 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.5: +1 -2 lines
Diff to previous 1.5
removed left over debug messages

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 03:17:47 2007 UTC (2 years, 9 months ago) by kreaper
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 04:11:02 2007 UTC (2 years, 10 months ago) by kreaper
Branch: MAIN
Changes since 1.3: +17 -8 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, 10 months ago) by kreaper
Branch: MAIN
Changes since 1.2: +2 -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, 10 months ago) by kreaper
Branch: MAIN
Changes since 1.1: +396 -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.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 05:21:29 2007 UTC (2 years, 10 months ago) by kreaper
Branch: DRUPAL-5
Changes since 1.1.4.6.2.2: +1 -2 lines
Diff to previous 1.1.4.6.2.2 , to branch point 1.1.4.6
Fixes relating to Drupal Coding Standards

Revision 1.1.4.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 03:34:50 2007 UTC (2 years, 10 months ago) by kreaper
Branch: DRUPAL-5
Changes since 1.1.4.6.2.1: +163 -164 lines
Diff to previous 1.1.4.6.2.1 , to branch point 1.1.4.6
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.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 27 19:04:53 2007 UTC (2 years, 10 months ago) by kreaper
Branch: DRUPAL-5
Changes since 1.1.4.6: +201 -101 lines
Diff to previous 1.1.4.6
Initial commit of the 5.x branch

Revision 1.1.4.6 - (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
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-5
Changes since 1.1.4.5: +2 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1 , to next main 1.40
- Addressed issue #82206: Administrative editing of ldap fields
- Addressed issue #80204: Integration of ldap and user profile fields

Revision 1.1.4.5 - (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.4: +7 -7 lines
Diff to previous 1.1.4.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.2.4 - (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.3: +7 -7 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.40
Added SQL escaping, solving issue #78664 ("Error in SQL syntax when user tries to log in via LDAP")

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 13:11:16 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.3: +62 -53 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, 4 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.2: +68 -59 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]
Sun Jul 23 11:31:37 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-7
Changes since 1.1.4.2: +4 -4 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Fix for issue #73317: "INSERT statements don't work with postgres"

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 23 11:27:39 2006 UTC (3 years, 4 months ago) by pablobm
Branch: DRUPAL-4-6
Changes since 1.1.2.1: +4 -4 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fix for issue #73317: "INSERT statements don't work with postgres"

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: +288 -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 ldapgroups.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: +249 -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 ldapgroups.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