phpldapadmin/INSTALL

50 lines
1.7 KiB
Plaintext
Raw Normal View History

2009-06-30 08:05:37 +00:00
These instructions assume that you have a working install of:
2009-06-30 08:07:14 +00:00
a. A web server (Apache, IIS, etc).
b. PHP (with LDAP support)
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
* Installing phpLDAPadmin in 4 easy steps:
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
1. Untar the archive (if you're reading this, you already did that).
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 08:07:14 +00:00
* Browser Notes
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
phpLDAPadmin was developed on Mozilla, and will most likely run best thereon.
However, testing has been done on Internet Explorer, and it should work
well also. No testing has been done on either Konqueror (or any khtml-based
browser like Safari) or Opera. If you find a browser incompatibility,
please report it.
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
* Contributors (thank you!)
Project Developers:
- David Smith Maintainer
- Xavier Renard LDIF master
- Nate Rotschafer Release manager
2009-06-30 08:05:37 +00:00
Patch writers:
2009-06-30 08:07:14 +00:00
- Bayu Irawan userPassword hash, html fixes, ldap_modify fixes
- Uwe Ebel short_open_tags fix
- Andrew Tipton SUP support in schema parser
- Eigil Bj<42>rgum UTF-8 support
- Brandon Lederer DNS entry template
2009-06-30 08:05:37 +00:00
Nathan Rotschafer
2009-06-30 08:07:14 +00:00
- Steve Rigler Password hash patch
- Chric Jackson Blowfish and md5crypt passwords
- Marius Rieder Enhanced schema parser
- Nick Burch Many realpath() fixes
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
Translators:
2009-06-30 08:05:37 +00:00
2009-06-30 08:07:14 +00:00
- Uwe Ebel German
- Xavier Renard French
- Dave Smith English ;)
If you can help translate, please join the phpldapadmin-devel mailing list:
https://lists.sourceforge.net/mailman/listinfo/phpldapadmin-devel
2009-06-30 08:05:37 +00:00