Download List

Descripción del Proyecto

mod_ldap_userdir is an Apache module that enables
Apache to look up user home directories from an
LDAP directory, in order to serve UserDir
(~username) URLs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-07-12 12:07
1.1.18

Esta versión elimina el apoyo Apache 1.3.x, por lo que el sistema de construcción más confiable.
This release removes Apache 1.3.x support, making the build system more reliable.

2009-11-28 12:07
1.1.17

Este comunicado implementa un mecanismo de conmutación por error interno en lugar de confiar en el SDK de LDAP incorporado de conmutación por error (si existe). Se fija una regresión de conmutación por error introducido en v1.1.13 cuando ldap_initialize () se ha utilizado por primera vez. Múltiples argumentos URL LDAP ahora se puede pasar a LDAPUserDirServerURL. Hay una solución de portabilidad: esta versión no uso ldap_initialize () y ldap_unbind_ext_s () a menos que esté en contra de los correspondientes versiones del SDK de OpenLDAP. La documentación se ha actualizado para mencionar el uso "." (el directorio actual) al directorio home del usuario en sí debe ser expuesto en lugar de un subdirectorio debajo de ella.
This release implements an internal failover mechanism instead of relying on the LDAP SDK's built-in failover (if any). It fixes a failover regression introduced in v1.1.13 when ldap_initialize() was first used. Multiple LDAP URL arguments may now be passed to LDAPUserDirServerURL. There is a portability fix: this release will not use ldap_initialize() and ldap_unbind_ext_s() unless it is building against the corresponding versions of the OpenLDAP SDK. The documentation has been updated to mention using "." (the current directory) when the user's home directory itself should be exposed instead of a subdirectory below it.

2008-10-10 03:08
1.1.14

Este lanzamiento corrige un error de segmentación.
Tags: Stable, Minor bugfixes
This release fixes a segfault.

2008-10-09 03:22
1.1.13

Tags: Stable, Minor bugfixes

2006-05-04 18:11
1.1.10

Apache 2.2 apoyo, refinado LDAP a través de apoyo a TLS, Sun / Solaris soporte LDAP SDK, y un mejor control de la cordura del valor de tiempo de espera.
Tags: Stable, Minor bugfixes
Apache 2.2 support, refined LDAP over TLS support, Sun/Solaris LDAP SDK support, and better sanity checking of the timeout value.

Project Resources