From 87dfcb07d117df2778a406862b0de66bd7b3948f Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 26 Aug 2025 19:22:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20test=E7=8E=AF=E5=A2=83ldap=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agt-server/src/main/resources/application-test.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/agt-server/src/main/resources/application-test.yaml b/agt-server/src/main/resources/application-test.yaml index b4bcd0d..146707c 100644 --- a/agt-server/src/main/resources/application-test.yaml +++ b/agt-server/src/main/resources/application-test.yaml @@ -248,4 +248,11 @@ justauth: --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 #################### pf4j: # pluginsDir: /tmp/ - pluginsDir: ../plugins \ No newline at end of file + pluginsDir: ../plugins + +spring: + ldap: + urls: ldap://192.168.88.205 + base: dc=agrandtech,dc=com + username: uid=root,cn=users,dc=agrandtech,dc=com + password: Tian7989! \ No newline at end of file