[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Active directory 2003



At 07:47 AM 7/6/2004, Andrea Verni wrote:
>I'm trying to authenticate apache (2.0.48) users using openldap (2.1.12
>on SuSE Linux 8.2) against a windows 2003 Active directory server.

Your post is likely better directed to a list about
the Apache authentication module you are using, or
Active Directory.

>The authentication fails with following error:
>ldap_search_ext_s() for user failed][Operations error]

I would guess that this implies a call to ldap_search_ext_s
returned LDAP_OPERATIONS_ERROR, presumably because the server
return operationsError result code to a search operation.

Beyond that.  There is nothing OpenLDAP specific here.

Kurt