Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
loginservice
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanmw
loginservice
Commits
50ec2737
Commit
50ec2737
authored
Jun 02, 2026
by
zsluo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭白名单管理
parent
db02ece8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ADServiceImpl.java
...in/java/com/keymobile/sso/service/impl/ADServiceImpl.java
+0
-1
application-default.yml
src/main/resources/application-default.yml
+4
-0
No files found.
src/main/java/com/keymobile/sso/service/impl/ADServiceImpl.java
View file @
50ec2737
...
@@ -266,7 +266,6 @@ public class ADServiceImpl implements ADService {
...
@@ -266,7 +266,6 @@ public class ADServiceImpl implements ADService {
logger
.
info
(
"ad域账号同步结束"
);
logger
.
info
(
"ad域账号同步结束"
);
}
}
// ====================== 以下代码完全不动,保持你原有逻辑 ======================
@Override
@Override
public
LdapInfo
saveLdapInfo
(
LdapInfo
ldapInfo
)
{
public
LdapInfo
saveLdapInfo
(
LdapInfo
ldapInfo
)
{
...
...
src/main/resources/application-default.yml
View file @
50ec2737
...
@@ -21,3 +21,6 @@ eureka:
...
@@ -21,3 +21,6 @@ eureka:
serviceUrl
:
serviceUrl
:
defaultZone
:
http://e0:8081/eureka/
defaultZone
:
http://e0:8081/eureka/
enabled
:
true
enabled
:
true
ad
:
limit
:
false
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment