Hi,
I am testing with
LDAP auth to an AD. This works well with port 389, but now I want it secure
to I set port 636 (LDAPS).
When I look at the
error.log I see:
[Mon Sep 05 13:51:45
2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user jonkm
authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not
supported][Unknown error]
[Mon Sep 05 13:51:48 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)
[Mon Sep 05 13:51:48 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error]
[Mon Sep 05 13:51:53 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)[Mon Sep 05 13:51:53 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user meander\\jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error][Mon Sep 05 13:51:56 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)[Mon Sep 05 13:51:56 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user meander\\jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error]
[Mon Sep 05 13:51:48 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)
[Mon Sep 05 13:51:48 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error]
[Mon Sep 05 13:51:53 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)[Mon Sep 05 13:51:53 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user meander\\jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error][Mon Sep 05 13:51:56 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.110] [22408] auth_ldap authenticate: using URL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)[Mon Sep 05 13:51:56 2005] [warn] [client 10.10.20.110] [22408] auth_ldap authenticate: user meander\\jonkm authentication failed; URI /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error]
My line in
apache2.conf
AuthLDAPURL ldaps://10.10.20.209:636/dc=corp,dc=meander,dc=nl?sAMAccountName?sub?(objectclass=person)
Anyone know what the
problem is?
Thanx,
Marc