Re: A openldap question!!!

2002-03-20 Thread axacheng
Forwarded by axacheng <[EMAIL PROTECTED]> --- Original Message --- From:axacheng <[EMAIL PROTECTED]> To: "Kurc, Marcin A." <[EMAIL PROTECTED]> Date:Wed, 20 Mar 2002 22:29:06 +0800 Subject: Re: A openld

Re: A openldap question!!!

2002-03-20 Thread Jeremy T. Bouse
On Wed, Mar 20, 2002 at 05:03:48PM +0800, axacheng wrote: > ###BEGIN .htaccess > AuthLDAPAuthoritative on > AuthLDAPUrl ldap://192.168.20.220/ > AuthLDAPBindDN cn=root2,dc=localhost > AuthLDAPBindPassword cc4f4 > AuthType Basic > > > order deny,allow > deny from all > require user cc4f4 > > > #

RE: A openldap question!!!

2002-03-20 Thread Kurc, Marcin A.
No wonder it doesn't work, first of all you DENIED everyone and ALLOW nobody. Also, your AuthLDAPUrl is incorrect. I don't understand why you are log in as admin to do basic authentication. You don't need that, and if you really have to login as admin encrypt your password. btw AuthLDAPAuthoritativ