Changes between Version 12 and Version 13 of Howto_Ldap


Ignore:
Timestamp:
Jan 14, 2011 7:24:14 AM (2 years ago)
Author:
andudi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Ldap

    v12 v13  
    1414If you do not agree with my propositions, help your self to improve your installation! 
    1515 
    16 == Install the LDAP Server == 
    17 To install the OpenLDAP server just install the following packages with your favourite installer: 
    18 - slapd 
    19 - ldap-utils 
    20 - php5-ldap 
    21 (if they are called different on your distro, please let me know) 
    22 E.g. on Debian based systems: 
     16== Installin the LDAP Server == 
     17Install the OpenLDAP following packages (if they are called different on your distro, please let me know): 
     18- slapd : the OpenLDAP server daemon 
     19- ldap-utils : LDAP tools like ldapsearch and ldapadd 
     20- php5-ldap : the PHP bindings later used by Roundcube 
     21 
     22E.g. on Debian based systems do: 
    2323{{{ 
    2424$ sudo apt-get install slapd ldap-utils php5-ldap 
    2525}}} 
    2626 
    27 Depending on your distribution (e.g. on '''Debian Lenny'''), you will be asked during the installation about informations like that: 
    28 - domainname: '''localhost''' 
    29 - organisation: '''Local LDAP Addressbook Server''' 
    30 - administrator password: '''mypasswd'''  
     27Depending on your distribution (e.g. on '''Debian Lenny'''), you will be asked during the installation about: 
     28- domainname : '''localhost''' 
     29- organisation : '''Local LDAP Addressbook Server''' 
     30- administrator password : '''mypasswd'''  
    3131The proposed answers for domainname and organisation fit well with this Howto: if you want to change them you have to know how to adapt the dependecies in the following steps! 
    3232Please change the password to your favorite one!