lib/modules/windowsPosixGroup.inc

Properties

Description

Manages Unix groups in Windows LDAP schema.

Classes

windowsPosixGroup

Properties

 
 
modules  
No 
No 

Description

Manages Unix groups in Windows LDAP schema.
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 ".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 {@link get_metaData()}.

All module classes should extend the baseModule class.

Methods

__construct, getButtonStatus, get_metaData, module_complete,

__construct( string   $scope, ) : n/a

Description

Creates a new windowsPosixGroup object.

Arguments

Name Type Description Default
$scope string

account type (user, group, host)

Return value

Type Description
n/a n/a

getButtonStatus( ) : string

Description

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

Return value

Type Description
string status ("enabled", "disabled", "hidden")

get_metaData( ) : array

Description

Returns meta data that is interpreted by parent class

Return value

Type Description
array array with meta data

Tags

Name Description
see

module_complete( ) : boolean

Description

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

Return value

Type Description
boolean true, if settings are complete
Documentation was generated by phpDocumentor 2.0.1 .

Namespaces

  • global

    Packages