GUACAMOLE-524: Consistently generate token names from LDAP attributes with arbitrary naming conventions.

This commit is contained in:
Michael Jumper
2018-10-05 00:12:50 -07:00
parent 98bd3ead21
commit cb30b148b9
4 changed files with 168 additions and 7 deletions

View File

@@ -153,6 +153,14 @@
<version>3.0</version>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>