On Thu, May 31, 2001 at 12:01:22AM +0200, Tomasz Misterka wrote:
> Hi,
> 
> When I gave any user password longer than eight digits, the user can enter
> the base with only first eight digits of the password.
>  
> Is there any possibility to have longer password?

It looks like it uses the standard unix crypt() function, which is
traditionally limited to 8 characters.

The file doc/TODO lists a future enhancement to support md5 hashes (and
longer passwords).  Perhaps you could contribute some code to that end?

mrc
-- 
     Mike Castle      [EMAIL PROTECTED]      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to