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

A openldap question!!!



Hello List

i have already used apt-get install libapache-auth-ldap and 

i used the .htaccess to restrict access permission

so that,i made a config for  .htaccess

###BEGIN .htaccess
AuthLDAPAuthoritative on
AuthLDAPUrl ldap://192.168.20.220/
AuthLDAPBindDN cn=root2,dc=localhost
AuthLDAPBindPassword cc4f4
AuthType Basic

<Limit GET POST>
order deny,allow
deny from all
require user cc4f4
</Limit>

###END

my openldap server is 192.168.20.220
openldap adminstrator is root2
openldap adminstrator passwd is cc4f4

NOW,i use IE5.5 browser to connect to my webserver but  LDAP  seems 
NOT WORK.........   might be .htaccess IS NOT fetch adminstrator passwd 
to openldap config file (slapd.conf)

ANY HELPER CAN HELP ME?

-- 
Trust & Unique ... 
axacheng <axanet@ms32.hinet.net>



Reply to: