From b3891d221ce11e2cb2184a37231c4a7e9a7c9a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Nov 2012 16:03:15 +0100 Subject: [PATCH] Add some useful things to index --- config.rst | 2 ++ setup.rst | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/config.rst b/config.rst index f32c729165..4050467347 100644 --- a/config.rst +++ b/config.rst @@ -1,3 +1,5 @@ +.. index:: config.inc.php + .. _config: Configuration diff --git a/setup.rst b/setup.rst index f1bfe2d8ed..df7a498886 100644 --- a/setup.rst +++ b/setup.rst @@ -88,6 +88,8 @@ Or, if you prefer to not be prompted every time you log in: For a full explanation of possible configuration values, see the :ref:`config` of this document. +.. index:: Setup script + .. _setup_script: Using Setup script @@ -165,6 +167,11 @@ options which the setup script does not provide. webserver or limit access by web server configuration, see :ref:`faq1_42`. +.. index:: + single: Configuration storage + single: phpMyAdmin configuration storage + single: pmadb + .. _linked-tables: phpMyAdmin configuration storage @@ -221,6 +228,8 @@ configuration storage, you should run the :abbr:`SQL (structured query language)` script found in :file:`examples/upgrade_tables_mysql_4_1_2+.sql`. +.. index:: Authentication modes + .. _authentication_modes: Using authentication modes @@ -308,6 +317,7 @@ What the user may now do is controlled entirely by the MySQL user management system. With HTTP or cookie authentication mode, you don't need to fill the user/password fields inside the :config:option:`$cfg['Servers']`. +.. index:: pair: HTTP; Authentication mode HTTP authentication mode ------------------------ @@ -322,6 +332,7 @@ HTTP authentication mode * See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along with ':abbr:`HTTP (HyperText Transfer Protocol)`' authentication mode. +.. index:: pair: Cookie; Authentication mode Cookie authentication mode -------------------------- @@ -337,6 +348,7 @@ Cookie authentication mode * As mentioned in the section, having the ``mcrypt`` extension will speed up access considerably, but is not required. +.. index:: pair: Signon; Authentication mode Signon authentication mode -------------------------- @@ -347,6 +359,7 @@ Signon authentication mode data. * More details in the section. +.. index:: pair: Config; Authentication mode Config authentication mode --------------------------