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

Re: [HELP] .htaccess problem



Hmm, I'm not totally sure, because I haven't worked with this in some time and I'm also not sure which LDAP authentication module you are using, but my auth_ldap-1.6.0-4 configuration follows:

AuthType Basic
AuthName Login
AuthLDAPURL ldap://localhost:389/ou=People,dc=yourdomain,dc=org?uid?sub
AllowOverride AuthConfig
require valid-user

Also, this configuration is included in httpd.conf for a <Directory> context. But you should be able to apply it to your case.

Hope that helps.

Eirik

On Monday, April 7, 2003, at 04:14 AM, axacheng wrote:
<snip>
● My .htaccess as follow :

AuthName "For Student to login"
AuthLDAPUrl ldap://192.168.8.8/dc=ezplay,dc=tv?uid?
AuthType Basic

<Limit GET POST>
Order deny,allow
Deny from all
Allow from all
require user test
</Limit>

<snip>


Reply to: