Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 66ee3de4e0f5806a6536c2ff5a55df91 > files > 4

apache-mod_auth_nds-2.0-15.x86_64.rpm

Changes since version 2.0.1
---------------------------
- ported module for Apache2 API

Changes since version 0.5
-------------------------
- added AuthNDSRequireSSL and AuthNDSFailMessage directives
- extended module config block for EAPI
- added AUTH_USERDN environment var

Changes since version 0.4
-------------------------
- Added AuthNDSUniqueCNs directive
  (enables the caching of name->FDN mappings if you have unique usernames
   in your NDS tree)
- various bugfixes

Changes since version 0.3a
--------------------------
- Internal password cache added (when compiled with EAPI+MM)
- added AuthNDSCacheTimeout directive
- AuthNDSRequirePW now works properly
- Compiles with ncpfs 2.2.0.17
- If module fails to connect to user-specified servers, it no longer
  attempts to find a server on its own.
- Entries in AuthNDSUserFile are no longer case-specific
- require directive + AuthNDSUserFile bugfix

Changes since version 0.3
-------------------------
- CGI handling bug fixed
- Contextless auth. bug fixed

Changes since version 0.2
-------------------------
- AuthNDSServer
  - multiple servers can now be specified, and each one will be tried in
    succession until a connection is made
  - is now inherited from parent directories if not specified
- added AuthNDSExpiredURI directive
- added AuthNDSRequirePW directive
- added AuthNDSContext & AuthNDSContextOverride directives <jwoolley@wlu.edu>
- 'require context' added
- fixes to work with ncpfs > 2.2.0.12

Changes since version 0.1
-------------------------
- added AuthNDSServer directive
- minor documentation changes