2009-06-30 08:09:20 +00:00
|
|
|
For install instructions in non-English languages, see the files
|
|
|
|
in the "doc" directory.
|
2009-06-30 08:05:37 +00:00
|
|
|
|
2009-06-30 08:09:20 +00:00
|
|
|
* Requirements
|
2009-06-30 08:05:37 +00:00
|
|
|
|
2009-06-30 08:09:20 +00:00
|
|
|
phpLDAPadmin requires the following:
|
|
|
|
a. A web server (Apache, IIS, etc).
|
|
|
|
b. PHP 4.1.0 or newer (with LDAP support)
|
|
|
|
|
|
|
|
* To install
|
|
|
|
|
|
|
|
1. Unpack the archive (if you're reading this, you already did that).
|
2009-06-30 08:07:14 +00:00
|
|
|
2. Put the resulting 'phpldapadmin' directory somewhere in your webroot.
|
|
|
|
3. Copy 'config.php.example' to 'config.php' and edit to taste.
|
|
|
|
4. Then, point your browser to the phpldapadmin directory.
|
2009-06-30 08:05:37 +00:00
|
|
|
|
2009-06-30 09:22:30 +00:00
|
|
|
* For additional help
|
2009-06-30 08:05:37 +00:00
|
|
|
|
2009-06-30 08:09:20 +00:00
|
|
|
See the files in the "doc" directory.
|
|
|
|
Join our mailing list:
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
|
2009-06-30 09:22:30 +00:00
|
|
|
|
|
|
|
* Platform specific notes
|
|
|
|
|
|
|
|
* OpenBSD with chroot'ed Apache:
|
|
|
|
|
|
|
|
For jpeg photos to work properly, you must do this:
|
|
|
|
# mkdir /var/www/tmp, and then
|
|
|
|
# chown root:daemon /var/www/tmp
|
|
|
|
# chmod 1755 /var/www/tmp
|
|
|
|
Where tmp is the $jpeg_temp_dir configured in config.php
|
|
|
|
|
|
|
|
* Windows
|
|
|
|
|
|
|
|
For jpeg photos to work properly, be sure to change $jpeg_temp_dir
|
|
|
|
from "/tmp" to "c:\\temp" or similar.
|
|
|
|
|