[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Admin user has two passwords
- To: openldap-technical@openldap.org
- Subject: Re: Admin user has two passwords
- From: Maarten Vanraes <maarten.vanraes@gmail.com>
- Date: Tue, 25 Dec 2012 01:08:46 +0100
- Cc: Wiebe Cazemier <wiebe@halfgaar.net>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=Fsq0LmkvzhUDSkOU9bC+Q2f1lEkmQWeEQVIqEpu3p2w=; b=wnN5Tfzm0F5oSo6odWraJ/0lVufDJXisOQpQDDdt/VCtXUNXV/d9Y0SYBjwRyMGBll jd+X14TDvA6S9zDSEHwhoCdu72U30ejRohqNhGlnyoPoSBSfv76feg+najFks+xu0fst 5ppzOB8UjkAJ9CZJvmJjjTlJihhbCc703hxy2zCeWX/wRXELcr/kHTo570zu2JLkF60R UskCP/Oomdwa1LwLYaHoG785EV0rke+jcvts+72eR6RiB9Ha149G4E+oVeyuSoDji4Dk JMbJjhPk5q6bHDcdRYEvev99lJhdnm+ICQsVuRk5x+JqhcV+cr5H0imz7zu0x+S9XqV7 4zxQ==
- In-reply-to: <1529556058.12305.1356354959157.JavaMail.root@halfgaar.net>
- References: <1529556058.12305.1356354959157.JavaMail.root@halfgaar.net>
- User-agent: KMail/4.8.5 (Linux/3.3.8-desktop-2.mga2; KDE/4.8.5; x86_64; ; )
you could just have multiple userPassword values...
Op maandag 24 december 2012 14:15:59 schreef Wiebe Cazemier:
> Hi,
>
> I tried changing the password for the admin user in my OpenLDAP tree, but
> now I can log in with both. When I do this:
>
> ldapsearch -vxZZH ldap://ldap.domain.tld/ -D "cn=admin,dc=domain,dc=tld" -W
>
> Entering a wrong password makes it fail, but entering the old or new
> password both work.
>
> I thought maybe it used the root account, so in an attempt to fix this, I
> tried setting the rootpw with this:
>
>
> # cat change-rootpw.ldif
> dn: olcDatabase={0}config,cn=config
> replace: olcRootPW
> olcRootPW: {SSHA}some hash
>
> ldapmodify -v -Y EXTERNAL -H ldapi:/// -f change-rootpw.ldif
>
>
> But that didn't fix it.
>
> I'm quite confused. Any help is appreciated.
>
> Regards,
>
> Wiebe