From ba0527f3c3b1c639944d262951d59a21bbf59aa9 Mon Sep 17 00:00:00 2001
From: Yubao Liu <yubao.liu@gmail.com>
Date: Tue, 24 May 2022 08:10:33 +0000
Subject: [PATCH] support AD attributes userAccountControl, msDS-UserAccountDisabled and pwdLastSet (#233)
---
pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0faf50..01cff4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,7 @@
<module>opendj-rest2ldap-servlet</module>
<module>opendj-server</module>
<module>opendj-server-example-plugin</module>
+ <module>opendj-server-msad-plugin</module>
<module>opendj-legacy</module>
<module>opendj-server-legacy</module>
<module>opendj-dsml-servlet</module>
--
Gitblit v1.10.0