document what's missing from the output

This commit is contained in:
Laurent Indermuehle 2023-09-15 15:07:02 +02:00
parent 487036e2ff
commit 2acc3d2a77
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -573,6 +573,10 @@ class MySQL_Info(object):
authentications = get_existing_authentication(self.cursor, user, host)
output_dict.update(authentications)
# TODO password_option
# TODO lock_option
# but both are not supported by mysql_user atm. So no point yet.
output.append(output_dict)
self.info['users_privs'] = output