Bug 5851 - tl-config should be able to tell the administrator which configuration parameters that are not at their default setting
Summary: tl-config should be able to tell the administrator which configuration parame...
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on: 2433
Blocks:
  Show dependency treegraph
 
Reported: 2016-04-21 14:37 CEST by Karl Mikaelsson
Modified: 2016-04-26 10:55 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2016-04-21 14:37:33 CEST
With our policy to ship all parameters in our configuration files, it's hard to get an overview over any configuration you've changed from the defaults.

The proposed function is present in both postconf (from Postfix) and doveconf (from Dovecot) and it's a really handy to have in a command line tool that handles configuration.

Example output:

> [root@juno ~]# postconf -n
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> command_directory = /usr/sbin
> config_directory = /etc/postfix
> content_filter = amavis:[127.0.0.1]:10024
> daemon_directory = /usr/libexec/postfix

Note You need to log in before you can comment on or make changes to this bug.