Home
last modified time | relevance | path

Searched refs:password_history (Results 1 – 25 of 68) sorted by relevance

123

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/sys_vars/r/
H A Dpassword_history_basic.result9 @@global.password_history
31 @@global.password_history
35 @@global.password_history
39 @@global.password_history
43 @@global.password_history
47 @@global.password_history
51 @@global.password_history
57 @@global.password_history
62 @@global.password_history
67 @@global.password_history
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/sys_vars/t/
H A Dpassword_history_basic.test41 SELECT @@global.password_history;
77 SELECT @@global.password_history;
80 SELECT @@global.password_history;
83 SELECT @@global.password_history;
142 SET GLOBAL password_history = 1;
146 SET global.password_history = 1;
149 SET @@password_history = 1;
152 SET password_history = 1;
155 SELECT global.password_history;
158 SELECT GLOBAL password_history;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Duser_password_history.test54 SET GLOBAL password_history= 1;
70 SET GLOBAL password_history= default;
116 SET GLOBAL password_history=1;
139 SET GLOBAL password_history=1;
157 SET GLOBAL password_history=1;
291 SET GLOBAL password_history=0;
304 UPDATE mysql.password_history
324 UPDATE mysql.password_history
343 SET GLOBAL password_history=5;
420 UPDATE mysql.password_history
[all …]
H A Dplugin_auth_password_history.test10 SELECT COUNT(*) FROM mysql.password_history WHERE
20 SELECT COUNT(*) FROM mysql.password_history WHERE
28 SELECT COUNT(*) FROM mysql.password_history WHERE
37 SELECT COUNT(*) FROM mysql.password_history WHERE
H A Dsystem_tables_myisam.test276 # mysql.password_history
278 RENAME TABLE mysql.password_history TO mysql.password_history_bkp;
279 CREATE TABLE mysql.password_history ENGINE='MyISAM' AS SELECT * FROM mysql.password_history_bkp;
283 ALTER TABLE mysql.password_history ENGINE='InnoDB',
287 DROP TABLE mysql.password_history;
288 RENAME TABLE mysql.password_history_bkp TO mysql.password_history;
H A Dmysqlpump_bugs.test45 --let $assert_text=Should contain mysql.password_history
47 --let $assert_select=CREATE TABLE `mysql`.`password_history`
H A Drpl_password_history.test26 SELECT COUNT(*) FROM mysql.password_history WHERE
H A Dmysqlpump_long_hostname.test75 SELECT User, Host FROM mysql.password_history WHERE User='pass_hist_user';
142 SELECT User, Host FROM mysql.password_history WHERE User='pass_hist_user';
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Duser_password_history.result42 SET GLOBAL password_history= 1;
57 SET GLOBAL password_history= default;
102 SET GLOBAL password_history=1;
122 SET GLOBAL password_history=1;
138 SET GLOBAL password_history=1;
251 SET GLOBAL password_history=0;
263 UPDATE mysql.password_history
282 UPDATE mysql.password_history
299 SET GLOBAL password_history=5;
365 UPDATE mysql.password_history
[all …]
H A Dplugin_auth_password_history.result10 SELECT COUNT(*) FROM mysql.password_history WHERE
23 SELECT COUNT(*) FROM mysql.password_history WHERE
30 SELECT COUNT(*) FROM mysql.password_history WHERE
40 SELECT COUNT(*) FROM mysql.password_history WHERE
H A Dmysqlpump_bugs.result25 include/assert_grep.inc [Should contain mysql.password_history]
35 CREATE TABLE `mysql`.`password_history` (
H A D1st.result26 password_history
H A Dsystem_tables_myisam.result106 mysql.password_history
108 Storage engine 'MyISAM' does not support system tables. [mysql.password_history]
256 Warning 1726 Storage engine 'MyISAM' does not support system tables. [mysql.password_history]
532 RENAME TABLE mysql.password_history TO mysql.password_history_bkp;
533 CREATE TABLE mysql.password_history ENGINE='MyISAM' AS SELECT * FROM mysql.password_history_bkp;
535 Warning 1726 Storage engine 'MyISAM' does not support system tables. [mysql.password_history]
537 ERROR HY000: Storage engine 'MyISAM' does not support system tables. [mysql.password_history]
538 ALTER TABLE mysql.password_history ENGINE='InnoDB',
541 ERROR HY000: Column count of mysql.password_history is wrong. Expected 4, found 3. The table is pro…
542 DROP TABLE mysql.password_history;
[all …]
H A Drpl_password_history.result15 SELECT COUNT(*) FROM mysql.password_history WHERE
H A Dmysqlcheck.result22 mysql.password_history OK
97 mysql.password_history
169 mysql.password_history OK
237 mysql.password_history
/dports/security/vaultwarden/vaultwarden-1.23.1/migrations/sqlite/2020-08-02-025025_add_favorites_table/
H A Dup.sql44 password_history TEXT, field
52 name, notes, fields, data, password_history, deleted_at)
54 name, notes, fields, data, password_history, deleted_at
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dchpw.c364 uint32_t password_history; member
412 policy.password_history = load_32_be(p); in decode_ad_policy_info()
444 if (policy.password_history) { in decode_ad_policy_info()
450 policy.password_history), in decode_ad_policy_info()
451 policy.password_history); in decode_ad_policy_info()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dchpw.c364 uint32_t password_history; member
412 policy.password_history = load_32_be(p); in decode_ad_policy_info()
444 if (policy.password_history) { in decode_ad_policy_info()
450 policy.password_history), in decode_ad_policy_info()
451 policy.password_history); in decode_ad_policy_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_user_if_exists.result272 # Errors scenarios related to password_history
273 SET @old_password_history= @@GLOBAL.password_history;
274 SET GLOBAL password_history=1;
288 RENAME TABLE mysql.password_history TO mysql.password_history_backup;
292 ERROR 42S02: Table 'mysql.password_history' doesn't exist
295 ERROR 42S02: Table 'mysql.password_history' doesn't exist
298 ERROR 42S02: Table 'mysql.password_history' doesn't exist
300 RENAME TABLE mysql.password_history_backup TO mysql.password_history;
301 SET @@GLOBAL.password_history= @old_password_history;
/dports/security/vaultwarden/vaultwarden-1.23.1/migrations/sqlite/2018-08-27-172114_update_ciphers/
H A Dup.sql3 password_history TEXT;
/dports/security/vaultwarden/vaultwarden-1.23.1/migrations/mysql/2018-08-27-172114_update_ciphers/
H A Dup.sql3 password_history TEXT;
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/samba3/
H A Dpolicy.c36 tdb_fetch_uint32(tdb, "password history", &ret->password_history); in samba3_read_account_policy()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/t/
H A Drpl_user_if_exists.test285 --echo # Errors scenarios related to password_history
287 SET @old_password_history= @@GLOBAL.password_history;
288 SET GLOBAL password_history=1;
324 RENAME TABLE mysql.password_history TO mysql.password_history_backup;
346 RENAME TABLE mysql.password_history_backup TO mysql.password_history;
349 SET @@GLOBAL.password_history= @old_password_history;
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/testdata/samba3/
H A Dverify46 assert(s.policy.password_history == 0);
/dports/security/vaultwarden/vaultwarden-1.23.1/migrations/postgresql/2019-09-12-100000_create_tables/
H A Dup.sql53 password_history TEXT field

123