ce6cc2f73c
eyeballed by aja@
20 lines
746 B
Plaintext
20 lines
746 B
Plaintext
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
phpLDAPAdmin has been installed into ${INSTDIR}
|
|
|
|
You should point this to the DocumentRoot of your web-server:
|
|
# ln -s ../phpldapadmin /var/www/htdocs/phpldapadmin
|
|
(make sure you use a relative symlink since Apache is chrooted)
|
|
|
|
Edit ${INSTDIR}/config/config.php to configure phpLDAPAdmin.
|
|
|
|
For jpeg photos to work properly, you must configure the variable
|
|
$config->custom->jpeg['tmpdir'] in config.php.
|
|
|
|
You can ensure you have a working install by accessing:
|
|
http://<localhost>/phpldapadmin/index.php
|