On Mon, Aug 10, 2020 at 9:20 AM Vincent Goubert <[email protected]> wrote:
> Hi Nick, > > > > Both LDAP & Guacamole (Mysql) password are the same, do I have to make > them different ? > > > > How do you change the extension order ? just by renaming the .jar files in > the extension folder ? > > > Extensions are evaluated in alphabetical order, so, yes, just rename the JAR files such that the LDAP one comes before the JDBC one. If the passwords are the same, and the JDBC extension gets evaluated before LDAP, authentication will succeed and the LDAP login won't be tried. -Nick >
