--On > --On Thu> Try the following (and replace with the correct URL):
$ ldifmodify -x -H ldap://localhost/ -D cn=config -W << EOF > dn: olcDatabase={0}config,cn=config > changetype: modify > add: olcRootPW > olcRootPW: {SSHA}cZbRoOhRew8MBiWGSEOiFX0XqbAQwXUr > EOF
There doesn't appear to be an old olcRootPW value either, so that wouldn't work.
Thanks for your response.
There actually is one in dn: olcDatabase={1}mdb,cn=config
That's immaterial, it has no relation to the ability to modify cn=config. You should have a method for doing online modifications of the config DB.
--Quanah