
humbedooh at apache
May 10, 2012, 12:02 AM
Views: 34
Permalink
|
|
svn commit: r1336500 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: core.xml.meta mod_authn_core.html.en mod_authn_core.xml.fr
|
|
Author: humbedooh Date: Thu May 10 07:02:43 2012 New Revision: 1336500 URL: http://svn.apache.org/viewvc?rev=1336500&view=rev Log: xforms Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.meta httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml.fr Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.meta?rev=1336500&r1=1336499&r2=1336500&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.meta (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml.meta Thu May 10 07:02:43 2012 @@ -10,7 +10,7 @@ <variant outdated="yes">de</variant> <variant>en</variant> <variant outdated="yes">es</variant> - <variant outdated="yes">fr</variant> + <variant>fr</variant> <variant outdated="yes">ja</variant> <variant outdated="yes">tr</variant> </variants> Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.html.en?rev=1336500&r1=1336499&r2=1336500&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.html.en Thu May 10 07:02:43 2012 @@ -99,8 +99,8 @@ AuthLDAPBindDN cn=youruser,o=ctx AuthLDAPBindPassword yourpassword AuthLDAPURL ldap://ldap.host/o=ctx - </AuthnProviderAlias> - <AuthnProviderAlias ldap ldap-other-alias> +</AuthnProviderAlias> +<AuthnProviderAlias ldap ldap-other-alias> AuthLDAPBindDN cn=yourotheruser,o=dev AuthLDAPBindPassword yourotherpassword AuthLDAPURL ldap://other.ldap.host/o=dev?cn @@ -114,7 +114,7 @@ Alias /secure /webpages/secure AuthBasicProvider ldap-other-alias ldap-alias1 AuthType Basic - AuthName LDAP_Protected_Place + AuthName "LDAP Protected Place" Require valid-user </Directory> </pre> Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml.fr?rev=1336500&r1=1336499&r2=1336500&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml.fr Thu May 10 07:02:43 2012 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 737588:1334008 (outdated) --> +<!-- English Revision: 737588:1336429 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines -->
|