Skip to content

Commit 65101af

Browse files
committed
[refactor] Remove defunct ActiveDirectory security module, this has been handled by the LDAP security module for some time
1 parent 11eefe8 commit 65101af

File tree

7 files changed

+2
-747
lines changed

7 files changed

+2
-747
lines changed

exist-distribution/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@
289289
</dependency>
290290

291291
<!-- extensions/security/ -->
292-
<dependency>
293-
<groupId>${project.groupId}</groupId>
294-
<artifactId>exist-security-activedirectory</artifactId>
295-
<version>${project.version}</version>
296-
<scope>runtime</scope>
297-
</dependency>
298292
<!--dependency>
299293
<groupId>${project.groupId}</groupId>
300294
<artifactId>exist-security-iprange</artifactId>
@@ -1589,4 +1583,4 @@
15891583
</profile>
15901584
</profiles>
15911585

1592-
</project>
1586+
</project>

extensions/security/activedirectory/pom.xml

Lines changed: 0 additions & 163 deletions
This file was deleted.

extensions/security/activedirectory/src/main/java/org/exist/security/realm/activedirectory/ActiveDirectoryRealm.java

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)