Hello, I have a mysql database and some 1.0.0 guacamole and guacd containers. up until now I have just been using plain ldap auth but would like to start using totp as well to provide additional protection.
I have tried running this: sudo docker run --name dockguacamole --link dockguacd:guacd --log-opt max-size=50m --restart=always -e LDAP_HOSTNAME=myldapserver -e LDAP_PORT=3268 -e LDAP_USER_BASE_DN='OU=MYUsers,DC=sub,DC=domain,DC=com' -e LDAP_USERNAME_ATTRIBUTE=sAMAccountName -e 'LDAP_SEARCH_BIND_DN=CN=guac service2,OU=Services Accounts,OU=Resources,DC=sub,DC=domain,DC=com' -e LDAP_SEARCH_BIND_PASSWORD=securepass2 -e MYSQL_HOSTNAME=172.17.0.1 -e MYSQL_DATABASE=guacamole_db -e MYSQL_USER=root -e MYSQL_PASSWORD=securepass1 -e "EXTENSIONS=auth-ldap,auth-totp" -d -p 8080:8080 guacamole/guacamole But none of the totp stuff shows up. I have tried opening the container and placting both the ldap and totp jar files inside /opt/guacamole/extensions and commiting the container. The files persist after restart but again, no totp stuff shows up in the web gui. Does anyone know what I am missing? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
