Sametime 12.0.3 LTPA Issue

Mindwatering Incorporated

Author: Tripp W Black

Created: 02/13 at 10:11 AM

 

Category:
Domino Server Issues Troubleshooting
Sametime

Task:
Sametime 12.0.3 LTPA Config Instructions for Docker or Podman.


Notes on Config Items to Update:
1. Update the custom.env file:
$ vi custom.env
...
ENABLE_LTPA=true
LTPA_KEYS=</full path to key file/ltpa-config/ltpa.keys>
#LTPA_KEYS_PASSWORD=
LTPA_AUTH_URL=http://ltpaauth.mindwatering.net:8003/api/v1/ltpa
...

2. Update the "sametime.ini" parameters in the community section of the docker-compose.yml file:
Notes:
- Syntax for the ST_variables is now:
- STI__Config__ST_variable=value
- STI__Config__ST_variable=${VARIABLENAME}


$ vi docker-compose.yml
...
community:
...
environment:
...
- STI__Config__ST_AUTH_TOKEN=Fork:Jwt,Ltpa
...


previous page

×