[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd acl.c
> Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
>
> Modified Files:
> acl.c 1.123 -> 1.124
>
> Log Message:
> Add a default case with assert() just in case.
little off topic, but I'm trying to cache the test
for rootdn/updatedn/any special dn; I found a good place
to cache is the Connection. However I note there might
be places where access_allowed gets called with NULL
connection; moreover, can I safely assume op->o_ndn
is the same as conn->c_ndn ?
Ando.