<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>G.1. Instalación</title><link rel="stylesheet" href="./estilo.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.64.1" /><link rel="home" href="index.html" title="Integración de redes con OpenLDAP, Samba, CUPS y PyKota" /><link rel="up" href="ldap-account-manager-instalacion-conf.html" title="Apéndice G. Instalación y configuración de LAM (LDAP&#10;&#9;Account Manager)" /><link rel="previous" href="ldap-account-manager-instalacion-conf.html" title="Apéndice G. Instalación y configuración de LAM (LDAP&#10;&#9;Account Manager)" /><link rel="next" href="ldap-account-manager-configuracion.html" title="G.2. Configuración" /><meta xmlns="http://www.w3.org/TR/xhtml1/transitional" name="generator" content="Experimental LDP.XSL $Revision: 1.3 $"></meta>
  <!-- Generated by LDP XSLT customization layer
      based on Norman Walsh's DocBook XSL stylesheets.
      More information at http://www.linuxdoc.org/ -->
  </head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">G.1. Instalación</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ldap-account-manager-instalacion-conf.html">Anterior</a> </td><th width="60%" align="center">Apéndice G. Instalación y configuración de LAM (LDAP
	Account Manager)</th><td width="20%" align="right"> <a accesskey="n" href="ldap-account-manager-configuracion.html">Siguiente</a></td></tr></table><hr /></div><div class="sect1" lang="es" xml:lang="es"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="ldap-account-manager-instalacion"></a>G.1. Instalación</h2></div></div><div></div></div><p><span class="acronym">LAM</span> es un frontend web para la administración de usuarios
	para cuentas unix y Samba dentro de un directorio <span class="acronym">LDAP</span>. Su
	descripción es la siguiente:</p><div class="example"><a id="ldap-account-manager-descripcion"></a><p class="title"><b>Ejemplo G.1. Descripción de <span class="acronym">LAM</span></b></p><table xmlns="http://www.w3.org/TR/xhtml1/transitional" border="0" bgcolor="#E0E0E0" width="90%"><tr><td><pre class="screen"><tt class="prompt">$</tt> <b class="userinput"><tt>/usr/bin/apt-cache show ldap-account-manager</tt></b>
<tt class="computeroutput">Package: ldap-account-manager
Version: 0.4.6-1
Priority: extra
Section: web
Maintainer: Roland Gruber &lt;post@rolandgruber.de&gt;
Depends: php4 | php4-cgi, php4-ldap, apache | apache-ssl | httpd, <a id="lam-dependencias1"></a><img src="./imagenes/callouts/1.png" alt="1" border="0"></img>
perl, wwwconfig-common, debconf <a id="lam-dependencias2"></a><img src="./imagenes/callouts/2.png" alt="2" border="0"></img>
Recommends: php4-mhash
Suggests: ldap-server, sudo, php4-mcrypt
Conflicts: php4-apc
Architecture: all
Filename: ./pool/main/l/ldap-account-manager/ldap-account-manager_0.4.6-1_all.deb
Size: 405162
Installed-Size: 2208
MD5sum: 0e2c3ae43a1b29c23df2be92cca72219
Description: Webfrontend for managing Unix and Samba accounts in a LDAP directory
 LDAP Account Manager (LAM) runs on an existing webserver. LAM
 supports LDAP connections via SSL and TLS. It uses the
 Samba 2.x or Samba 3 schema and manages user, group and host
 accounts. You can use templates for account creation and use
 multiple configuration profiles. Account information can be
 exported as PDF file. There is also a script
 included which manages quota and homedirectories, you have to
 setup sudo if you want to use it. LAM is translated to
 English, French, German, Hungarian and Japanese.
 .
 Homepage: http://lam.sourceforge.net/
origin: debian
</tt></pre></td></tr></table><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#lam-dependencias1"><img src="./imagenes/callouts/1.png" alt="1" border="0" /></a> <a href="#lam-dependencias2"><img src="./imagenes/callouts/2.png" alt="2" border="0" /></a> </td><td valign="top" align="left"><p>Como se puede apreciar en las dependencias de este paquete, es necesario
			tener instalado tanto <i class="emphasis">php4</i> como <i class="emphasis">apache</i>,
			entre otros. Estas dependencias se supondrán satisfechas y correctamente configuradas.</p></td></tr></table></div></div><p>La manera de instalar este software se muestra a continuación:</p><div class="example"><a id="ldap-account-manager-ejemplo-instalacion"></a><p class="title"><b>Ejemplo G.2. Instalación de <span class="acronym">LAM</span></b></p><table xmlns="http://www.w3.org/TR/xhtml1/transitional" border="0" bgcolor="#E0E0E0" width="90%"><tr><td><pre class="screen"><tt class="prompt">#</tt> <b class="userinput"><tt>/usr/bin/apt-get install ldap-account-manager</tt></b>
<tt class="computeroutput">Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Se instalarán los siguientes paquetes NUEVOS:
  ldap-account-manager
0 actualizados, 1 se instalarán, 0 para eliminar y 0 no actualizados.
Se necesita descargar 0B/405kB de archivos.
Se utilizarán 2261kB de espacio de disco adicional después de desempaquetar.
Preconfiguring packages ...
--------------------- Sourcerer Apt Watcher ---------------------
Configure: ldap-account-manager
-----------------------------------------------------------------
Seleccionando el paquete ldap-account-manager previamente no seleccionado.
(Leyendo la base de datos ...
273818 ficheros y directorios instalados actualmente.)
Desempaquetando ldap-account-manager (de .../ldap-account-manager_0.4.6-1_all.deb) ...
Configurando ldap-account-manager (0.4.6-1) ...
</tt></pre></td></tr></table></div><p>El proceso de instalación se ha finalizado, la siguiente sección está dedicada a la
	configuración de la herramienta.</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ldap-account-manager-instalacion-conf.html">Anterior</a> </td><td width="20%" align="center"><a accesskey="u" href="ldap-account-manager-instalacion-conf.html">Subir</a></td><td width="40%" align="right"> <a accesskey="n" href="ldap-account-manager-configuracion.html">Siguiente</a></td></tr><tr><td width="40%" align="left" valign="top">Apéndice G. Instalación y configuración de LAM (LDAP
	Account Manager) </td><td width="20%" align="center"><a accesskey="h" href="index.html">Inicio</a></td><td width="40%" align="right" valign="top"> G.2. Configuración</td></tr></table></div></body></html>
