● 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>
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>
- [HELP] .htaccess problem axacheng
- Re: [HELP] .htaccess problem Andreas Vent-Schmidt
- Re: [HELP] .htaccess problem axacheng
- Re: [HELP] .htaccess problem Cato Aune
- Re: [HELP] .htaccess problem Tinus Nijmeijers
- Re: [HELP] .htaccess problem Tinus Nijmeijers
- eirik dentz

