Hi, I have multiple versions of custom auth providers (say V1 and V2 classes) in my Java code. On my tomcat restart both (V1 and V2) are automatically loaded. Now I want to enable and disable only one using guacamole.properties file, how to achieve this?
Regards, Umesh
