web2ldap - standalone.pyThe configuration module for stand-alone mode |
|
Note that these options does not affect anything else than web2ldap/monitor
.
Example for accepting only clients from loopback network:
access_allowed = ['127.0.0.1/255.0.0.0']Example for allowing access to all clients:
access_allowed = ['0.0.0.0/0.0.0.0']