GUACAMOLE-1855: Implement bypass and enforcement options in the Duo 2FA module.

This commit is contained in:
Virtually Nick
2023-09-26 17:16:02 -04:00
parent 8d1a9fdf42
commit 9139bdef02
3 changed files with 143 additions and 7 deletions

View File

@@ -130,6 +130,14 @@
<version>${kotlin.version}</version>
</dependency>
<!-- Library for unified IPv4/6 parsing and validation -->
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>