Skip to content

Commit 9ed79d2

Browse files
authored
Merge pull request rundeck#2749 from rundeck/gschueler-patch-2
Fix jetty-all jar version
2 parents fbcf8d8 + ca7dffe commit 9ed79d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/administration/09-authentication.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,20 @@ having the passwords in plaintext within the configuration file.
101101
To accomplish this, you'll need a properly hashed or encrypted
102102
password to use in the config. Pass the
103103
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.
105105

106106
Location:
107107

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`
110110

111111
Use the correct path below.
112112

113113
In this example,
114114
we'll setup a new user named "jsmith", with a password of "mypass":
115115

116116
~~~~~~ {.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
118118
~~~~~~
119119

120120
~~~~~~

0 commit comments

Comments
 (0)