method build_uploadAccounts [line 1098]
array build_uploadAccounts(
array
$rawAccounts, array
$ids, 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 730]
string checkASCII(
string
$attribute)
|
|
Checks if an attribute contains only ASCII charaters and replaces invalid characters.
Tags:
Parameters:
method checkSelfServiceOptions [line 1521]
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 1039]
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 502]
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 794]
void display_html_attributes(
)
|
|
method display_html_delete [line 872]
method display_html_group [line 887]
array display_html_group(
)
|
|
Displays the group selection.
Tags:
method display_html_password [line 932]
array display_html_password(
)
|
|
Displays the password changing dialog.
Tags:
method doUploadPostActions [line 1353]
array doUploadPostActions(
array
$data, array
$ids, array
$failed, array
&$temp)
|
|
This function executes one post upload action.
Tags:
Overrides
baseModule::doUploadPostActions() (This function executes one post upload action.)
Parameters:
method getNextUIDs [line 1435]
mixed getNextUIDs(
integer
$count, array
&$errors)
|
|
Returns one or more free UID numbers.
Tags:
Parameters:
method getSelfServiceOptions [line 1501]
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 98]
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 1014]
Returns the PDF entries for this module.
Tags:
method get_profileOptions [line 954]
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 396]
Overrides
baseModule::init() (Initializes the module after it became part of an accountContainer)
method load_attributes [line 428]
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 51]
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 992]
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 414]
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 process_attributes [line 521]
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 755]
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 772]
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 454]
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.)