From 2595209ce4f817b77a7948970392c91331c3c4e7 Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Thu, 26 Mar 2009 22:28:39 +0000 Subject: Added #408798 by fasdalf@fasdalf.ru : request for windows support windows does not support crypt password hash added support for SHA-1 password hash which is supported by windows. --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.txt b/README.txt index dc79cc1..4bdf410 100644 --- a/README.txt +++ b/README.txt @@ -39,6 +39,17 @@ installed before any user creation. - htgroup file The file that will synchronize the roles. + + - password hashing algorythm + + Let you choose how the password is encrypted/hashed. There are two options + crypt and SHA-1. + Crypt works only on Un*x platforms. SHA-1 shall work on bother Windows + based systems and Un*xes. + + WARNING: changing this value only change the way new or updated password. + You will need to request you users to all change their password + if you want to migrate from only hash to another. - roles -- cgit v1.2.3