From e4e03fdc219f8e171340c0604e12e85bc6ad060b Mon Sep 17 00:00:00 2001 From: Vincent Deffontaines Date: Thu, 26 Dec 2013 13:36:52 +0000 Subject: [PATCH] [trunk][doc] One more

for better readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553481 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_dbd.html.en | 10 ++++++---- docs/manual/mod/mod_authz_dbd.xml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index 717efd6c57..22d5443e2c 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -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 example below.

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 FROM userpages WHERE user = %s"
-

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