...
Code Block | ||
---|---|---|
| ||
4.5.0 # this is the version number # comment # <user> <host> <port> <passwd> fred machine1 31423141 xydd5j fred machine2 31423141 xydd5j fred machine3 31423141 xydd5jggg |
This format allows the same file to be used for multiple servers.
Code Block | ||
---|---|---|
| ||
4.5.0 user1 machine1 3141 sdfrg user2 machine1 3141 ssdft user3fred machine1 3141 ggsdsdxydd5j |
The password file for the server must contain at least one user that matches the host and port of the server, otherwise, an error is issued, and the server can not be started.
...