blob: 7065725ab176afbfbc49488f5a8b99533301b3d7 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 webseal {
Michael Landoa5445102018-03-04 14:53:33 +02003 fe="http://10.0.2.15:8181"
Michael Landoed64b5e2017-06-09 03:19:04 +03004 users = [
5 {
Michael Landoa5445102018-03-04 14:53:33 +02006 userId="m08740"
Michael Landoed64b5e2017-06-09 03:19:04 +03007 password="123123a"
8 firstName="Carlos"
9 lastName="Santana"
Michael Landob3d48982017-06-11 14:22:02 +030010 role="Designer"
Michael Landoa5445102018-03-04 14:53:33 +020011 email="csantana@sdc.com"
12 },
Michael Landoed64b5e2017-06-09 03:19:04 +030013 {
14 userId="op0001"
15 password="123123a"
16 firstName="Aretha"
17 lastName="Franklin"
18 role="Ops"
Michael Landoa5445102018-03-04 14:53:33 +020019 email="afranklin@sdc.com"
Michael Landoed64b5e2017-06-09 03:19:04 +030020 },
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 Landoa5445102018-03-04 14:53:33 +020044 },
45 {
46 userId="pm0001"
47 password="123123a"
48 firstName="Teddy"
49 lastName="Isashar"
50 role="Product Manager"
51 email="pm1@sdc.com"
52 },
53 {
54 userId="ps0001"
55 password="123123a"
56 firstName="Eden"
57 lastName="Rozin"
58 role="Product Strategist"
59 email="ps1@sdc.com"
Michael Landoed64b5e2017-06-09 03:19:04 +030060 }
61 ]
62 }
Michael Landoed64b5e2017-06-09 03:19:04 +030063
Michael Landoa5445102018-03-04 14:53:33 +020064}