Update production LDAP configurations to target internal.theta42.com
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
"disabled": false,
|
"disabled": false,
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"url": "ldap://10.1.0.55:389",
|
"url": "ldap://ldap.internal.theta42.com:389",
|
||||||
"baseDN": "dc=theta42,dc=com",
|
"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": "",
|
"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": {
|
"auth": {
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"bindDN": "cn=ldapclient service,ou=people,dc=theta42,dc=com",
|
"bindDN": "cn=ldapclient service,ou=People,dc=theta42,dc=com",
|
||||||
"bindPassword": "1lovebyte"
|
"bindPassword": "1lovebyte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user