This page is still a beta!

1.8. Changelog

0.0.1

Beta version given to developers for testing

0.1.0

First public version

0.2.0

The tx_ldapserver class now provides a global Object which handles all operations with the ldap server.

There have been some changes to the TCA. Type field Servertype, Password field password.

The class tslib_cObj is now called via the Extension Manager API, which eliminates the problems some people had with differing paths in the FE and BE.

At one place in the code and several places in the documentation it said ldap_server instead of tx_ldapserver for the class name, which made some people freak out. Sorry for that. Changes made.

0.2.1

  • Added utitlity function tx_ldapserver->getDefaultValue.

  • Added parameter requireGroupMemberShip for the LDAP_SYNC object. With that you can disable login and synchronisation for records which have no groupmembership.

  • Added utitlity functions tx_ldapserver->getStaticGroups and tx_ldapserver->getDynamicGroups to accommodate for the most common groupmembership-models.

  • Changed all misconceived calls to tslib_content::callUserFunction to t3lib_div::callUserFunction. Please note the you can no longer use the include parameter in MAP_OBJECTS. You must specify a class file in the userFunc parameter.