Skip to content

Commit 40b0fc6

Browse files
committed
SWITCHYARD-2574 Correct steps for adding of a user on EAP/Wildfly
1 parent 695d091 commit 40b0fc6

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

bpel-jms-binding/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ EAP
1919

2020
2. Create an application user:
2121

22-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
22+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2323

2424
3. Build and deploy the quickstart
2525

@@ -41,7 +41,7 @@ Wildfly
4141

4242
2. Create an application user:
4343

44-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
44+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
4545

4646
3. Build and deploy the quickstart
4747

camel-jms-binding/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EAP
1818

1919
2. Create an application user:
2020

21-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
21+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2222

2323
3. Build and deploy the quickstart
2424

@@ -43,7 +43,7 @@ Wildfly
4343

4444
2. Create an application user:
4545

46-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
46+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
4747

4848
3. Build and deploy the quickstart
4949

demos/multiApp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Consult the README.md in each individual project for more info.
1919

2020
2. Create an application user:
2121

22-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
22+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2323

2424
3. Build and deploy the quickstart
2525

demos/policy-security-basic/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ JBoss AS 7
1313

1414
1. Create an application user:
1515

16-
${AS}/bin/add-user.sh --user kermit --password the-frog-1 --realm ApplicationRealm --group friend
16+
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
1717

1818
2. Start JBoss AS in standalone mode:
1919

demos/policy-security-wss-username/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Running the quickstart
1010

1111
1. Create an application user:
1212

13-
${AS}/bin/add-user.sh --user kermit --password the-frog-1 --realm ApplicationRealm --group friend
13+
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
1414

1515
2. Start JBoss AS in standalone mode:
1616
${AS}/bin/standalone.sh

demos/policy-transaction/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Running the quickstart
2525

2626
2. Create an application user:
2727

28-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
28+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2929

3030
3. Build and deploy the quickstart
3131

demos/security-propagation/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Running the quickstart
1414

1515
1. Create an application user:
1616

17-
${AS}/bin/add-user.sh --user kermit --password the-frog-1 --realm ApplicationRealm --group friend
17+
${AS}/bin/add-user.sh -a --user kermit --password the-frog-1 --group friend
1818

1919
2. Start JBoss AS in standalone mode:
2020

ear-deployment/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EAP
2727

2828
2. Create an application user:
2929

30-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
30+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
3131
3232
3. Build and deploy the EAR
3333

@@ -50,7 +50,7 @@ Wildfly
5050

5151
2. Create an application user:
5252

53-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
53+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
5454

5555
3. Build and deploy the EAR
5656

jca-inflow-hornetq/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EAP
2222

2323
2. Create an application user:
2424

25-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
25+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
2626

2727
3. Build and deploy the quickstart
2828

@@ -47,7 +47,7 @@ Wildfly
4747

4848
2. Create an application user:
4949

50-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
50+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
5151

5252
3. Build and deploy the quickstart
5353

jca-outbound-hornetq/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EAP
1515

1616
2. Create an application user:
1717

18-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
18+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
1919

2020
3. Build and deploy the quickstart
2121

@@ -40,7 +40,7 @@ Wildfly
4040

4141
2. Create an application user:
4242

43-
${AS}/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
43+
${AS}/bin/add-user.sh -a --user guest --password guestp.1 --group guest
4444

4545
3. Build and deploy the quickstart
4646

0 commit comments

Comments
 (0)