new module functions

This commit is contained in:
Roland Gruber 2006-05-13 08:36:28 +00:00
parent 1293f42ae0
commit 941332372e
1 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,27 @@
Upgrade instructions:
=====================
1.0.0 -> 1.0.2:
===============
Users:
No changes.
Developers:
New module functions:
- getRequiredExtensions: Allows to define required PHP extensions
- getManagedObjectClasses: Definition of managed object classes for this module
- getLDAPAliases: list of LDAP alias names which are replaced by LAM
- getManagedAttributes: list of LDAP attributes which are managed by this module
The LDAP attributes are no longer loaded by reading the LDAP schema. If your
module does not implement the load_attributes() function then you have to use
getManagedAttributes() or the meta data to specify them.
0.5.x -> 1.0.0:
===============