hubiongithub

Results 15 comments of hubiongithub

Hello @toonvd from the actual code in module_utils/user.py (in branch main) I would say the code would exactly try this alter user. (and if it fails because of the empty...

Hello I try to connect MariaDB to pam (https://mariadb.com/kb/en/authentication-plugin-pam) . To use a specific pam service you can create a user like: create user user@host IDENTIFIED WITH/VIA pam USING 'pam_service_name';...

Hello we probably need an additional parameter "plugin_auth_service_string" which if set is added to the create user user@host IDENTIFIED WITH/VIA pam USING 'pam_service_name'; I looked in modules/mysql_user.py and module_utils/user.py, and...

Pull Request: deleted This may need a lot more changes to the parts that check existing user ... as mariadb stores the information about the "using" part in `IDENTIFIED WITH...

Hello I'm stuck here, it tries to check things, it says 4 failing, but on what, and how can I fix those? I need help. @Andersson007 can you have a...

Hello again new plugin, same problem, if I user ed25519 as plugin for mariadb I get `You have an error in your SQL syntax; check the manual that corresponds to...

Hello again > new plugin, same problem, if I user ed25519 as plugin for mariadb I get `You have an error in your SQL syntax; check the manual that corresponds...

Hello @laurent-indermuehle I see "Plugins CI / Sanity (Ansible: stable-2.12) (pull_request) Failing after 1m" has failed, in details I see at last 3 errors ``` Running sanity test "ansible-doc" Run...

@laurent-indermuehle oh, ok, removed the ":" lets see what else might geht wrong. Thanks for looking into it.

Hello @laurent-indermuehle on the github website it now says: All checks have passed but I still get emails with: Roles CI / Molecule (Python: 3.6, Ansible: stable-2.11, MySQL: 2.0.12) Failed...