Fix reference to auth_type config option
This commit is contained in:
parent
134e9e6bbf
commit
92f3afbb8e
@ -344,9 +344,12 @@ Signon authentication mode
|
||||
application to authenticate to phpMyAdmin.
|
||||
* The other application has to store login information into session
|
||||
data.
|
||||
* More details in the section.
|
||||
|
||||
.. seealso:: :config:option:`$cfg['Servers'][$i]['SignonSession']` :config:option:`$cfg['Servers'][$i]['SignonScript']` :config:option:`$cfg['Servers'][$i]['SignonURL']`
|
||||
.. seealso::
|
||||
:config:option:`$cfg['Servers'][$i]['auth_type']`,
|
||||
:config:option:`$cfg['Servers'][$i]['SignonSession']`,
|
||||
:config:option:`$cfg['Servers'][$i]['SignonScript']`,
|
||||
:config:option:`$cfg['Servers'][$i]['SignonURL']`
|
||||
|
||||
|
||||
.. index:: pair: Config; Authentication mode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user