aboutsummaryrefslogtreecommitdiff
path: root/security/drupal-ldap_integration/ldap_integration/CHANGES.txt
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-01-17 23:19:55 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-01-17 23:19:55 +0000
commitb9d80214a0724e3f1f5292f837820fa66ede6185 (patch)
tree9820852378d5fdc58a26a4df65418837914bf5af /security/drupal-ldap_integration/ldap_integration/CHANGES.txt
parente61e1d66bd617141dc294a78d82e163554034060 (diff)
downloadports-b9d80214a0724e3f1f5292f837820fa66ede6185.tar.gz
ports-b9d80214a0724e3f1f5292f837820fa66ede6185.zip
Notes
Diffstat (limited to 'security/drupal-ldap_integration/ldap_integration/CHANGES.txt')
-rw-r--r--security/drupal-ldap_integration/ldap_integration/CHANGES.txt90
1 files changed, 90 insertions, 0 deletions
diff --git a/security/drupal-ldap_integration/ldap_integration/CHANGES.txt b/security/drupal-ldap_integration/ldap_integration/CHANGES.txt
new file mode 100644
index 000000000000..276174c1cba9
--- /dev/null
+++ b/security/drupal-ldap_integration/ldap_integration/CHANGES.txt
@@ -0,0 +1,90 @@
+13/Dec/2005
+-----------
+
+- Fixes in latest "groups as entries" feature
+
+20/Nov/2005
+-----------
+
+- (Initial support) groups can be now LDAP entries containing theis users
+ in a multivalued attribute
+
+
+06/Nov/2005
+-----------
+
+- Tabbed settings
+- Some strings fixed
+
+
+29/Oct/2005
+-----------
+
+- Novell's eDir support (thanks Klaus "Perfect Stranger")
+- Multiple base DNs can be specified for AD authentication.
+- Several LDAP attributes can hold group memberships.
+- Changed how group/role mapping works: now roles are created if they didn't exist, and mappings are specified in conf.php.
+- Passwords may be encrypted when written to LDAP.
+
+10/Oct/2005
+-----------
+
+- Added new settings on login process control and ldap/drupal attribute
+ mapping (feature request #27640).
+- LDAP groups can now map to Drupal roles.
+- Settings should make a bit more sense now.
+- hook_user() re-implementation. I hope this is the right one now.
+
+29/Sep/2005
+-----------
+
+- LDAP can now be set as unique source of authentication for LDAP users.
+ (Thanks sfrancis)
+- Minor fixes
+
+12/Sep/2005
+-----------
+
+- Added TLS authentification between Drupal and LDAP servers. (Thanks sfrancis)
+
+07/Sep/2005
+-----------
+
+- AD authentication fixes. (Thanks sfrancis)
+- PHP5 fixes
+
+20/Aug/2005
+-----------
+
+- (FIXED) "User View" page didn't show correctly field names
+
+19/Aug/2005
+-----------
+
+- (PATCHED) Bug #25067: Bad password or user returns blank screen
+- (PATCHED) Bug #28551: Authentication fails: Issues with global variable $con?
+- Minor changes in code
+
+01/Jun/2005
+-----------
+
+- Complete overhaul: module rewritten from scratch.
+- Search not yet included.
+- Active Directory not yet supported (not tested, at least).
+
+
+11/May/2005
+-----------
+
+- (FIXED) The callback replacement for user_login() not working properly.
+- Now it is possible to log in without having to use a login string of the
+ form user@server.
+- The module should _actually_ work now. It was time, wasn't it?
+
+
+6/Apr/2005
+----------
+
+- Settings page overhaul. Now it might even make some sense.
+- Now it's not necessary to allow anybody create accounts. (I figured
+ out a hack at last for this non-sensical hook_auth() problem).