Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
f829029d
Commit
f829029d
authored
1 year ago
by
Andrew Walker
Browse files
Options
Download
Email Patches
Plain Diff
Fix
parent
65c84add
test-freeipa
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/middlewared/middlewared/plugins/ldap.py
+1
-1
src/middlewared/middlewared/plugins/ldap.py
with
1 addition
and
1 deletion
+1
-1
src/middlewared/middlewared/plugins/ldap.py
View file @
f829029d
...
...
@@ -618,7 +618,7 @@ class LDAPService(TDBWrapConfigService):
# No overlap between old and new hostnames and so force server_type autodetection
data
[
'server_type'
]
=
None
if
not
new
[
'server_type'
]
and
data
[
'enable'
]:
if
not
data
[
'server_type'
]
and
data
[
'enable'
]:
data
[
'server_type'
]
=
await
self
.
autodetect_ldap_settings
(
data
)
if
data
[
'server_type'
]
==
constants
.
SERVER_TYPE_ACTIVE_DIRECTORY
:
verrors
.
add
(
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help