### # CSEnvironment.properties # # This will always be true in the Portal ### CS_SERVER_WEBSPHERE_PORTAL_EXTEND.enabled=true # Set the token type to be read by WebSphere service # This property is use to extract the LtpaToken object internally # from WebSphere. Currently the valid values are LtpaToken, and LtpaToken2 CS_SERVER_WEBSPHERE_PORTAL_EXTEND.credential_type=LtpaToken ### # # SAMETIME properties # If Sametime is enabled, the required settings must be filled in. ### # # Required settings # CS_SERVER_SAMETIME.enabled=false CS_SERVER_SAMETIME_1.hostname=my.server.com CS_SERVER_SAMETIME_1.version=3.0 # The protocol and port that the ST server uses # to serve up HTML, CSS and JavaScript files, etc. CS_SERVER_SAMETIME_1.protocol=http CS_SERVER_SAMETIME_1.port=80 # # Optional advanced settings # # Class that provides the ST user login name, token, and whether ST is enabled for this user # CS_SERVER_SAMETIME_1.initclass=com.ibm.wkplc.people.tag.AwarenessInitLwp # Specify whether to use the LTPA token for logging into Sametime from the browser. # If the CS_SERVER_CUSTOM_CRED is enabled and the ssoTokenAttrib is specified, # it will be used instead of the LTPA token. # This option should only be turned on if your Sametime server supports tokens # produced by the portal server. # By default an LTPA token is enabled (preferred). CS_SERVER_SAMETIME_1.useLTPAToken=true # The following Sametime settings pertain to the server-to-server connection # between the portal server and the ST server. This connection exists for the # sole purpose of obtaining Sametime tokens for users. These tokens are then # used to log users into Sametime from their web browsers. # Port that the ST server app should connect through. # The default connection is configured to connect through the Sametime # mux. If you want to connect directly to the server, set the port explicitly. # CS_SERVER_SAMETIME_1.serverappPort=1516 # Sametime reconnect interval (in seconds). # How often to attempt a reconnect to the Sametime server after being # disconnected, or not connected. # Use 0 to indicate that we should not attempt to reconnect. # If not set, the internal default of 30 seconds is used. # Lowering this value will allow the portal server to reconnect to the Sametime # server more quickly when the Sametime server comes back online. # However, this may increase the portal server workload and network traffic. # CS_SERVER_SAMETIME_1.reconnect=10 # Sametime timeout value (in seconds). # The maximum amount of time to wait for a response from the Sametime server. # If not set, the internal default of 15 seconds is used. # Lowering this value will decrease the potential amount of time that a user # might have to wait to login to the portal. # However, if the Sametime server is slow to respond or the network is slow, # increasing this value will allow portal users to have Sametime connectivity. # CS_SERVER_SAMETIME_1.timeout=50 # Specify the name format to use when resolving the WPS # logged in user with the Sametime server. Note that use of this flag will # force the name to be resolved even if the useLTPAToken flag is set to true. # This resolved name will be used to login to Sametime. # Valid values are cn/dn/loginName # CS_SERVER_SAMETIME_1.nameFormatForResolve=dn # Specify the character to use to separate distinguished names. This # character will be used when resolving names with the Sametime server, # and also for the name used to login to Sametime from the browser. # Valid values are the single character comma (,) or slash (/) # CS_SERVER_SAMETIME_1.dnNameSeparator=, CS_SERVER_SAMETIME_1.dnAuthorSeparator=/ # Tells the person tag what name format to send to Sametime. # If the Sametime server is configured to accept only the name format email or dn, # specify email or dn as the value. If the server is configured to accept cn, this setting is unnecessary. # Default is to use the common name. # Valid values are cn/dn/email. # CS_SERVER_SAMETIME_1.watchnameformat=dn # Tells the Sametime server whether the names that the person tag sends need to be resolved. # For better performance, set to false. # Only set to false if you are sure that Sametime will accept the name format (the CN by default or, if specified, # the watchnameformat setting) without having to resolve the name further. # For greatest compatability with various LDAP setups, the default is true. # CS_SERVER_SAMETIME_1.resolveNames=false ### # # QUICKPLACE properties # enabled indicates whether or not QP creation is allowed. ### CS_SERVER_QUICKPLACE.enabled=false CS_SERVER_QUICKPLACE_1.hostname=my.server.com CS_SERVER_QUICKPLACE_1.version=3.0 CS_SERVER_QUICKPLACE_1.protocol=http CS_SERVER_QUICKPLACE_1.port=80 ### # # DISCOVERY SERVER properties ### CS_SERVER_DISCOVERY_SERVER.enabled=false CS_SERVER_DISCOVERY_SERVER_1.hostname=my.server.com CS_SERVER_DISCOVERY_SERVER_1.version=2.0 CS_SERVER_DISCOVERY_SERVER_1.protocol=http CS_SERVER_DISCOVERY_SERVER_1.port=80 ### # # DOMINO DIRECTORY properties # (LDAP server) # Important: # Should always point to a Domino Server. # Leave enabled flag as true. # Use the custom_ldap_* settings to point to a any LDAP Server to # get user information. ### CS_SERVER_DOMINO_DIRECTORY.enabled=false CS_SERVER_DOMINO_DIRECTORY_1.hostname=my.server.com CS_SERVER_DOMINO_DIRECTORY_1.port=389 CS_SERVER_DOMINO_DIRECTORY_1.ssl=false CS_SERVER_DOMINO_DIRECTORY_1.anonymous=true ### # Add Default IIOP/SSL Port ### CS_SERVER_DOMINO_DIRECTORY_1.iiopport=63148 # Optional LDAP User credential overrides # default - uses Portal credentials or anonymous # Use tool PropFileEncoderPassword.bat to encrypt the password and copy # the encrypted password to this file. #CS_SERVER_DOMINO_DIRECTORY_1.userid=username #CS_SERVER_DOMINO_DIRECTORY_1.encryptedpwd=pwd #CS_SERVER_DOMINO_DIRECTORY_1.searchBase=ldapsearchbase ### # Optional advanced settings # If the Domino LDAP is secondary then add info for custom_ldap # The following fields are disabled, by default. # If it is enabled (determined by custom_ldap_host) # and a different server is specified, # The following user information will be retrieved # from this secondary server: mailserver, mailfile ### #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_host=my.domino.ldap.server.com #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_port=389 #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_ssl=false #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_anonymous=true #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_iiopport=63148 #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_userid=username #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_encryptedpwd=pwd #CS_SERVER_DOMINO_DIRECTORY_1.custom_ldap_searchBase=dominosearchbase ### # # LDAP server performance properties # (LDAP server) # Leave enabled flag as true, if using WMM and Domino. # Setting this flag to false will improve performance # while using Domino as the primary (and only) LDAP server # in the Portal. ### CS_PERF_PROP_USEWMM.enabled=true ### # # Collaborative services Credential Overrides # # Enabling the custom credential will cause the Collaborative # Services to use the specified username/token for any needed # authentication. ### CS_SERVER_CUSTOM_CRED.enabled=false # Valid values are header/cookie CS_SERVER_CUSTOM_CRED.useridAttribSource=header CS_SERVER_CUSTOM_CRED.useridAttrib=useridAttribName # Valid values are header/cookie CS_SERVER_CUSTOM_CRED.ssoTokenAttribSource=cookie CS_SERVER_CUSTOM_CRED.ssoTokenAttrib=tokenAttribName ### # # PERSONTAG properties # ### CS_SERVER_PERSONTAG.enabled=true CS_SERVER_PERSONTAG.awarenessversion=classic CS_SERVER_PERSONTAG.businessCardItems=ibm-jobTitle,roomNumber,telephoneNumber # NOTE: The person tag menu items list has moved. # It can be found in WebSphere\PortalServer\shared\ext\lwp.commoninfrautil.jar. # In workplace.properties, find the key people.persontag.menu.items. This is where you can add/remove menu items. # After making changes to the list add workplace.properties back to the jar file, being careful to maintain the # exact original path, then restart the Portal.