--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 -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration