Commit 0ac7c45b authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Change the example code to use the AuthzLDAPAutoritative directive and remove...

Change the example code to use the AuthzLDAPAutoritative directive and remove the AuthLDAPEnabled directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417838 13f79535-47bb-0310-9956-ffa450edef68
parent 89465b32
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -79,8 +79,8 @@ by other LDAP modules</description>
        Order deny,allow<br />
        Deny from all<br />
        Allow from yourdomain.example.com<br />
        AuthLDAPEnabled on<br />
        AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one<br />
        AuthzLDAPAuthoritative off<br />
        require valid-user<br />
      </indent>
      &lt;/Location&gt;
@@ -209,8 +209,8 @@ by other LDAP modules</description>
        Order deny,allow<br />
        Deny from all<br />
        Allow from yourdomain.example.com<br />
        AuthLDAPEnabled on<br />
        AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
        AuthzLDAPAuthoritative off<br />
        require valid-user<br />
      </indent>
      &lt;/Location&gt;
@@ -229,8 +229,8 @@ by other LDAP modules</description>
        Order deny,allow<br />
        Deny from all<br />
        Allow from yourdomain.example.com<br />
        AuthLDAPEnabled on<br />
        AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS<br />
        AuthzLDAPAuthoritative off<br />
        require valid-user<br />
      </indent>
      &lt;/Location&gt;
@@ -280,9 +280,9 @@ by other LDAP modules</description>
                Order deny,allow<br />
                Deny from all<br />
                Allow from yourdomain.example.com<br />
                AuthLDAPEnabled on<br />
                LDAPTrustedClientCert CERT_NICKNAME &lt;nickname&gt; [password]<br />
                AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
                AuthzLDAPAuthoritative off<br />
                require valid-user<br />
            </indent>
            &lt;/Location&gt;
@@ -346,10 +346,10 @@ by other LDAP modules</description>
                Order deny,allow<br />
                Deny from all<br />
                Allow from yourdomain.example.com<br />
                AuthLDAPEnabled on<br />
                LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem<br />
                LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem<br />
                AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
                AuthzLDAPAuthoritative off<br />
                require valid-user<br />
            </indent>
            &lt;/Location&gt;