modules
[ class tree: modules ] [ index: modules ] [ all elements ]

Class: posixGroup

Source Location: /lib/modules/posixGroup.inc

Class Overview

baseModule
   |
   --posixGroup

Manages the object class "posixGroup" for groups.


Variables

Methods


Inherited Variables

Inherited Methods

Class: baseModule

baseModule::baseModule()
Creates a new base module class
baseModule::build_uploadAccounts()
In this function the LDAP account is built up.
baseModule::can_manage()
Returns true if this module fits for the current scope.
baseModule::checkSelfServiceOptions()
Checks if all input values are correct and returns the LDAP commands which should be executed.
baseModule::check_configOptions()
Checks input values of module settings.
baseModule::check_profileOptions()
Checks input values of account profiles.
baseModule::delete_attributes()
Dummy function for modules which use no special options on account deletion.
baseModule::display_html_delete()
Dummy function for modules which do not print extra HTML code on account deletion.
baseModule::doUploadPostActions()
This function executes one post upload action.
baseModule::getButtonStatus()
Controls if the module button the account page is visible and activated.
baseModule::getLDAPAliases()
Returns a list of aliases for LDAP attributes.
baseModule::getManagedAttributes()
Returns a list of LDAP attributes which are managed by this module.
baseModule::getManagedObjectClasses()
Returns a list of managed object classes for this module.
baseModule::getRequiredExtensions()
Returns a list of required PHP extensions.
baseModule::getSelfServiceFields()
Returns a list of possible input fields and their descriptions Format: array(<field identifier> => <field description>)
baseModule::getSelfServiceOptions()
Returns the meta HTML code for each input field.
baseModule::getSelfServiceSearchAttributes()
Returns a list of possible search attributes for the self service.
baseModule::get_alias()
Returns an alias name for the module.
baseModule::get_configOptions()
Returns a list of elements for the configuration.
baseModule::get_dependencies()
This function returns a list with all depending and conflicting modules.
baseModule::get_help()
This function return the help entry array for a specific help id. Normally this->meta can be used.
baseModule::get_ldap_filter()
returns an LDAP filter for the account lists
baseModule::get_metaData()
Dummy function, meta data is provided by sub classes.
baseModule::get_pdfFields()
Returns an array with all fields available for this account type on the PDF output. This method may be overwritten by subclasses or it may be used by using entries in the $this->meta['PDF_fields'] array of the specific sub- class.
baseModule::get_pdf_entries()
Returns a hastable with all entries that may be printed out in the PDF. The
baseModule::get_profileOptions()
Returns a list of elements for the account profiles.
baseModule::get_RDNAttributes()
Returns a list of possible LDAP attributes which can be used to form the RDN.
baseModule::get_scope()
Returns the account type of this module (user, group, host)
baseModule::get_uploadColumns()
Returns an array containing all input columns for the file upload.
baseModule::get_uploadPreDepends()
Returns a list of module names which must be processed in building the account befor this module.
baseModule::init()
Initializes the module after it became part of an accountContainer
baseModule::is_base_module()
Returns true if this module is enough to provide a sensible account.
baseModule::load_attributes()
This function loads the LDAP attributes for this module.
baseModule::load_Messages()
This function fills the $messages variable with output messages from this module.
baseModule::load_profile()
Loads the values of an account profile into internal variables.
baseModule::module_complete()
This functions is used to check if all settings for this module have been made.
baseModule::module_ready()
This function is used to check if this module page can be displayed.
baseModule::save_attributes()
Returns a list of modifications which have to be made to the LDAP account.

Class Details

[line 39]
Manages the object class "posixGroup" for groups.



[ Top ]


Class Variables

$changegids =

[line 42]

change GIDs of users and hosts?


Type:   mixed


[ Top ]



Class Methods


method build_uploadAccounts [line 53]

array build_uploadAccounts( array $rawAccounts, array $ids, array &$partialAccounts)

In this function the LDAP account is built up.



Tags:

return:  list of error messages if any


Overrides baseModule::build_uploadAccounts() (In this function the LDAP account is built up.)

Parameters:

array   $rawAccounts   list of hash arrays (name => value) from user input
array   $partialAccounts   list of hash arrays (name => value) which are later added to LDAP
array   $ids   list of IDs for column position (e.g. "posixAccount_uid" => 5)

[ Top ]

method delete_attributes [line 125]

void delete_attributes( )



Overrides baseModule::delete_attributes() (Dummy function for modules which use no special options on account deletion.)

[ Top ]

method display_html_attributes [line 146]

void display_html_attributes( )



[ Top ]

method display_html_password [line 249]

array display_html_password( )

Displays the password changing dialog.



Tags:

return:  meta HTML code


[ Top ]

method display_html_user [line 202]

array display_html_user( )

Displays selections to add or remove users from current group.



Tags:

return:  meta HTML output


[ Top ]

method getButtonStatus [line 495]

string getButtonStatus( )

Controls if the module button the account page is visible and activated.



Tags:

return:  status ("enabled", "disabled", "hidden")


Overrides baseModule::getButtonStatus() (Controls if the module button the account page is visible and activated.)

[ Top ]

method getNextGIDs [line 728]

mixed getNextGIDs( integer $count, array &$errors)

Returns one or more free GID numbers.



Tags:

return:  Null if no GIDs are free else an array of free GIDs.


Parameters:

integer   $count   Number of needed free GIDs.
array   $errors   list of error messages where errors can be added

[ Top ]

method get_configOptions [line 410]

array get_configOptions( array $scopes, array $allScopes)

Returns a list of elements for the configuration.



Tags:

return:  configuration elements


Overrides baseModule::get_configOptions() (Returns a list of elements for the configuration.)

Parameters:

array   $scopes   account types (user, group, host)
array   $allScopes   list of all modules and active scopes

[ Top ]

method get_metaData [line 271]

array get_metaData( )

Returns meta data that is interpreted by parent class



Tags:

return:  array with meta data


Overrides baseModule::get_metaData() (Dummy function, meta data is provided by sub classes.)

[ Top ]

method get_pdfEntries [line 431]

array get_pdfEntries( )

Returns the PDF entries for this module.



Tags:

return:  list of possible PDF entries


[ Top ]

method init [line 441]

void init( mixed $base)

This functin will be called when the module will be loaded *



Overrides baseModule::init() (Initializes the module after it became part of an accountContainer)

[ Top ]

method load_Messages [line 451]

void load_Messages( )

This function fills the $messages variable with output messages from this module.



Overrides baseModule::load_Messages() (This function fills the $messages variable with output messages from this module.)

[ Top ]

method module_complete [line 476]

boolean module_complete( )

This functions is used to check if all settings for this module have been made.



Tags:

return:  true, if settings are complete


Overrides baseModule::module_complete() (This functions is used to check if all settings for this module have been made.)

[ Top ]

method process_attributes [line 513]

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:

return:  list of info/error messages


[ Top ]

method process_password [line 659]

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:

return:  list of info/error messages


[ Top ]

method process_user [line 640]

array process_user( )

Processes user input of the user selection page.

It checks if all input values are correct and updates the associated LDAP attributes.




Tags:

return:  list of info/error messages


[ Top ]

method save_attributes [line 681]

void save_attributes( )



Overrides baseModule::save_attributes() (Returns a list of modifications which have to be made to the LDAP account.)

[ Top ]


Documentation generated on Wed, 15 Nov 2006 18:00:58 +0100 by phpDocumentor 1.2.3