18 lines
685 B
Text
18 lines
685 B
Text
|
+-----------------------------------------------------------------------
|
||
|
| Running ${PKGSTEM} 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
|