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" } }