[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: ldappasswd hangs (server deadlock) (ITS#2122)
For future reference, here's a minimal LDIF to replicate the bug with the
provided slapd.conf:
dn: dc=adnovum,dc=ch
dc: adnovum
objectclass: organization
objectclass: dcObject
o: adnovum.ch
dn: ou=technical users,dc=adnovum,dc=ch
ou: technical users
objectclass: organizationalUnit
dn: cn=super user,ou=technical users,dc=adnovum,dc=ch
cn: super user
objectclass: person
sn: user
userpassword: secret
dn: cn=ra server,ou=technical users,dc=adnovum,dc=ch
cn: ra server
objectclass: person
sn: server
userpassword: pass1
dn: ou=admin groups,dc=adnovum,dc=ch
ou: admin groups
objectclass: organizationalUnit
dn: cn=directory admins,ou=admin groups,dc=adnovum,dc=ch
cn: directory admins
objectclass: groupofnames
member: cn=super user,ou=technical users,dc=adnovum,dc=ch
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> hyc@highlandsun.com
> Sent: Wednesday, February 26, 2003 1:51 AM
> To: openldap-its@OpenLDAP.org
> Subject: RE: ldappasswd hangs (server deadlock) (ITS#2122)
>
>
> Thanks. I've now duplicated the problem. The fix is now in CVS.
> back-bdb/attribute.c: -r1.23 -r1.24
> back-bdb/group.c: -r1.24 -r1.25
>
> -- Howard Chu
> Chief Architect, Symas Corp. Director, Highland Sun
> http://www.symas.com http://highlandsun.com/hyc
> Symas: Premier OpenSource Development and Support
>
> > -----Original Message-----
> > From: owner-openldap-bugs@OpenLDAP.org
> > [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> Matthias.Loepfe@AdNovum.CH
>
> > Hi
> >
> > I'm back from holiday now. Please see attached the complete
> > config file
> > and below the used DNs.
> >
> > DN to bind: cn=super user,ou=technical
> > users,dc=adnovum,dc=ch
> > DN to change password: cn=ra server,ou=technical
> > users,dc=adnovum,dc=ch
> >
> > => the DN's are members of groups referenced in the ACLs
>
>
>
>