[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: commit: ldap/servers/slapd bind.c
>I'm thinking the SLAPI operation layer should be wrapped inside an overlay.
Probably. But whatever you do, please be careful not to break the existing
behaviour -- it is important (to us, at least) that it does not break parity
with the Sun API.
>Then it will only enter the code path if it's been explicitly configured for
>a particular backend. All of these conditionals in the frontend are starting
>to get in the way, and the fact that it alters default slapd behavior even
>when no plugins are loaded is really annoying.
Bind plugins are a special case, and I think I've fixed it correctly now.
-- Luke