Skip to content

Commit

Permalink
Document back an old configuration for hardware auth (feebee/swekey) …
Browse files Browse the repository at this point in the history
…that was removed

Refs:
- added: f5a76ba
- renamed: fdff4d6
- removed: fc6ef26 and ec2bd5d

I documented this back because I found it in the Debian config file and could not figure out what did happen

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 12, 2022
1 parent 4a3c9f3 commit ac8a831
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,27 @@ Server connection settings
"phpMyAdmin " and either :config:option:`$cfg['Servers'][$i]['verbose']` or
:config:option:`$cfg['Servers'][$i]['host']` will be used.

.. _servers_auth_swekey_config:
.. config:option:: $cfg['Servers'][$i]['auth_swekey_config']
:type: string
:default: ``''``

.. versionadded:: 3.0.0.0

This setting was named `$cfg['Servers'][$i]['auth_feebee_config']` and was renamed before the `3.0.0.0` release.

.. deprecated:: 4.6.4

This setting was removed because their servers are no longer working and it was not working correctly.

.. deprecated:: 4.0.10.17

This setting was removed in a maintenance release because their servers are no longer working and it was not working correctly.

The name of the file containing swekey ids and login names for hardware
authentication. Leave empty to deactivate this feature.

.. _servers_user:
.. config:option:: $cfg['Servers'][$i]['user']
Expand Down

0 comments on commit ac8a831

Please sign in to comment.