[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd acl.c
At 09:34 AM 2002-01-14, Kurt D. Zeilenga wrote:
>A simple way to handle this is just to set a flag
>in the Connection/Operation structure for each of
>these special cases and then to test the flag instead
>of the DNs... This will work well for rootdn and
>updatedn. (Note needed for anonymous as this is already
>a simple check)
I need to retract this. As rootdn/updatedn are backend
specific and Connection/Operation structures are not, this
approach is flawed.