Element index for package configuration
	[ a ]
	[ c ]
	[ d ]
	[ f ]
	[ g ]
	[ i ]
	[ l ]
	[ m ]
	[ p ]
	[ s ]
	[ t ]
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		f
		
							- $file
 
				- in file config.inc, variable LAMConfig::$file
     Name of configuration file 
					 
	 
	top 
   
	
	
		g
		
							- getConfigProfiles
 
				- in file config.inc, function getConfigProfiles()
     Returns an array of string with all available configuration profiles (without .conf) 
							- get_AccountModules
 
				- in file config.inc, method LAMConfig::get_AccountModules()
     Returns an array of all selected account modules 
							- get_ActiveTypes
 
				- in file config.inc, method LAMConfig::get_ActiveTypes()
     Returns a list of active account types. 
							- get_Admins
 
				- in file config.inc, method LAMConfig::get_Admins()
     Returns an array of string with all admin names 
							- get_Adminstring
 
				- in file config.inc, method LAMConfig::get_Adminstring()
     Returns all admin users seperated by semicolons 
							- get_cacheTimeout
 
				- in file config.inc, method LAMConfig::get_cacheTimeout()
     Returns the LDAP cache timeout in minutes 
							- get_cacheTimeoutSec
 
				- in file config.inc, method LAMConfig::get_cacheTimeoutSec()
     Returns the LDAP cache timeout in seconds 
							- get_defaultLanguage
 
				- in file config.inc, method LAMConfig::get_defaultLanguage()
     Returns the default language string 
							- get_listAttributes
 
				- in file config.inc, method LAMConfig::get_listAttributes()
     Returns the list of attributes to show in user list 
							- get_MaxListEntries
 
				- in file config.inc, method LAMConfig::get_MaxListEntries()
     Returns the maximum number of rows in user/group/host lists 
							- get_moduleSettings
 
				- in file config.inc, method LAMConfig::get_moduleSettings()
     Returns a list of saved module settings 
							- get_Passwd
 
				- in file config.inc, method LAMConfig::get_Passwd()
     Returns the password to access the preferences wizard 
							- get_scriptPath
 
				- in file config.inc, method LAMConfig::get_scriptPath()
     Returns the path to the external script 
							- get_scriptRights
 
				- in file config.inc, method LAMConfig::get_scriptRights()
     Returns the chmod value for new home directories. 
							- get_scriptServers
 
				- in file config.inc, method LAMConfig::get_scriptServers()
     Returns the servers of the external script as a Array 
							- get_ServerURL
 
				- in file config.inc, method LAMConfig::get_ServerURL()
     Returns the server address as string 
							- get_Suffix
 
				- in file config.inc, method LAMConfig::get_Suffix()
     Returns the LDAP suffix for the given account type 
							- get_typeSettings
 
				- in file config.inc, method LAMConfig::get_typeSettings()
     Returns a list of saved type settings 
					 
	 
	top 
   
	
	
	top 
   
	
	
		l
		
							- $logDestination
 
				- in file config.inc, variable LAMCfgMain::$logDestination
     log destination ("SYSLOG":syslog, "/...":file, "NONE":none) 
							- $logLevel
 
				- in file config.inc, variable LAMCfgMain::$logLevel
     log level 
							- LAMCfgMain
 
				- in file config.inc, class LAMCfgMain
     This class manages config.cfg. 
							- LAMCfgMain
 
				- in file config.inc, method LAMCfgMain::LAMCfgMain()
     Loads preferences from config file 
							- LAMConfig
 
				- in file config.inc, method LAMConfig::LAMConfig()
     Loads preferences from config file 
							- LAMConfig
 
				- in file config.inc, class LAMConfig
     This class manages .conf files. 
							- LAMVersion
 
				- in file config.inc, function LAMVersion()
     Returns the version number of this LAM installation. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		s
		
							- $scriptPath
 
				- in file config.inc, variable LAMConfig::$scriptPath
     Path to external lamdaemon script on server where it is executed 
							- $scriptRights
 
				- in file config.inc, variable LAMConfig::$scriptRights
     The rights for the home directory 
							- $scriptServer
 
				- in file config.inc, variable LAMConfig::$scriptServer
     Servers where lamdaemon script is executed 
							- $ServerURL
 
				- in file config.inc, variable LAMConfig::$ServerURL
     Server address (e.g. ldap://127.0.0.1:389) 
							- $sessionTimeout
 
				- in file config.inc, variable LAMCfgMain::$sessionTimeout
     Time of inactivity before session times out (minutes) 
							- save
 
				- in file config.inc, method LAMCfgMain::save()
     Saves preferences to config file config.cfg 
							- save
 
				- in file config.inc, method LAMConfig::save()
     Saves preferences to config file 
							- saveSettings
 
				- in file confmain.php, function saveSettings()
     Saves the entered settings. 
							- setlanguage
 
				- in file config.inc, function setlanguage()
     Sets language settings for automatic translation 
							- set_AccountModules
 
				- in file config.inc, method LAMConfig::set_AccountModules()
     Sets the selected account modules 
							- set_ActiveTypes
 
				- in file config.inc, method LAMConfig::set_ActiveTypes()
     Sets the list of active types. 
							- set_Adminstring
 
				- in file config.inc, method LAMConfig::set_Adminstring()
     Sets the admin string 
							- set_cacheTimeout
 
				- in file config.inc, method LAMConfig::set_cacheTimeout()
     Sets the LDAP cache timeout in minutes (0,1,2,5,10,15) 
							- set_defaultLanguage
 
				- in file config.inc, method LAMConfig::set_defaultLanguage()
     Sets the default language string 
							- set_listAttributes
 
				- in file config.inc, method LAMConfig::set_listAttributes()
     Sets the list of attributes to show in user list 
							- set_MaxListEntries
 
				- in file config.inc, method LAMConfig::set_MaxListEntries()
     Sets the maximum number of rows in user/group/host lists 
							- set_moduleSettings
 
				- in file config.inc, method LAMConfig::set_moduleSettings()
     Sets the settings for the account modules. 
							- set_Passwd
 
				- in file config.inc, method LAMConfig::set_Passwd()
     Sets the preferences wizard password 
							- set_scriptPath
 
				- in file config.inc, method LAMConfig::set_scriptPath()
     Sets the path to the external script 
							- set_scriptRights
 
				- in file config.inc, method LAMConfig::set_scriptRights()
     Sets the rights for the home directory. 
							- set_scriptServers
 
				- in file config.inc, method LAMConfig::set_scriptServers()
     Sets the servers of the external script 
							- set_ServerURL
 
				- in file config.inc, method LAMConfig::set_ServerURL()
     Sets the server address 
							- set_Suffix
 
				- in file config.inc, method LAMConfig::set_Suffix()
     Sets the LDAP suffix where accounts are saved 
							- set_typeSettings
 
				- in file config.inc, method LAMConfig::set_typeSettings()
     Sets the settings for the account types. 
					 
	 
	top 
   
	
	
	top 
        
       |   
     |