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