diff options
author | André Malo <nd@apache.org> | 2006-02-17 18:44:52 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2006-02-17 18:44:52 +0100 |
commit | 28d729ed44fb85b6cf3ba102d834a6b190baf54a (patch) | |
tree | f32ae54f87bd5549e85b75c5f5d21a0a8680fb22 /docs/manual/howto | |
parent | don't use in configuration code that might be copy and pasted and cannot (diff) | |
download | apache2-28d729ed44fb85b6cf3ba102d834a6b190baf54a.tar.xz apache2-28d729ed44fb85b6cf3ba102d834a6b190baf54a.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/auth.html.en | 62 | ||||
-rw-r--r-- | docs/manual/howto/auth.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/howto/auth.xml.ko | 2 |
3 files changed, 36 insertions, 30 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 93276d8d68..bc45ebab7d 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -468,32 +468,37 @@ person in</a></h2> access is granted. For example the following authorization block would apply the logic:</p> - <p><var> - if ((user == "John") || <br /> - ((Group == "admin") && (ldap-group <ldap-object> contains auth'ed_user) &&<br /> - ((ldap-attribute dept == "sales") || - (file-group contains contains auth'ed_user))))<br /> - then<br /> - auth_granted<br /> - else<br /> - auth_denied<br /> - </var></p> - <div class="example"><p><code> - <Directory /www/mydocs><br /> - Authname ...<br /> - AuthBasicProvider ...<br /> - ...<br /> - Require user John<br /> - <SatisfyAll><br /> - Require Group admins<br /> - Require ldap-group cn=mygroup,o=foo<br /> - <SatisfyOne><br /> - Require ldap-attribute dept="sales"<br /> - Require file-group<br /> - </SatisfyOne><br /> - </SatisfyAll><br /> - </Directory><br /> + # if ((user == "John") ||<br /> + # ((Group == "admin")<br /> + # && (ldap-group <ldap-object> contains auth'ed_user)<br /> + # && ((ldap-attribute dept == "sales")<br /> + # || (file-group contains auth'ed_user))))<br /> + # then<br /> + # auth_granted<br /> + # else<br /> + # auth_denied<br /> + #<br /> + <Directory /www/mydocs><br /> + <span class="indent"> + Authname ...<br /> + AuthBasicProvider ...<br /> + ...<br /> + Require user John<br /> + <SatisfyAll><br /> + <span class="indent"> + Require Group admins<br /> + Require ldap-group cn=mygroup,o=foo<br /> + <SatisfyOne><br /> + <span class="indent"> + Require ldap-attribute dept="sales"<br /> + Require file-group<br /> + </span> + </SatisfyOne><br /> + </span> + </SatisfyAll><br /> + </span> + </Directory> </code></p></div> <p>By default all <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> @@ -564,9 +569,10 @@ person in</a></h2> <div class="example"><p><code> <SatisfyAll><br /> - Reject ip <var>192.101.205</var><br /> - Reject host <var>cyberthugs.com</var> <var>moreidiots.com</var><br /> - Reject host ke<br /> + <span class="indent"> + Reject ip <var>192.101.205</var><br /> + Reject host <var>cyberthugs.com</var> <var>moreidiots.com</var><br /> Reject host ke<br /> + </span> </SatisfyAll> </code></p></div> diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 02acfb2603..caca8d9a5b 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='iso-2022-jp' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 219484:378308 (outdated) --> +<!-- English Revision: 219484:378577 (outdated) --> <!-- Copyright 2003-2005 The Apache Software Foundation or its licensors, diff --git a/docs/manual/howto/auth.xml.ko b/docs/manual/howto/auth.xml.ko index b631f34ccf..00a1dc3a62 100644 --- a/docs/manual/howto/auth.xml.ko +++ b/docs/manual/howto/auth.xml.ko @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='EUC-KR' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?> -<!-- English Revision: 105989:378308 (outdated) --> +<!-- English Revision: 105989:378577 (outdated) --> <!-- Copyright 2004-2005 The Apache Software Foundation or its licensors, |