[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Problem compiling OpenLDAP on Redhat 7.0
Funny.
Hm. this might have been my problem. I'll try next time I start looking at
my acl's.
Thanks!
Tarjei
> -----Original Message-----
> From: ando@smtp2.bci.it [mailto:ando@smtp2.bci.it]On Behalf Of
> Pierangelo Masarati
> Sent: 10. april 2001 17:28
> To: tarjei@nu.no
> Cc: openldap-software@openldap.org
> Subject: Re: Problem compiling OpenLDAP on Redhat 7.0
>
>
> Tarjei Huse wrote:
>
> > also, I had problems with openldap reading the acls until I
> wrote every rule
> > on one line eg:
> > before:
> > access to *
> > by * none
>
> Note: this is wrong, because continuation lines MUST start
> with a space (or
> tab).
> You should have used:
>
> access to *
> by * none
>
> >
> >
> > after:
> > access to * by * none by "o=nu,c=no" some
> >
> > access to * by * none by "o=nu,c=no" n
>
> This is correct (although questionable style).
>
> Pierangelo.
>
> --
> Dr. Pierangelo Masarati mailto:ando@sys-net.it
> Developer, SysNet s.n.c. http://www.sys-net.it
>
>