File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,20 @@ having the passwords in plaintext within the configuration file.
101
101
To accomplish this, you'll need a properly hashed or encrypted
102
102
password to use in the config. Pass the
103
103
username and password to the ` Password ` utility which is part of the
104
- ` jetty-all-7.6.0.v20120127 .jar ` file.
104
+ ` jetty-all-9.0.7.v20131107 .jar ` file.
105
105
106
106
Location:
107
107
108
- * Launcher install: ` $RDECK_BASE/server/lib/jetty-all-7.6.0.v20120127 .jar `
109
- * RPM/Deb install: ` /var/lib/rundeck/bootstrap/jetty-all-7.6.0.v20120127 .jar `
108
+ * Launcher install: ` $RDECK_BASE/server/lib/jetty-all-9.0.7.v20131107 .jar `
109
+ * RPM/Deb install: ` /var/lib/rundeck/bootstrap/jetty-all-9.0.7.v20131107 .jar `
110
110
111
111
Use the correct path below.
112
112
113
113
In this example,
114
114
we'll setup a new user named "jsmith", with a password of "mypass":
115
115
116
116
~~~~~~ {.bash }
117
- $ java -cp jetty-all-7.6.0.v20120127 .jar org.eclipse.jetty.util.security.Password jsmith mypass
117
+ $ java -cp jetty-all-9.0.7.v20131107 .jar org.eclipse.jetty.util.security.Password jsmith mypass
118
118
~~~~~~
119
119
120
120
~~~~~~
You can’t perform that action at this time.
0 commit comments