From 83e93d0544bff4c8cec5fd6df263c1eca12c950e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 Nov 2012 17:00:54 +0100 Subject: [PATCH] Fix FAQ --- faq.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/faq.rst b/faq.rst index c052cd9eab..e4edebad0b 100644 --- a/faq.rst +++ b/faq.rst @@ -1911,6 +1911,15 @@ If you use Apache web server, phpMyAdmin exports information about authentication to the Apache environment and it can be used in Apache logs. Currently there are two variables available: + +``userID`` + User name of currently active user (he does not have to be logged in). +``userStatus`` + Status of currently active user, one of ``ok`` (user is logged in), + ``mysql-denied`` (MySQL denied user login), ``allow-denied`` (user denied + by allow/deny rules), ``root-denied`` (root is denied in configuration), + ``empty-denied`` (empty password is denied). + ``LogFormat`` directive for Apache can look like following: .. code-block:: none