GUACAMOLE-957: Support reading multiple LDAP server configurations from "ldap-servers.yml".

This commit is contained in:
Michael Jumper
2021-10-20 23:35:13 -07:00
parent 278bfa17ae
commit 49a4a6c7a0
8 changed files with 383 additions and 2 deletions

View File

@@ -60,6 +60,16 @@
<artifactId>guice</artifactId>
</dependency>
<!-- Jackson and YAML support -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
</dependencies>
</project>