Sakai Properties Reference - L
Sakai Properties Reference - L
Property Name | Description |
|---|---|
linktool.home | The shared directory in which linktool keys are deployed in shared environments. |
localIndexBase@org.sakaiproject.search.api.JournalSettings | A local directory used to store search index data. |
locales | A comma-delimited list of supported locales. |
log.config | Override the default logging for one or more components. Use the name of the actual fully qualified classname which has the logging in it (example: DEBUG.org.sakaiproject.email.impl.BasicEmailService) and not the classname of the service api. |
logAbandoned@javax.sql.BaseDataSource | Whether or not to log stack traces for application code which abandons a statement or connection. |
logWriter@javax.sql.BaseDataSource | The classname of the log writer. |
loggedOutUrl | The URL users are sent to when they click the "logout" button. |
loggedOutUrl.userType | If you want to send different user types to different URLs when they logout, set this property, eg loggedOutUrl.student= . Will fallback to original loggedOutUrl if usertype is not set, or matching property is not set for this user type. |
login.browser.user.agent | One or more additional browser agents to support when requesting HTTP basic authentication. The text of the actual setting should be a regex pattern that the desired agent will match. |
login.icon | The source location of the login icon displayed in the portal. |
login.text | The textual wording associated with the link to the login URL specified in the login.url property. Will not be displayed on the portal unless top.login is set to false. |
login.url | The URL users are sent to when a login is required. This is the destination for the login link as well as the redirect that occurs when a protected resource is accessed without a login. |
login.use.xlogin.to.relogin | Whether to force the use of "extreme logins" (/xlogin) instead of relogins. |
logout.icon | The icon associated with the "logout" link. |
logout.text | The textual wording of the link used to log out. |