Home
last modified time | relevance | path

Searched refs:repl_user (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/rpl/t/
H A Dpassword_expiration.test14 create user 'repl_user' password expire;
15 grant replication slave on *.* to repl_user;
21 CHANGE MASTER TO MASTER_USER= 'repl_user';
33 # force sandbox mode for repl_user
43 DROP USER 'repl_user';
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/rpl/t/
H A Dpassword_expiration.test14 create user 'repl_user' password expire;
15 grant replication slave on *.* to repl_user;
21 CHANGE MASTER TO MASTER_USER= 'repl_user';
33 # force sandbox mode for repl_user
43 DROP USER 'repl_user';
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/rpl/t/
H A Dpassword_expiration.test14 create user 'repl_user' password expire;
15 grant replication slave on *.* to repl_user;
21 CHANGE MASTER TO MASTER_USER= 'repl_user';
33 # force sandbox mode for repl_user
43 DROP USER 'repl_user';
H A Drpl_slave_alias_replica.test34 CREATE USER 'repl_user';
36 GRANT REPLICATION REPLICA on *.* TO repl_user;
42 CHANGE MASTER TO MASTER_USER= 'repl_user';
58 DROP USER 'repl_user';
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/rpl/t/
H A Dpassword_expiration.test14 create user 'repl_user' password expire;
15 grant replication slave on *.* to repl_user;
21 CHANGE MASTER TO MASTER_USER= 'repl_user';
33 # force sandbox mode for repl_user
43 DROP USER 'repl_user';
H A Drpl_slave_alias_replica.test34 CREATE USER 'repl_user';
36 GRANT REPLICATION REPLICA on *.* TO repl_user;
42 CHANGE MASTER TO MASTER_USER= 'repl_user';
58 DROP USER 'repl_user';
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/rpl/r/
H A Dpassword_expiration.result6 create user 'repl_user' password expire;
7 grant replication slave on *.* to repl_user;
11 CHANGE MASTER TO MASTER_USER= 'repl_user';
22 DROP USER 'repl_user';
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/rpl/r/
H A Dpassword_expiration.result6 create user 'repl_user' password expire;
7 grant replication slave on *.* to repl_user;
11 CHANGE MASTER TO MASTER_USER= 'repl_user';
22 DROP USER 'repl_user';
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/rpl/r/
H A Dpassword_expiration.result6 create user 'repl_user' password expire;
7 grant replication slave on *.* to repl_user;
11 CHANGE MASTER TO MASTER_USER= 'repl_user';
22 DROP USER 'repl_user';
H A Drpl_slave_alias_replica.result9 CREATE USER 'repl_user';
11 GRANT REPLICATION REPLICA on *.* TO repl_user;
15 CHANGE MASTER TO MASTER_USER= 'repl_user';
24 DROP USER 'repl_user';
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/rpl/r/
H A Dpassword_expiration.result6 create user 'repl_user' password expire;
7 grant replication slave on *.* to repl_user;
11 CHANGE MASTER TO MASTER_USER= 'repl_user';
22 DROP USER 'repl_user';
H A Drpl_slave_alias_replica.result9 CREATE USER 'repl_user';
11 GRANT REPLICATION REPLICA on *.* TO repl_user;
15 CHANGE MASTER TO MASTER_USER= 'repl_user';
24 DROP USER 'repl_user';
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Ddelete.c165 int repl_user = be_isupdate( op ); in fe_op_delete() local
166 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c298 int repl_user = be_isupdate( op ); in fe_op_add() local
299 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
314 if ( !repl_user ) { in fe_op_add()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Ddelete.c165 int repl_user = be_isupdate( op ); in fe_op_delete() local
166 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c298 int repl_user = be_isupdate( op ); in fe_op_add() local
299 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
314 if ( !repl_user ) { in fe_op_add()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Ddelete.c167 int repl_user = be_isupdate( op ); in fe_op_delete() local
168 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c301 int repl_user = be_isupdate( op ); in fe_op_add() local
302 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
315 if ( !repl_user ) { in fe_op_add()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Ddelete.c167 int repl_user = be_isupdate( op ); in fe_op_delete() local
168 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c301 int repl_user = be_isupdate( op ); in fe_op_add() local
302 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
315 if ( !repl_user ) { in fe_op_add()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Ddelete.c167 int repl_user = be_isupdate( op ); in fe_op_delete() local
168 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c301 int repl_user = be_isupdate( op ); in fe_op_add() local
302 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
315 if ( !repl_user ) { in fe_op_add()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Ddelete.c167 int repl_user = be_isupdate( op ); in fe_op_delete() local
168 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_delete()
H A Dadd.c301 int repl_user = be_isupdate( op ); in fe_op_add() local
302 if ( !SLAP_SINGLE_SHADOW(op->o_bd) || repl_user ) { in fe_op_add()
315 if ( !repl_user ) { in fe_op_add()
/dports/net/kamailio/kamailio-5.4.5/src/modules/dialplan/
H A Ddialplan.h99 int dp_translate_helper(sip_msg_t *msg, str *user_name, str *repl_user,

12