Desarrollo e implementación de una oficina de información virtual
Development and implentation of an information virtual office
Author
Abascal Crespo, AlejandroDate
2015-10Director/es
Derechos
Atribución-NoComercial-SinDerivadas 3.0 España
Abstract:
RESUMEN: En este trabajo se pretende investigar el funcionamiento de los servicios de directorio y cómo usarlos para localizar información sobre personas o sobre otros objetos como cuentas de usuario, de una organización. Esa información puede estar o no disponible, dependiendo del usuario que intenta obtenerla.
Entre los elementos más destacables de este trabajo se encuentra LDAP, pero… ¿Qué es LDAP?
LDAP corresponde con las siglas del inglés “Lightweight Directory Access Protocol” que hacen referencia a un protocolo que permite el acceso a un servicio de directorio en un entorno de red. Se prueba el uso de cuentas almacenadas en un servidor LDAP remoto, para realizar la autenticación. En el proyecto se desarrolla un servicio web para manejar el servicio de directorio. El servidor de directorio tiene entradas en el árbol de directorio que simula a la universidad, habiendo entradas para Alumnos, Profesores y Asignaturas.
Para el desarrollo del servicio web se investiga el uso de servlets, que son aplicaciones en Java que se ejecutan en la máquina del servidor. El servlet se encarga de gestionar los contenidos del servidor LDAP y de crear las páginas web que muestran dicho contenido.
ABSTRACT: This project´s aim is to research the working process of the directory services and how to use them in order to find information about people or other objects such as user accounts, of an organization. That information may or may not be available, depending on the user trying to reach it. Among the most notable elements on this project, we can find LDAP, but… what is LDAP? LDAP is an acronym that stands for “Lightweight Directory Access Protocol” that references a certain protocol that allows access to a directory service in a network environment. Authentication of stored accounts on a remote LDAP server is tested.
In the project a web service is developed in order to manage the directory service. The directory service has entries on the directory tree that emulates the university, having entries available for Students, Professors and Subjects. Servlets are researched in order to develop the web service; they are Java applications that run in the server´s machine. The servlet is in charge of managing the LDAP server´s contents and creating web pages that show said contents.