Apache2 Authentifiation with LDAP -


I have & working with lt LDAP Authentification; Directory & gt; But now I need the same with & lt; Location & gt; .

Tasks:

  & lt; Directory / home / foot-bar / & gt; AuthType Basic AuthName "foo bar" AuthBasicProvider ldap AuthLDAPUrl ldap: //www.foo.bar DAV AuthLDAPBindDN cn = admin, DC = AuthLDAPBindPassword foo AuthLDAPGroupAttribute MemberUID AuthLDAPGroupAttributeIsDN requires a valid user lock & lt; / Directory & gt;   

Nothing:

    

service works when I tested with it allow the IP address 1.2.3.4 Oder when I try a password file, but nothing happens (= browser displays pages) when I try ldap authentification

This works:.

  & lt; Location / railwayo -context / & gt; AuthBasicProvider ldap AuthType Basic AuthName "Railo administrator" AuthLDAPURL ldap: // www ...... AuthLDAPBindDN cn = admin, dc = .... AuthLDAPBindPassword ..... need ldap user ..... & lt; / Location & gt;    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -