blob: a7026e39fab96d31ae5acf6c6aaaf4a575b33a17 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 webseal {
3 fe="http://localhost:8181"
4 users = [
5 {
6 userId="cs0008"
7 password="123123a"
8 firstName="Carlos"
9 lastName="Santana"
Michael Landob3d48982017-06-11 14:22:02 +030010 role="Designer"
Michael Landoed64b5e2017-06-09 03:19:04 +030011 email="csantana@sdc.com"
12 },
13 {
14 userId="op0001"
15 password="123123a"
16 firstName="Aretha"
17 lastName="Franklin"
18 role="Ops"
19 email="afranklin@sdc.com"
20 },
21 {
22 userId="jh0003"
23 password="123123a"
24 firstName="Jimmy"
25 lastName="Hendrix"
26 role="Admin"
27 email="admin@sdc.com"
28 },
29 {
30 userId="jm0007"
31 password="123123a"
32 firstName="Johnny"
33 lastName="Depp"
34 role="Tester"
35 email="tester@sdc.com"
36 },
37 {
38 userId="gv0001"
39 password="123123a"
40 firstName="David"
41 lastName="Shadmi"
42 role="Governor"
43 email="governor@sdc.com"
Michael Landoed64b5e2017-06-09 03:19:04 +030044 }
45 ]
46 }
47
48}
49