Download List

專案描述

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.

2009-11-28 12:07 Back to release list
1.1.17

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.

Project Resources