Returns a list of modifications which have to be made to the LDAP account.
Class Details
[line 71]
Parent class of all account modules.
It implements the complete module interface and uses meta-data provided by the account modules for its functions.
Location and naming of modules All LAM modules are placed in lib/modules/ and are named "<class name>.inc". E.g. if you create a new module and its class name is "qmail" then the filename would be "qmail.inc". The class name of a module must contain only a-z, A-Z, 0-9, -, and _.
You can avoid to override many functions by using get_metaData().
All module classes should extend the baseModule class.
Returns a list of elements for the account profiles.
Tags:
return:
elements
Overrides baseModule::get_profileOptions() (This function defines what attributes will be used in the account profiles and their appearance in the profile editor.)