Re: svn commit: r411890 - /apr/apr-util/trunk/include/apr_ldap_init.h

2006-06-05 Thread Brad Nicholes
>>> On 6/5/2006 at 4:21 PM, in message <[EMAIL PROTECTED]>, "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > Roy T. Fielding wrote: >> On Jun 5, 2006, at 11:54 AM, [EMAIL PROTECTED] wrote: >> >>> +/** >>> + * Macro to detect security related return values. >>> + */ >>> +#if defined(LDAP_INSUFFI

Re: svn commit: r411890 - /apr/apr-util/trunk/include/apr_ldap_init.h

2006-06-05 Thread William A. Rowe, Jr.
Roy T. Fielding wrote: On Jun 5, 2006, at 11:54 AM, [EMAIL PROTECTED] wrote: +/** + * Macro to detect security related return values. + */ +#if defined(LDAP_INSUFFICIENT_ACCESS) +#define APU_LDAP_INSUFFICIENT_ACCESS LDAP_INSUFFICIENT_ACCESS +#elif defined(LDAP_INSUFFICIENT_RIGHTS) +#define APU_

Re: svn commit: r411890 - /apr/apr-util/trunk/include/apr_ldap_init.h

2006-06-05 Thread Garrett Rooney
On 6/5/06, Brad Nicholes <[EMAIL PROTECTED]> wrote: Yeah, but I'm not sure what a reasonable default is given that the actual values are coming from various LDAP SDKs. From what I have been able to find so far, these are the only two possible values given the LDAP SDKs that we support. In tha

Re: svn commit: r411890 - /apr/apr-util/trunk/include/apr_ldap_init.h

2006-06-05 Thread Brad Nicholes
>>> On 6/5/2006 at 1:27 PM, in message <[EMAIL PROTECTED]>, "Roy T. Fielding" <[EMAIL PROTECTED]> wrote: > On Jun 5, 2006, at 11:54 AM, [EMAIL PROTECTED] wrote: > >> == >> >> --- apr/apr-util/trunk/include/apr_ldap_init.

Re: svn commit: r411890 - /apr/apr-util/trunk/include/apr_ldap_init.h

2006-06-05 Thread Roy T. Fielding
On Jun 5, 2006, at 11:54 AM, [EMAIL PROTECTED] wrote: == --- apr/apr-util/trunk/include/apr_ldap_init.h (original) +++ apr/apr-util/trunk/include/apr_ldap_init.h Mon Jun 5 11:54:37 2006 @@ -35,6 +35,27 @@ extern "