ports/net/phpldapadmin098/files/pkg-message.in
Martin Wilke 9cb8c6f736 - Switch to using bsd.ports.options.mk -
- Use USERS and GROUPS functionality, instead of supplying pkg-install
  scripts to create userids.
- Drop some warnings about changes that happened a long time ago now.

PR:		141804 141803
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-12-24 20:50:22 +00:00

21 lines
460 B
Text

%%PKGNAME%% has been installed into:
%%WWWDIR%%
Please edit config.php to suit your needs.
To make phpLDAPadmin available through your web site, I suggest that
you add something like the following to httpd.conf:
Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/"
<Directory "%%WWWDIR%%/htdocs">
Options none
AllowOverride none
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>