[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:44638] sargeにてapacheのLDAP認証が不可



石川です。

揚題の件woodyでは動作していたのですが、
sargeに変更した所認証が正常に動作しなくなってしまいました。

関連するファイルは以下のファイルを抜粋してみましたので
なにか問題等が判りましたら指摘願います。

$ dpkg -l|grep apac
ii  apache         1.3.33-6sarge1 versatile, high-performance HTTP server
ii  apache-common  1.3.33-6sarge1 support files for all Apache webservers
ii  apache-dev     1.3.33-6sarge1 development kit for the Apache webserver
ii  apache-doc     1.3.33-6sarge1 documentation for the Apache webserver
ii  apache-utils   1.3.33-6sarge1 utility programs for webservers (transitiona
ii  apache2-utils  2.0.54-5       utility programs for webservers
ii  libapache-auth 1.6.0-8        LDAP authentication module for Apache
ii  libapache-mod- 1.1.1-8        Apache module to authenticate web access usi
ii  libapache-mod- 4.3.10-16      server-side, HTML-embedded scripting languag
ii  libapache-mod- 2.8.22-1       Strong cryptography (HTTPS support) for Apac



access.conf(抜粋)

Alias /hoge /home/hoge

<Directory /home/hoge>
require                 valid-user
Options Indexes FollowSymLinks
AuthName "Basic - LDAP"
AuthType basic
<IfModule mod_auth_ldap.c>
    AuthLDAPAuthoritative   On
    AuthLDAPBindDN  "dc=hoge,dc=co,dc=jp"
    LDAP_Server localhost
    LDAP_Port   389
    UID_Attr    uid
    Base_DN "dc=hoge,dc=co,dc=jp"
    LDAP_StartTLS   Off
    AuthLDAPUrl ldap://localhost:389/ou=People,dc=hoge,dc=co,dc=jp?uid?sub?(objectclass=posixAccount)
</IfModule>
</Directory>