----- Original Message -----
From: "Wiebe Cazemier" <wiebe(a)halfgaar.net>
To: "Dan White" <dwhite(a)olp.net>
Cc: "Maarten Vanraes" <maarten.vanraes(a)gmail.com>,
openldap-technical(a)openldap.org
Sent: Monday, 31 December, 2012 10:39:05 AM
Subject: Re: Admin user has two passwords
It does appear that the Ubuntu docs are wrong. I deleted the admin
user:
# fed to ldapmodify
dn: cn=admin,dc=domain,dc=tld
changetype: delete
And I updated olcRootPW:
# fed to ldapmodify
dn: olcDatabase={1}hdb,cn=config
replace: olcRootPW
olcRootPW: {SSHA}hashcode
Now it only has one admin password, and it's the new one.
And I reported the bug:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1094842