From 07e2e476ce06722d75a0801825bb1a05e6a00a04 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 5 Jul 2026 20:49:14 +0000 Subject: [PATCH] Fix IDM LDAP port from 9125 to 9236 Corrected the IDM LDAP listener port. Logs show IDM listening on 127.0.0.1:9236, not 9125. Co-Authored-By: Paperclip --- apps/opencloud/opencloud-configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/opencloud/opencloud-configmap.yaml b/apps/opencloud/opencloud-configmap.yaml index 23ba181..22ca32b 100644 --- a/apps/opencloud/opencloud-configmap.yaml +++ b/apps/opencloud/opencloud-configmap.yaml @@ -14,7 +14,7 @@ data: graph: identity: ldap: - uri: ldap://localhost:9125 + uri: ldap://localhost:9236 base_dn: o=libregraph-idm insecure: true bind_dn: uid=libregraph,ou=sysusers,o=libregraph-idm @@ -35,7 +35,7 @@ data: users: drivers: ldap: - uri: ldap://localhost:9125 + uri: ldap://localhost:9236 base_dn: o=libregraph-idm insecure: true bind_dn: uid=reva,ou=sysusers,o=libregraph-idm @@ -48,7 +48,7 @@ data: groups: drivers: ldap: - uri: ldap://localhost:9125 + uri: ldap://localhost:9236 base_dn: o=libregraph-idm insecure: true bind_dn: uid=reva,ou=sysusers,o=libregraph-idm