diff options
Diffstat (limited to 'www/web2ldap/files/pkg-message.in')
-rw-r--r-- | www/web2ldap/files/pkg-message.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/web2ldap/files/pkg-message.in b/www/web2ldap/files/pkg-message.in new file mode 100644 index 000000000000..85a83325de91 --- /dev/null +++ b/www/web2ldap/files/pkg-message.in @@ -0,0 +1,21 @@ +[ +{ type: install + message: <<EOM +Run: + + service web2ldap onestart + +to start the standalone version of web2ldap. By default it only accepts +connections from localhost, this can be changed by editing configuration +option ``access_allowed'' in the file: + + %%ETCDIR%%/web2ldapcnf/__init__.py + +For configuration suggestions on installing the WSGI version of web2ldap using +apache *instead of the standalone version*, please look at the enclosed +documentation in: + + https://fossies.org/linux/web2ldap/etc/apache2/sample-mod_wsgi.conf +EOM +} +] |