diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 08:19:04 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 08:19:04 +0000 |
| commit | 400a59054d8590dcecaf11a5352f2fc93b7da055 (patch) | |
| tree | 18dce37916c2d518c263a9e45dfe783dbfca8e2b /net/phpldapadmin/pkg-message | |
| parent | Upgrade to the latest snapshot. (diff) | |
Add phpldapadmin 0.9.4b, a set of PHP-scripts to administer LDAP
servers over the web.
PR: 66154
Submitted by: Matthew Seaman
Notes
Notes:
svn path=/head/; revision=109194
Diffstat (limited to 'net/phpldapadmin/pkg-message')
| -rw-r--r-- | net/phpldapadmin/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/phpldapadmin/pkg-message b/net/phpldapadmin/pkg-message new file mode 100644 index 000000000000..f820d15624b0 --- /dev/null +++ b/net/phpldapadmin/pkg-message @@ -0,0 +1,17 @@ + + phpLDAPadmin has been installed into: + + %%PREFIX%%/%%WWWDIR%% + + Please copy config.php.example to config.php and edit to suit + your needs. + + To make phpLDAPadmin available through your web site, I suggest + that you add the following to httpd.conf: + + Alias /phpldapadmin/ "%%PREFIX%%/%%WWWDIR%%/" + + You will need a version of PHP with LDAP functionality enabled, + which is not the default. If necessary, enable the 'OPENLDAP' + option in the www/mod_php4 port's configuration screen and + reinstall PHP. |
