web2ldap - ConfigurationThe configuration module directory web2ldapcnf/ |
|
This document describes the Python module package web2ldapcnf/ which could typically reside in the system configuration directory. You can set configuration options for various aspects.
The configuration module is divided into different sub-modules:
Note:
The configuration itself is a Python module and therefore
you have to provide a syntactically correct module and correct
configuration parameters. You can mess up behaviour of web2ldap
completely by writing sh** into this module.
Please refer to the Python docs on details about the Python syntax itself.
Most times this is not necessary since it is pretty easy to understand.