| 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 == |
| | 17 | Install 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 | |
| | 22 | E.g. on Debian based systems do: |
| 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''' |
| | 27 | Depending 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''' |