DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43577>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43577

           Summary: I'm concerned about apache portability about
                    mod_authnz_ldap
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_authz_ldap
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi, I'm using from time (years) Apache HTTPD rom 1.xxxx to today's release 
2.2.6.

I use it with LDAP support on a LINUX BOX so you'll understand that I COMPILE 
IT (every release 223, 224, 225, 226, ..... what will be).

Under Unix box I use Novell LDAP SDK (mainly) but iPlanet LDAP SDK too (is 
working).

Lately I tried to configure an HTTPD (obviously APACHE HTTPD server) under a 
Win32 Platform.

I took the apache_2.2.6-win32-x86-openssl-0.9.8e.msi from APACHE DOWNLOAD 
Section.

I tried to cut & paste the same httpd.conf used on my unix/linux box.

Is all working but I got some kind of problems while using the mod_  ldap and 
authnz_ldap.

******************** UNDER LINEX ARE WORKING THESE LINES WITH Novell SDK FROM 
YEARS. Under Win32 NO! :(

httpd.conf lines for LDAP:
  AuthType basic
  AuthBasicProvider ldap
  AuthName "*Employes*"
  AuthLDAPUrl ldap://ldap.domain.top:389/OU=xxx,DC=yy?uid?sub NONE
  AuthLDAPBindDN user
  AuthLDAPBindPassword password
  AuthzLDAPAuthoritative off
  AuthLDAPRemoteUserIsDN on
  require valid-user


ERROR.LOG
---------------------------------------
[Tue Oct 09 15:01:39 2007] [notice] Apache/2.2.6 (Win32) configured -- resuming 
normal operations
[Tue Oct 09 15:01:39 2007] [notice] Server built: Sep  5 2007 08:58:56
[Tue Oct 09 15:01:39 2007] [notice] Parent: Created child process 1572
[Tue Oct 09 15:01:39 2007] [debug] mpm_winnt.c(487): Parent: Sent the 
scoreboard to the child
[Tue Oct 09 15:01:40 2007] [info] APR LDAP: Built with Microsoft Corporation. 
LDAP SDK
[Tue Oct 09 15:01:40 2007] [info] LDAP: SSL support unavailable: LDAP: CA 
certificates cannot be set using this method, as they are stored in the 
registry instead.
[Tue Oct 09 15:01:40 2007] [notice] Child 1572: Child process is running
[Tue Oct 09 15:01:40 2007] [debug] mpm_winnt.c(408): Child 1572: Retrieved our 
scoreboard from the parent.
[Tue Oct 09 15:01:40 2007] [info] Parent: Duplicating socket 224 and sending it 
to child process 1572
[Tue Oct 09 15:01:40 2007] [debug] mpm_winnt.c(605): Parent: Sent 1 listeners 
to child 1572
[Tue Oct 09 15:01:40 2007] [debug] mpm_winnt.c(564): Child 1572: retrieved 1 
listeners from parent
[Tue Oct 09 15:01:40 2007] [info] Child 688: Accept thread exiting.
[Tue Oct 09 15:01:40 2007] [notice] Child 688: Released the start mutex
[Tue Oct 09 15:01:40 2007] [notice] Child 1572: Acquired the start mutex.
[Tue Oct 09 15:01:40 2007] [info] Child 688: 250 threads blocked on the 
completion port
[Tue Oct 09 15:01:40 2007] [notice] Child 1572: Starting 250 worker threads.
[Tue Oct 09 15:01:40 2007] [notice] Child 1572: Starting thread to listen on 
port 80.
[Tue Oct 09 15:01:41 2007] [notice] Child 688: Waiting for 250 worker threads 
to exit.
[Tue Oct 09 15:01:41 2007] [notice] Child 688: All worker threads have exited.
[Tue Oct 09 15:01:41 2007] [notice] Child 688: Child process is exiting
[Tue Oct 09 15:01:43 2007] [debug] mod_authnz_ldap.c(376): [client 10.x.x.x] 
[1572] auth_ldap authenticate: using URL ldap://ldap.domain.top:389/O=xxx,c=yy?
uid?sub
[Tue Oct 09 15:01:43 2007] [warn] [client 10.x.x.x] [1572] auth_ldap 
authenticate: user  authentication failed; URI /swd/ [ldap_search_ext_s() for 
user failed][Errore di filtro]
------------------------------------------------------

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to