Difference between revisions of "Debian LDAP Client Installation"

From Supercomputación y Cálculo Científico UIS
Line 11: Line 11:
 
  ldap://192.168.66.120
 
  ldap://192.168.66.120
  
3. Configurar la base
+
3. Entering the base
  
 
  dc=uis,dc=edu,dc=co
 
  dc=uis,dc=edu,dc=co
  
4. Configurar la versión del protocolo
+
4. Setting-up the protocol version
  
  Seleccionar 3
+
  select 3
  
5) Configurar que las utilidades de PAM puedan cambiar las contraseñas
+
5. Setting-up pam-utilities to change passwords
  
        Responder Yes
+
Select Yes
  
6) Configurar el acceso a la base de datos
+
6. Database access
  
        Responder No
+
Select No
  
7) Configurar la cuenta de acceso con privilegios a LDAP
+
7. Setting-up account with LDAP access priviledges  Configurar la cuenta de acceso con privilegios a LDAP
  
        cn=admin,dc=uis,dc=edu,dc=co
+
cn=admin,dc=uis,dc=edu,dc=co
  
8) Configurar la contraseña de la cuenta anterior
+
8. Entering the password for said account.

Revision as of 20:02, 1 September 2014

This procedure shows how to create a ldap client installation from packages.

1. First install the required packages:

aptitude -y install libnss-ldap libpam-ldap ldap-utils

An interface is shown at the end of the installation of the packages; In that interface is were the configuration parameters must be entered.

2. Server setup

ldap://192.168.66.120

3. Entering the base

dc=uis,dc=edu,dc=co

4. Setting-up the protocol version

select 3

5. Setting-up pam-utilities to change passwords

Select Yes

6. Database access

Select No

7. Setting-up account with LDAP access priviledges Configurar la cuenta de acceso con privilegios a LDAP

cn=admin,dc=uis,dc=edu,dc=co

8. Entering the password for said account.