lib/modules/windowsPosixGroup.inc
Properties
Description
Manages Unix groups in Windows LDAP schema.Classes
windowsPosixGroup
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 "
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") |