From 8b1fc57bea8eacd63804fb3c0bfa4f3b618fb968 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 2 Oct 2004 18:43:20 +0000 Subject: [PATCH] made pwdHash help entry more generic --- lam/lib/modules/posixGroup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/posixGroup.inc b/lam/lib/modules/posixGroup.inc index 7a5a0820..6a40dc3b 100644 --- a/lam/lib/modules/posixGroup.inc +++ b/lam/lib/modules/posixGroup.inc @@ -358,7 +358,7 @@ class posixGroup extends baseModule { 'pwdHash' => array( "ext" => "FALSE", "Headline" => _("Password hash type"), - "Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of an user password. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords.")) + "Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of passwords. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords.")) ); return $return;