Skip to content

Commit 4e8bccb

Browse files
author
Martin
committed
update ldap proxy
1 parent 1cf5b84 commit 4e8bccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/bin/discover-ldap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ try:
2424
except Exception:
2525
# Fallback during restore / missing domain
2626
odom = {
27-
"host": "127.0.0.1",
27+
"host": "10.0.2.2",
2828
"port": 20000,
2929
"schema": "rfc2307",
3030
"base_dn": "dc=semaphore,dc=invalid",

0 commit comments

Comments
 (0)