Task #7545
Updated by Ben Leinfelder almost 9 years ago
Change For OpenLDAP, Metacat, Hazelcast, and the Java keystore, change the password for test installations of OpenLDAP. installations. Add these passwords to SystemPW.txt.gpg. Make sure everyone involved in CN deployments know where to find the new passwords.
Also, change the rootpw entry in slapd.conf to use an encrypted password rather than plaintext. In the postinst for the dataone-cn-os-core buildout, secure the slapd.conf file with:
<pre>
chmod 0600 $LDAP_CONF_DIR/slapd.conf*
</pre>
Also, change the rootpw entry in slapd.conf to use an encrypted password rather than plaintext. In the postinst for the dataone-cn-os-core buildout, secure the slapd.conf file with:
<pre>
chmod 0600 $LDAP_CONF_DIR/slapd.conf*
</pre>