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

ACIs with OpenLDAP



Hello,

I'm trying to use ACIs with OpenLDAP-2.0 which I downloaded using cvs
but the slapd acl.c source file does not compile. Please note that I
have defined the --enable-aci when using configure. The problem is
that the access variable in acl.c is not defined. BTW, would you
recommend using ACIs with OpenLDAP-devel ?

Any help would be appreciated.

Best Regards,

Agnes.

cc -g -O2 -I../../include -I../../include     -c acl.c
acl.c: In function `acl_mask':
acl.c:454: `access' undeclared (first use this function)
acl.c:454: (Each undeclared identifier is reported only once
acl.c:454: for each function it appears in.)
acl.c: