kioskMode |
Boolean |
Kiosk mode allows multiple users to share the same client on the same
computer. If set to true, the client deletes personal information after each user logs out. When
this setting is enabled, the automatic login, password saving, and locally stored contacts list
features are not available because they require the use of personal information. |
logoutWhenIdle |
Boolean |
Specifies whether the client should disconnect from the server (and log out
the user) when idle. |
logoutWhenIdleOverride |
Boolean |
Provides a mechanism to override the user's logoutWhenIdle setting. If set to
true, then the client will always logout when idle, and the user will not be able to change the
value the Preferences settings. |
logoutWhenLocked |
Boolean |
Sets the initial value of whether or not the Embedded client logs out when Notes® is locked (disconnected from the server). This
preference only applies to new users. |
logoutWhenLockedOverride |
Boolean |
Provides a mechanism to override the user's logoutWhenLocked setting. If set
to true, then the client will always logout when locked, and the user will not be able to change the
value in the Preferences settings. |
tokenLoginOnly |
Boolean |
Specifies the whether to force login by token for the default community. Takes
effect the next time that the client connects to the Community Server. |
host |
String |
Specifies the initial community host value. Takes effect the next time that
the client connects to the Community Server. |
authServerUrl |
String |
Specifies the initial authentication server URL value for the default
community. Takes effect the next time that the client connects to the Community
Server. |
defaultAuthType |
String |
Specifies the authentication type for the default community. For user name and password authentication, this setting should be left empty. For Domino® Single Sign-On in the Embedded client, the value should be set to ST-DOMINO-SSO. For a SAML
authentication community, the value should be set to SAML. |
keepAlive |
Boolean. Default is true. |
The keepAlive feature allows the client remain connected to the Sametime® Community Server even when the user is
inactive, so that the user remains logged in to Sametime®. In the client, use the Server tab of the page to specify how often a keep-alive signal should be sent to the
server. |
keepAliveInterval |
Integer. Default is 60. |
Specifies the initial keep alive interval value for the default community.
Takes effect the next time that the client connects to the Community Server. |
loginByToken |
Boolean |
If set to true, the client will log in to the community using a token other
than user name and password pair. For example, the Embedded client can use Domino® Single Sign-On with the LTPA token, and the
Connect client uses can use the SAML token. Takes effect the next time that the client
connects to the Community Server. |
name |
String |
Specifies the initial name for the default community. Takes effect the next
time that the client connects to the Community Server. |
port |
Integer. Default is 1533. |
Specifies the initial community port value. Takes effect the next time that
the client connects to the Community Server. |
savePassword |
Boolean. Default is false. |
Specifies whether the user's password is saved for the default community.
Takes effect the next time that the client connects to the Community Server. |
connectionType |
String. Valid values include direct, tls-direct,
http-direct, socks4-proxy, socks5-proxy, http-proxy, https-proxy,
reverse-proxy, useBrowserSettings. |
Specifies the connection protocol that is used when the client connects to the
default community. Takes effect the next time that the client connects to the Community
Server. |
proxyHost |
String |
Specifies the host name for the Sametime® Proxy Server that browser clients connect to before accessing the Community
server where the default community is hosted. Takes effect the next time that the client
connects to the Community Server. |
proxyPort |
Integer |
Specifies the port number that listens for browser client connections on the
Sametime® Proxy Server used with the Community
server where the default community is hosted. Takes effect the next time that the client
connects to the Community Server |
proxyUserName |
String |
Specifies the initial proxy user name for the default community. Takes effect
the next time that the client connects to the Community Server. |
proxyPassword |
String |
Specifies the initial proxy password for the default community. Takes effect
the next time that the client connects to the Community Server. |
proxyResolvesLocally |
Boolean |
Specifies the initial proxyResolvesLocally value for the default community.
Takes effect the next the time that the client connects to the Community Server. |
loginTokenRefreshInterval |
Integer. Default is 900000. |
Specifies the login token refresh interval in
milliseconds. The default is 900000, or 15 minutes. |
samlTrustedSites |
String |
Specifies the URL of a trusted site for use with SAML authentication. Example:
samlTrustedSites=url1,url2 . |