--On May 24, 2012 9:01:28 AM -0400 "Patrick H." openldap@stormcloud9.net wrote:
Went digging through the source as I've been curious about this as well. Turns out, the difference is nothing :-)
if ( style == NULL || *style == '\0' || strcasecmp( style, "exact" ) == 0 || strcasecmp( style, "baseObject" ) == 0 || strcasecmp( style, "base" ) == 0 ) { sty = ACL_STYLE_BASE;
This is clearly documented in the slapd.access(5) man page. No need to go digging through the source.
--Quanah