Projet

Général

Profil

Paste
Télécharger (1,59 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / INSTALL.txt @ 87dbc3bf

1

    
2
==================================================================================
3
LDAP Installation instructions:
4
==================================================================================
5

    
6
Note:  This does not automatically upgrade for Drupal 6 LDAP Integration Modules.
7
	This functionality may be developed. Some notes are below.
8

    
9
1) Download the whole package of files from
10
   http://drupal.org/project/ldap
11

    
12
2) Upload the LDAP files to the modules directory.
13

    
14
3) Go to admin/build/modules and enable the needed modules from the
15
   Lightweight Directory Access Protocal group.
16

    
17
4) Enable and configure ldap servers and configure at least one server.
18

    
19
5) Enable the other LDAP modules you need.
20

    
21
6) LDAP Help is just for debugging and administrator help.  Use it if you have problems.
22
Disable it in production; it adds no functionality or end user help.
23

    
24
==================================================================================
25
Older PHP versions
26
==================================================================================
27
These modules will NOT work If you are using PHP 4 or any other version less
28
than 5.1.
29

    
30
==================================================================================
31
More documentation is available at:
32

    
33
 http://drupal.org/project/ldap -- project homepage
34
 http://drupal.org/node/997082 - project documentation
35
==================================================================================
36

    
37
Crossgrading:
38

    
39
Drupal 6 ldapauth -> ldap_authentication
40
- get rid of authmap records associated with ldapauth with the following sql:
41
DELETE FROM authmap WHERE module = 'ldapauth'