...
The default internal name of the password file is ecf.passwd, hence the server will by default look for password of name <host>.<port>.ecf.passwd.
The format of the file is the same for both client and server. Is up to the user and server administrator, to set the right permissions on the file.
...
Code Block | ||
---|---|---|
| ||
4.5.0 user1 machine1 3141 sdfrg user2 machine1 3141 ssdft user3 machine1 3141 ggsdsd |
The password file for the server must contain at least one user that matches the host and port of the server, otherwise and error is issued, and server can not be started.
...