web2ldap - Configuration

The configuration module directory web2ldapcnf/
General
<Download> <News> <Demo> <Related>
Support
<Commercial> <Feedback> <FAQ>
Documentation
<Features> <Installing> <Configuration> <Compability> <Security> <Changes> <Files> <Roadmap>

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:

__init__.py
Initialization module for the directory module. Simply do not touch this.
misc.py
Options needed in any running-mode.
standalone.py
Options only needed when running as stand-alone web server.
fastcgi.py
Options only needed when running as FastCGI server.
scgi.py
Options only needed when running as SCGI server.
hosts.py
Options specific for certain LDAP hosts.

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.


www.nosoftwarepatents.com