Actions
Bug #6108
closedBug #5965: LDAP configuration is not optimized for Rudder use case
Charge data in cache when openldap restart
Status:
Released
Priority:
3
Assignee:
Matthieu CERDA
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
All the optimisation ideas behind #5965 is to have all entries in OpenLDAP cache. If they are not, performances will be horrible.
So each time openldap start, we need to execute the following search:
/var/rudder/ldap/openldap-data# ldapsearch -x -D "cn=Manager,cn=rudder-configuration" -w secret -b cn=rudder-configuration -s sub * + > /dev/null
Perhaps could we handle that in the rudder-slapd start-up script, in a background process ?
Actions