You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pin Ting <ti...@asia1.com> on 2002/06/12 12:37:56 UTC

authenication problem with windows 2000 domain

Hi,

I have compiled httpd-2.0 and httpd-ldap in the
Solaris 8 system, and added the following example
in the  httpd.conf.  I wanted the user to be
authenicated  by  a windows 2000 domain (ldap)
whenever the user accessed the website (SOLARIS
system).  The httpd service started okay.

example httpd.conf
<Location /server-info>
    SetHandler server-info
    Options Indexes FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
    AuthName "Staff Only"
    AuthType Basic
    AuthLDAPBindDN "cn=USER,dc=xx,dc=xx,dc=xx"
    AuthLDAPBindPassword PASSWORD
    AuthLDAPUrl
ldaps://xx/dc=xx,dc=xx,dc=xx,dc=xx?samAccountName?sub?(objectClass=*)
    require valid-user
</Location>


However, it failed when "ldaps://..." was
configured. It was okay for "ldap://...".

error message from error_log :

[Fri Jun 07 11:58:05 2002] [warn] [client
153.20.200.183] [20538] auth_ldap authenticate:
user USER authentication failed; URI /server-info
[ldap_start_tls_s() failed][Not Supported]


Thanks
Ting Ping Tiong

______________________________________________________________
For the latest news, go to http://www.asia1.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org