[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: 2.2.3beta crashes in backend_group() (ITS#2880)



> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of metze@metzemix.de

> Full_Name: Stefan Metzmacher
> Version: 2.2.3beta
> OS: SuSE linux 9.0
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (80.141.110.207)

> the problem was fixed when I replace the follwong acl:
>
> access to attr=userPassword,lmPassword,ntPassword
>     by self write
>     by
> group/myGroupAccount/member="gidNumber=991,ou=Groups,o=MYDOM" write
>     by
> group/myGroupAccount/member="gidNumber=992,ou=Groups,o=MYDOM" write
>     by * auth
>
> access to attr=*
>     by
> group/myGroupAccount/member="gidNumber=991,ou=Groups,o=MYDOM" write
>     by
> group/myGroupAccount/member="gidNumber=992,ou=Groups,o=MYDOM" write
>     by * read
>
> into:
>
> access to attr=userPassword,lmPassword,ntPassword
>     by self write
>     by
> group/myGroupAccount/member.regex="gidNumber=991,ou=Groups,o=MYDOM"
> write
>     by
> group/myGroupAccount/member.regex="gidNumber=992,ou=Groups,o=MYDOM"
> write
>     by * auth
>
> access to attr=*
>     by
> group/myGroupAccount/member.regex="gidNumber=991,ou=Groups,o=MYDOM"
> write
>     by
> group/myGroupAccount/member.regex="gidNumber=992,ou=Groups,o=MYDOM"
> write
>     by * read

> I'll also try OPENLDAP_REL_ENG_2_2 the next days and see if
> the problem is still
> there

This looks the same as ITS#2864 which was fixed a week ago. Please try the
current source.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support