On Thu, Dec 08, 2005 at 04:24:21AM -0800, Its Azfar wrote:
> Thanks its working, what about second question.
>
> when I try to create a password by using slappasswd
> utility i get an error.
>
> #slappasswd -h {MD5}
> #Password generation failed for scheme MD5: scheme not
> recognized
>
> I have checked the man for slappasswd but unbale to
> find how to resolve it.
>
{ and } are special shell characters. You need to escape them:
slappasswd -h "{MD5}"
--
:wq Claudio

