MySLQ is using identified with auth_pam by ... instead of identified with pam using ... like mariadb does

This commit is contained in:
Hubertus Krogmann 2022-09-13 16:37:57 +02:00
commit 1df6442b81
2 changed files with 5 additions and 5 deletions

View file

@ -138,7 +138,7 @@ options:
plugin_auth_string:
description:
- User's plugin auth_string (``CREATE USER user IDENTIFIED WITH plugin BY plugin_auth_string``).
- If I(plugin) is ``pam`` or ``auth_pam`` I(plugin_auth_string) can be used to determine the pam service (``CREATE USER user IDENTIFIED WITH plugin USING plugin_auth_string``).
- MariaDB: If I(plugin) is ``pam`` an optional I(plugin_auth_string) ults in (``CREATE USER user IDENTIFIED WITH plugin USING plugin_auth_string``).
This was chosen because MySQL and MariaDB store the ``USING plugin_auth_string`` part in the ``authentication_string`` column in ``mysql.user``.
type: str
version_added: '0.1.0'