Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So in the example config.xml file this password file lives in the directory specified as the conf directory (at the top of your config.xml file).

If you wish to use Base64 encoding for your password file, then in the <class> element abive you should specify org.apache.qpid.server.security.auth.database.Base64MD5PasswordFilePrincipalDatabase

The default is:

Code Block
xml
xml
 <conf>${prefix}/etc</conf>

...