[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Admin user has two passwords
----- Original Message -----
> From: "Wiebe Cazemier" <wiebe@halfgaar.net>
> To: "Dan White" <dwhite@olp.net>
> Cc: "Maarten Vanraes" <maarten.vanraes@gmail.com>, openldap-technical@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