Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA5B810754 for ; Thu, 26 Dec 2013 13:37:21 +0000 (UTC) Received: (qmail 80201 invoked by uid 500); 26 Dec 2013 13:37:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80111 invoked by uid 500); 26 Dec 2013 13:37:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 80102 invoked by uid 99); 26 Dec 2013 13:37:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Dec 2013 13:37:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Dec 2013 13:37:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2E1C23888FE; Thu, 26 Dec 2013 13:36:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1553481 - in /httpd/httpd/trunk/docs/manual/mod: mod_authz_dbd.html.en mod_authz_dbd.xml Date: Thu, 26 Dec 2013 13:36:52 -0000 To: cvs@httpd.apache.org From: gryzor@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131226133652.D2E1C23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gryzor Date: Thu Dec 26 13:36:52 2013 New Revision: 1553481 URL: http://svn.apache.org/r1553481 Log: [trunk][doc] One more

for better readability Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.html.en httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.html.en?rev=1553481&r1=1553480&r2=1553481&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authz_dbd.html.en Thu Dec 26 13:36:52 2013 @@ -24,7 +24,8 @@

Apache Module mod_authz_dbd

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -90,8 +91,8 @@ For usage details, see the configuration

Some administrators may wish to implement client-side session management that works in concert with the server-side login/logout capabilities offered by this module, for example, by setting or unsetting -an HTTP cookie or other such token when a user logs in or out. -To support such integration, mod_authz_dbd exports an +an HTTP cookie or other such token when a user logs in or out.

+

To support such integration, mod_authz_dbd exports an optional hook that will be run whenever a user's status is updated in the database. Other session management modules can then use the hook to implement functions that start and end client-side sessions.

@@ -256,7 +257,8 @@ AuthzDBDRedirectQuery "SELECT userpage F
-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
Description:Group Authorization and Login using SQL
Status:Extension