We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf5b84 commit 4e8bccbCopy full SHA for 4e8bccb
imageroot/bin/discover-ldap
@@ -24,7 +24,7 @@ try:
24
except Exception:
25
# Fallback during restore / missing domain
26
odom = {
27
- "host": "127.0.0.1",
+ "host": "10.0.2.2",
28
"port": 20000,
29
"schema": "rfc2307",
30
"base_dn": "dc=semaphore,dc=invalid",
0 commit comments