| 1 |
LDAP Address book for Drupal
|
| 2 |
----------------------------
|
| 3 |
|
| 4 |
1. INTRODUCTION
|
| 5 |
|
| 6 |
This module will allow you to maintain an address book with LDAP as
|
| 7 |
backend through Drupal. It is, in a sense, experimental work, so, feedback is
|
| 8 |
most appreciated.
|
| 9 |
|
| 10 |
2. INSTALLATION
|
| 11 |
|
| 12 |
Simply unpack the tarball to your modules/ directory and enable it in
|
| 13 |
the administration panel. Fill in sensible values at the options available
|
| 14 |
at the admin/settings panel. Most of them have descriptions.
|
| 15 |
|
| 16 |
For the time being, this interface will only allow you to add contacts into
|
| 17 |
LDAP folders (directories), later on, we plan to add some administration
|
| 18 |
capabilities into the interface as well. So, if you decide to give your
|
| 19 |
users some private addressbooks, just be sure to create them manually on
|
| 20 |
your server. The module will detect problems in that area automatically
|
| 21 |
and will handle them accordingly.
|
| 22 |
|
| 23 |
3. WARNING
|
| 24 |
|
| 25 |
Be aware that the "writer" DN and password are saved in the database,
|
| 26 |
and that they are sent in clear text between your browser and the
|
| 27 |
webserver (unless, of course, you are using https). After the password is
|
| 28 |
stored in the drupal DB, anyone with access to that database will have
|
| 29 |
access to your password, but it will no longer circulate via the web
|
| 30 |
connection.
|
| 31 |
|
| 32 |
4. TODO
|
| 33 |
|
| 34 |
- There is a todo list on the top of the file ldap_addressbook.module, which
|
| 35 |
can be used for ideas for contributions. I should transplant it here in the
|
| 36 |
near future. Stay tunned.
|
| 37 |
|