Hi Martin,

I think you should use {crypt}, and not {CRYPT}, due to some code we
have in the server :

...
            if ( "crypt".equals( algorithm ) )
...

This is a _bad_ piece of code, and will be fixed to :

...
            if ( "crypt".equalsignorecase( algorithm ) )
...

Now, we may have the opposite pb in Studio.

I gonna check that.

Can you fill a JIRA ?

Thanks !

On 10/10/07, Martin Schuster (IFKL IT OS DSM CD)
<[EMAIL PROTECTED]> wrote:
> I have a lot entries where the userPassword starts with
> {crypt} (instead of the uppercase {CRYPT}).
>
> DirectoryStudio tells me
> Hash Method: Unsupported hash method
>
> Is this a bug in DS, or should I convert the start of
> all userPassword attributes to uppercase {CRYPT}?
>
> tia,
> --
> Martin Schuster
> Infineon Technologies IT-Services GmbH
>
> Tel: +43 5 1777 3517
> [EMAIL PROTECTED]
>
> Postadresse:
> Lakeside B05
> 9020 Klagenfurt, Austria
> FB: LG Klagenfurt, FN 246787y
>
> VISIT US AT http://www.infineon.com/austria
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to