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

RE: Insufficient access ?? CORRECTED



IT'S WORK

The entry look like this:
 ========================
> dn: cn=De Leeuw Guy, br=Internal, o=Eurofer, c=be
> objectClass: EurPerson
> objectClass: accessRole
> uid: 14626496-6334
> title: M.
> telephoneNumber: +32 (2) 738.79.40
> facsimileTelephoneNumber: +32 (2) 738.79.52
> mail: G.De_Leeuw@eurofer.be
> cn: De Leeuw Guy
> sn: De Leeuw
> givenName: Guy
> userPassword: MyPasswd
> modifiersName: cn=rootdn, o=Eurofer, c=be
> modifyTimestamp: 20001024070817Z
>
> access to *
>     by self write
> by dn="cn=De Leeuw Guy, br=Internal, o=Eurofer, c=be" write
>     by * read
>

I replace by : (see the space removed after each comma)
************************************************
==============
access to *
    by self write
    by dn="cn=De Leeuw Guy,br=Internal,o=Eurofer,c=be" write
    by * read

Guy