From 495461c0bbdde22b59370bc2e720ad26960f8a36 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 22 Jun 2026 13:43:06 -0400 Subject: [PATCH] Update production LDAP configurations to target internal.theta42.com --- conf/production.json | 6 +++--- conf/secrets.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/production.json b/conf/production.json index ef03d73..1c14106 100644 --- a/conf/production.json +++ b/conf/production.json @@ -7,11 +7,11 @@ "disabled": false, "ldap": { "enabled": true, - "url": "ldap://10.1.0.55:389", + "url": "ldap://ldap.internal.theta42.com:389", "baseDN": "dc=theta42,dc=com", - "bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com", + "bindDN": "cn=ldapclient service,ou=People,dc=theta42,dc=com", "bindPassword": "", - "searchFilter": "(&(memberof=cn=app_openclaw_access,ou=groups,dc=theta42,dc=com)(objectClass=posixAccount)(uid={{username}}))" + "searchFilter": "(uid={{username}})" } } } \ No newline at end of file diff --git a/conf/secrets.json b/conf/secrets.json index 519b2cd..a3f3466 100644 --- a/conf/secrets.json +++ b/conf/secrets.json @@ -7,7 +7,7 @@ }, "auth": { "ldap": { - "bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com", + "bindDN": "cn=ldapclient service,ou=People,dc=theta42,dc=com", "bindPassword": "1lovebyte" } }