From 30766c172a7fccd046d51b5690fbc1132b071c52 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 3 Oct 2004 10:53:45 +0000 Subject: [PATCH] added configuration profiles --- lam/docs/devel/config_files.html | 44 ++++++++++++++++++++++++++++++++ lam/docs/devel/index.htm | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 lam/docs/devel/config_files.html diff --git a/lam/docs/devel/config_files.html b/lam/docs/devel/config_files.html new file mode 100644 index 00000000..2af11634 --- /dev/null +++ b/lam/docs/devel/config_files.html @@ -0,0 +1,44 @@ + + + + + Configuration profiles + + + +

Configuration profiles

+
+LAM allows the user to store the configuration settings in profiles. This makes it easy to +manage different LDAP servers. All profile files ae stored in config/ and are named <name>.conf.
+The master configuration file config/config.cfg only stores the +default profile and master password. It has the same file format as the +profiles.
+
+

File format

+LAM allows to store values and comments in the configuration files. +Only one type per line is allowed, it is not possible to mix comments +and values in the same line.
+
+

Settings
+

+<identifier>: <value>
+
+
The first word in the line is taken as identifier for the +setting. It must be followed by a ":" +and a space.
+The rest of the line is taken as the value for this setting.
+
+

Comments

+# Comment
+
+Comments always start with a "#" +as first character and end at the line end. LAM will ignore all lines +starting with a "#".
+ + diff --git a/lam/docs/devel/index.htm b/lam/docs/devel/index.htm index b6ff6e0a..5d1c0eb8 100644 --- a/lam/docs/devel/index.htm +++ b/lam/docs/devel/index.htm @@ -72,7 +72,7 @@ lists
  • Account modules
  • PDF templates
  • Account profiles
  • -
  • Configuration profiles
    +
  • Configuration profiles