mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
don't consider the password "expired" if authentication is passwordless
This commit is contained in:
8
mysql-test/main/password_expiration_unix_socket.result
Normal file
8
mysql-test/main/password_expiration_unix_socket.result
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# A password cannot expire, if there is no password
|
||||
#
|
||||
create user USER identified via unix_socket;
|
||||
alter user USER password expire;
|
||||
1
|
||||
1
|
||||
drop user USER;
|
Reference in New Issue
Block a user