Update production LDAP configurations to target internal.theta42.com
This commit is contained in:
@@ -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}})"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user