method build_uploadAccounts [line 1254]
array build_uploadAccounts(
array
$rawAccounts, array
$ids,
&$partialAccounts, array
$partialAccounts)
|
|
In this function the LDAP account is built up.
Tags:
Overrides
baseModule::build_uploadAccounts() (In this function the LDAP account is built up.)
Parameters:
method checkASCII [line 853]
string checkASCII(
string
$attribute)
|
|
Checks if an attribute contains only ASCII charaters and replaces invalid characters.
Tags:
Parameters:
method checkSelfServiceOptions [line 1698]
array checkSelfServiceOptions(
string
$fields, array
$attributes)
|
|
Checks if all input values are correct and returns the LDAP commands which should be executed.
Tags:
Overrides
baseModule::checkSelfServiceOptions() (Checks if all input values are correct and returns the LDAP commands which should be executed.)
Parameters:
method check_configOptions [line 1195]
array check_configOptions(
array
$scopes, array
$options)
|
|
Checks input values of module settings.
Tags:
Overrides
baseModule::check_configOptions() (Checks input values of module settings.)
Parameters:
method delete_attributes [line 574]
List delete_attributes(
)
|
|
Additional LDAP operations on delete.
Tags:
Overrides
baseModule::delete_attributes() (Dummy function for modules which use no special options on account deletion.)
method display_html_attributes [line 918]
array display_html_attributes(
)
|
|
Returns the HTML meta data for the main account page.
Tags:
method display_html_delete [line 1024]
meta display_html_delete(
)
|
|
Displays the delete homedir option for the delete page.
Tags:
Overrides
baseModule::display_html_delete() (Dummy function for modules which do not print extra HTML code on account deletion.)
method display_html_group [line 1039]
array display_html_group(
)
|
|
Displays the group selection.
Tags:
method display_html_password [line 1084]
array display_html_password(
)
|
|
Displays the password changing dialog.
Tags:
method doUploadPostActions [line 1506]
array doUploadPostActions(
array
$data, array
$ids, array
$failed,
&$temp, array
$temp)
|
|
This function executes one post upload action.
Tags:
Overrides
baseModule::doUploadPostActions() (This function executes one post upload action.)
Parameters:
method getClearTextPassword [line 1727]
string getClearTextPassword(
)
|
|
Returns the clear text password.
Tags:
method getNextUIDs [line 1612]
mixed getNextUIDs(
integer
$count,
&$errors, array
$errors)
|
|
Returns one or more free UID numbers.
Tags:
Parameters:
method getSelfServiceOptions [line 1678]
array getSelfServiceOptions(
array
$fields, array
$attributes)
|
|
Returns the meta HTML code for each input field.
format: array(<field1> => array(<META HTML>), ...) It is not possible to display help links.
Tags:
Overrides
baseModule::getSelfServiceOptions() (Returns the meta HTML code for each input field.)
Parameters:
method get_metaData [line 102]
Returns meta data that is interpreted by parent class
Tags:
Overrides
baseModule::get_metaData() (Dummy function, meta data is provided by sub classes.)
method get_pdfEntries [line 1170]
Returns the PDF entries for this module.
Tags:
method get_profileOptions [line 1106]
profile get_profileOptions(
)
|
|
Returns a list of elements for the account profiles.
Tags:
Overrides
baseModule::get_profileOptions() (Returns a list of elements for the account profiles.)
method init [line 428]
Initializes the module after it became part of an accountContainer
Overrides
baseModule::init() (Initializes the module after it became part of an accountContainer)
Parameters:
method load_attributes [line 460]
void load_attributes(
array
$attr)
|
|
This function loads all needed LDAP attributes.
Overrides
baseModule::load_attributes() (This function loads the LDAP attributes for this module.)
Parameters:
method load_Messages [line 54]
This function fills the error message array with messages.
Overrides
baseModule::load_Messages() (This function fills the $messages variable with output messages from this module.)
method load_profile [line 1148]
void load_profile(
array
$profile)
|
|
Loads the values of an account profile into internal variables.
Overrides
baseModule::load_profile() (Loads the values of an account profile into internal variables.)
Parameters:
method module_complete [line 446]
boolean module_complete(
)
|
|
This functions is used to check if all settings for this module have been made.
Tags:
Overrides
baseModule::module_complete() (This functions is used to check if all settings for this module have been made.)
method postModifyActions [line 536]
void postModifyActions(
boolean
$newAccount)
|
|
Allows the module to run commands after the LDAP entry was changed or created.
Overrides
baseModule::postModifyActions() (Allows the module to run commands after the LDAP entry is changed or created.)
Parameters:
method preDeleteActions [line 592]
true, preDeleteActions(
)
|
|
Allows the module to run commands before the LDAP entry is deleted.
An error message should be printed if the function returns false.
Tags:
Overrides
baseModule::preDeleteActions() (Allows the module to run commands before the LDAP entry is deleted.)
method process_attributes [line 626]
array process_attributes(
)
|
|
Processes user input of the primary module page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
method process_group [line 878]
Processes user input of the group selection page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
method process_password [line 895]
array process_password(
)
|
|
Processes user input of the password page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
method save_attributes [line 487]
Returns a list of modifications which have to be made to the LDAP account.
Tags:
Overrides
baseModule::save_attributes() (Returns a list of modifications which have to be made to the LDAP account.)