Ticket #61 (closed enhancement: wontfix)

Opened 20 months ago

Last modified 10 months ago

separating password item in configuration files

Reported by: smoku Owned by: smoku
Priority: major Component: General
Version: 2.1 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

Currently, configuration (on Debian anyway) is through /etc/jabberd2/*.xml. I would like the sensitive fields (passwords, don't know if anything else is sensitive) to be in separate files. This way the whole directory doesn't have to have restrictive permissions and the rest of configuration can be stored in a version control system.

Thanks for listening.


There is XML syntax for doing this, e.g. see http://xml.silmaril.ie/authors/includes/

Haven't tried this with jabberd2 yet though.

Change History

Changed 10 months ago by smoku

  • status changed from new to closed
  • resolution set to wontfix

Implementing this would be pretty useless. Jabberd processes does not run with root privileges, so restricting access to "sensitive fields" would yeld them unreadable for jabberd processes.

Note: See TracTickets for help on using tickets.