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>
</Location>
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>
</Location>
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>
</Location>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<br />
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]<br />
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
+ AuthzLDAPAuthoritative off<br />
require valid-user<br />
</indent>
</Location>
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>
</Location>