/[ludap]/ludap/INSTALL
ViewVC logotype

Diff of /ludap/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mose, Wed Aug 27 23:09:16 2003 UTC revision 1.4 by mose, Thu Oct 30 16:13:57 2003 UTC
# Line 1  Line 1 
1  LuDAP : Lightweight Users Directory Administration Protocol  LuDAP 0.6 : Lightweight Users Directory Administration Protocol
2  $Id$  $Id$
3  Copyright 2003 mose <mose@ludap.org>  Copyright 2003 mose <mose@ludap.org>
4  ------------------------------------------------------------------------  ------------------------------------------------------------------------
# Line 24  _/---------------' Line 24  _/---------------'
24  * PHP 4 compiled --with-ldap  * PHP 4 compiled --with-ldap
25    or with php-ldap module    or with php-ldap module
26    
27  * OpenLDAP 2  * Apache
28    
29    * OpenLDAP 2
30    
31  ___________________  ___________________
32    / Installation  /    / Installation  /
33  _/---------------'  _/---------------'
34    
35  * Change and copy   etc/ludap.conf.dist  * for configuration make executable and run
36                 in   etc/ludap.conf    ./configure
37      You will be prompted for required install variables.
38    
39      Alternatively you can edit configure.mk.dist and use
40      ./configure def
41      then you won't be prompted and default values in
42            configure.mk.dist will apply
43    
44            To just check the list of default vairable, use
45            ./configure dry
46    
47            Those parameters for configure scripts are listed in
48            ./configure help
49    
50    
51    * for installing files, run
52      make all
53      it will copy necessary files at specified places
54    
55    
56    * review the content of etc/ dir and change the schema files
57      accordingly to your context. Especially change ludap.conf
58      that hold the main preferences for ludap.
59    
60    
61    * setup your apache conf so that you can reach the www/ dir
62      for example add
63    
64  * Adapt the files user.schema, group.schema, and *.list    Alias /ludap/ /usr/local/ludap/www/
65    to fit your need.    <Directory  /usr/local/ludap/www/>
66            order deny,allow
67            allow from all
68            </Directory>
69    
 * Edit file www/index.php and change LUDAP_DIR  
70    
71  * Copy www/ dir to a web browsable place  * use your browser and you'll see the light. In case of
72      shadowness, report anything that could ressmble to a bug to
73            http://savannah.nongnu.org/support/?group=ludap
74      (support is not garanteed, if no answer, port to the list
75            http://mail.nongnu.org/mailman/listinfo/ludap-dev-fr
76      (the -fr is there for historical reason, talk in any language)
77    
78    
79  ___________________  ___________________
# Line 47  ___________________ Line 81  ___________________
81  _/---------------'  _/---------------'
82    
83  * Any bugs should be reported as accurately as possible to  * Any bugs should be reported as accurately as possible to
84    mose@ludap.org    mose@ludap.org or to
85            http://savannah.nongnu.org/bugs/?group=ludap
86    
87  * Use groupware development facilities at  * Use groupware development facilities at
88    http://sv.gnu.org/projects/ludap    http://sv.gnu.org/projects/ludap

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26