constructor __construct [line 250]
LAMConfig __construct(
[integer
$file = 0])
|
|
Loads preferences from config file
Parameters:
method check_Passwd [line 506]
boolean check_Passwd(
String
$password)
|
|
Checks if the given password matches.
Tags:
Parameters:
method getAccessLevel [line 880]
Returns the access level for this profile.
Tags:
method getLoginMethod [line 900]
Returns the login method.
Tags:
method getLoginSearchFilter [line 918]
String getLoginSearchFilter(
)
|
|
Returns the login search filter.
Tags:
method getLoginSearchSuffix [line 936]
String getLoginSearchSuffix(
)
|
|
Returns the login search suffix.
Tags:
method getName [line 422]
Returns the name of the config file
Tags:
method get_AccountModules [line 784]
array get_AccountModules(
string
$scope)
|
|
Returns an array of all selected account modules
Tags:
Parameters:
method get_ActiveTypes [line 840]
Returns a list of active account types.
Tags:
method get_Admins [line 472]
Returns an array of string with all admin names
Tags:
method get_Adminstring [line 481]
string get_Adminstring(
)
|
|
Returns all admin users seperated by semicolons
Tags:
method get_cacheTimeout [line 750]
integer get_cacheTimeout(
)
|
|
Returns the LDAP cache timeout in minutes
Tags:
method get_cacheTimeoutSec [line 760]
integer get_cacheTimeoutSec(
)
|
|
Returns the LDAP cache timeout in seconds
Tags:
method get_defaultLanguage [line 619]
string get_defaultLanguage(
)
|
|
Returns the default language string
Tags:
method get_listAttributes [line 593]
string get_listAttributes(
string
$scope)
|
|
Returns the list of attributes to show in user list
Tags:
Parameters:
method get_moduleSettings [line 831]
array get_moduleSettings(
)
|
|
Returns a list of saved module settings
Tags:
method get_scriptPath [line 640]
Returns the path to the external script
Tags:
method get_scriptRights [line 723]
string get_scriptRights(
)
|
|
Returns the chmod value for new home directories.
Tags:
method get_scriptServers [line 662]
string get_scriptServers(
)
|
|
Returns the servers of the external script as a Array
Tags:
method get_ServerURL [line 451]
Returns the server address as string
Tags:
method get_Suffix [line 557]
string get_Suffix(
string
$scope)
|
|
Returns the LDAP suffix for the given account type
Tags:
Parameters:
method get_typeSettings [line 871]
array get_typeSettings(
)
|
|
Returns a list of saved type settings
Tags:
method isWritable [line 431]
Returns if the file can be written on the filesystem.
Tags:
method save [line 323]
Saves preferences to config file
Tags:
method setAccessLevel [line 889]
void setAccessLevel(
int
$level)
|
|
Sets the access level for this profile.
Tags:
Parameters:
method setLoginMethod [line 909]
void setLoginMethod(
String
$loginMethod)
|
|
Sets the login method.
Tags:
Parameters:
method setLoginSearchFilter [line 927]
void setLoginSearchFilter(
String
$loginSearchFilter)
|
|
Sets the login search filter.
Tags:
Parameters:
method setLoginSearchSuffix [line 945]
void setLoginSearchSuffix(
String
$loginSearchSuffix)
|
|
Sets the login search suffix.
Tags:
Parameters:
method set_AccountModules [line 800]
boolean set_AccountModules(
array
$modules, string
$scope)
|
|
Sets the selected account modules
Tags:
Parameters:
method set_ActiveTypes [line 850]
void set_ActiveTypes(
array
$types)
|
|
Sets the list of active types.
Tags:
Parameters:
method set_Adminstring [line 491]
boolean set_Adminstring(
string
$value)
|
|
Sets the admin string
Tags:
Parameters:
method set_cacheTimeout [line 770]
boolean set_cacheTimeout(
integer
$value)
|
|
Sets the LDAP cache timeout in minutes (0,1,2,5,10,15)
Tags:
Parameters:
method set_defaultLanguage [line 629]
boolean set_defaultLanguage(
string
$value)
|
|
Sets the default language string
Tags:
Parameters:
method set_listAttributes [line 604]
boolean set_listAttributes(
string
$value, string
$scope)
|
|
Sets the list of attributes to show in user list
Tags:
Parameters:
method set_moduleSettings [line 820]
boolean set_moduleSettings(
array
$settings)
|
|
Sets the settings for the account modules.
Tags:
Parameters:
method set_Passwd [line 526]
boolean set_Passwd(
string
$value)
|
|
Sets the preferences wizard password
Tags:
Parameters:
method set_scriptPath [line 650]
boolean set_scriptPath(
string
$value)
|
|
Sets the path to the external script
Tags:
Parameters:
method set_scriptRights [line 734]
boolean set_scriptRights(
string
$chmod)
|
|
Sets the rights for the home directory.
Tags:
Parameters:
method set_scriptServers [line 672]
boolean set_scriptServers(
string
$value)
|
|
Sets the servers of the external script
Tags:
Parameters:
method set_ServerURL [line 461]
boolean set_ServerURL(
string
$value)
|
|
Sets the server address
Tags:
Parameters:
method set_Suffix [line 573]
boolean set_Suffix(
string
$scope, string
$value)
|
|
Sets the LDAP suffix where accounts are saved
Tags:
Parameters:
method set_typeSettings [line 860]
boolean set_typeSettings(
array
$settings)
|
|
Sets the settings for the account types.
Tags:
Parameters: