Log of /contributions/modules/ldap_integration/ldapgroups.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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
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.