diff --git a/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml b/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml index f7037bc0ca641b78f2710ad516fa23338878ccca..b5be13938fde55dc2111ae37b709ac8e3710f18e 100644 --- a/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml +++ b/domismp-tests/domismp-docker/compose/domismp-tomcat-mysql/eulogin/init-data/userDataBase.xml @@ -30,9 +30,24 @@ <strongPasswordHash>123456</strongPasswordHash> <passwordLastChangedTime></passwordLastChangedTime> <uid>user01</uid> - <cudGroups>DIGIT_SMP_ADMIN</cudGroups> + <cudGroups>DIGIT_SMP_USER</cudGroups> + </user> + <user> + <authenticationCount>1</authenticationCount> + <badAuthenticationCount>0</badAuthenticationCount> + <email>Wade.WILSON@dummy-mail-not-exists.eu</email> + <firstName>Wade</firstName> + <goodAuthenticationCount>1</goodAuthenticationCount> + <lastName>Wilson</lastName> + <objectStatus>a</objectStatus> + <organisation>eu.europa.ec</organisation> + <organisationUsername>user02</organisationUsername> + <passwordChangeDn>uid=smp,ou=people,dc=commission,dc=europa,dc=eu</passwordChangeDn> + <strongPasswordHash>123456</strongPasswordHash> + <passwordLastChangedTime></passwordLastChangedTime> + <uid>user02</uid> + <cudGroups>DIGIT_SMP_USER</cudGroups> </user> - <user> <authenticationCount>1</authenticationCount> <badAuthenticationCount>0</badAuthenticationCount>