feat: 增加LDAP测试环境

This commit is contained in:
ZacharyZcR
2024-12-22 04:13:54 +08:00
parent ee8f52c199
commit 760246b7e0
5 changed files with 107 additions and 17 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t ldap-weak .
docker run -d --name ldap-test -p 389:389 -p 636:636 ldap-weak