constructor __construct [line 66]
sambaSamAccount __construct(
string
$scope)
|
|
Creates a new sambaSamAccount object.
Overrides
baseModule::__construct() (Creates a new base module class)
Parameters:
method build_uploadAccounts [line 1750]
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 checkSelfServiceOptions [line 2084]
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 display_html_attributes [line 923]
array display_html_attributes(
)
|
|
Returns the HTML meta data for the main account page.
Tags:
method display_html_logonHours [line 1197]
array display_html_logonHours(
)
|
|
This function will create the HTML page to edit logon hours.
Tags:
method display_html_sambaUserWorkstations [line 1163]
array display_html_sambaUserWorkstations(
)
|
|
This function will create the HTML page to edit the allowed workstations.
Tags:
method display_html_terminalServer [line 1310]
array display_html_terminalServer(
)
|
|
This function will create the HTML page to edit the terminal server options.
Tags:
method display_html_time [line 1260]
array display_html_time(
)
|
|
This function will create the meta HTML code to show a page to change time values.
Tags:
method get_metaData [line 118]
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 1648]
Returns the PDF entries for this module.
Tags:
method get_profileOptions [line 1431]
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 514]
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 547]
void load_attributes(
$attr, array
$attributes)
|
|
This function loads the LDAP attributes for this module.
Overrides
baseModule::load_attributes() (This function loads the LDAP attributes for this module.)
Parameters:
method load_Messages [line 79]
this functin 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 1556]
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_ready [line 534]
This function is used to check if this module page can be displayed.
It returns false if a module depends on data from other modules which was not yet entered.
Tags:
Overrides
baseModule::module_ready() (This function is used to check if this module page can be displayed.)
method process_attributes [line 604]
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_logonHours [line 824]
array process_logonHours(
)
|
|
Processes user input of the logon hours page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
method process_sambaUserWorkstations [line 774]
array process_sambaUserWorkstations(
)
|
|
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_terminalServer [line 892]
array process_terminalServer(
)
|
|
Processes user input of the terminal server page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
method process_time [line 850]
Processes user input of the time selection page.
Tags:
method save_attributes [line 570]
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.)