From: Eric Covener Date: Tue, 16 Sep 2008 13:50:43 +0000 (+0000) Subject: despite this being mod_ldap and not mod_authnz_ldap, make the examples X-Git-Tag: 2.3.0~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db86d08c0afa0c31173d56fc097500042c255322;p=apache despite this being mod_ldap and not mod_authnz_ldap, make the examples a little more complete/self-contained. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@695883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index bc8515a4cb..05a31e8861 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -104,6 +104,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -243,6 +247,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -262,6 +270,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
Require valid-user
@@ -312,6 +324,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -379,6 +395,10 @@ by other LDAP modules Allow from yourdomain.example.com
LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem
LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index e88c34a563..ea184b427d 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -79,6 +79,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -220,6 +224,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -239,6 +247,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
Require valid-user
@@ -289,6 +301,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user
@@ -356,6 +372,10 @@ by other LDAP modules Allow from yourdomain.example.com
LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem
LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem
+ Satisfy any
+ AuthType Basic
+ AuthName "LDAP Protected"
+ AuthBasicProvider ldap
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
Require valid-user