summaryrefslogtreecommitdiffstats
path: root/doc/admin/logicalfile/configuration.rst
blob: 5d633e2291a9910f710728328b0086c7f11fc710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OpenLMI LogicalFile configuration
=================================

Configuration is stored in ``/etc/openlmi/logicalfile/logicalfile.conf``.

Default configuration::

  [LMI_UnixDirectory]
  # Allow user to create directories. (default = True)
  AllowMkdir=True

  # Allow user to remove empty directories. (default = True)
  AllowRmdir=True

  [LMI_SymbolicLink]
  # Allow user to create symbolic links. (default = False)
  AllowSymlink=False

Options and their values are self-explanatory. The example configuration is
complete, meaning that no more sections or options are available.