From 80e50fe725b229ff59c0dab75dda9755f03cbe3a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 9 Aug 2008 11:18:36 +0000 Subject: [PATCH] replaced MHash by Hash --- lam/HISTORY | 2 ++ lam/INSTALL | 1 - lam/docs/devel/login.htm | 2 -- lam/docs/devel/mod_ext.htm | 4 ++-- lam/lib/baseModule.inc | 4 ++-- lam/lib/createntlm.inc | 2 +- lam/lib/modules/sambaAccount.inc | 2 +- lam/lib/modules/sambaSamAccount.inc | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/lam/HISTORY b/lam/HISTORY index e2e5d3a6..4a7d1f4a 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,4 +1,6 @@ August 2008 2.4.0 + - requires PHP 5.1.2 + - MHash dependendy replaced by Hash - save last selected server profile from login page - lamdaemon: allow to specify SSH port - lamdaemon: added Syslog logging diff --git a/lam/INSTALL b/lam/INSTALL index a4dc2cd6..e6149929 100644 --- a/lam/INSTALL +++ b/lam/INSTALL @@ -13,7 +13,6 @@ Installation Instructions for LAM - OpenLDAP (>2.0) - A web browser :-) - MHash is only needed for Samba password hashes. MCrypt will be used to store your LDAP password encrypted in the session file. diff --git a/lam/docs/devel/login.htm b/lam/docs/devel/login.htm index 2a03512a..8211cc57 100644 --- a/lam/docs/devel/login.htm +++ b/lam/docs/devel/login.htm @@ -56,8 +56,6 @@ LAM checks if all needed PHP extensions are installed.