mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
try to fix IS_ROLE
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
parent
92e6cad463
commit
bd721317d2
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@
|
|||
AND c.COLUMN_NAME = 'IS_ROLE'
|
||||
WHERE (u.authentication_string = ''
|
||||
OR u.authentication_string IS NULL)
|
||||
AND (length(password)=0
|
||||
OR password="")
|
||||
AND u.user NOT IN ('mysql.sys',
|
||||
'mysqlxsys',
|
||||
'mariadb.sys')
|
||||
|
|
Loading…
Reference in a new issue