[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Default password for all users
Hi,
I tried it, the password gets imported into the LDAP tree, but does'nt work
with qmail + Qmail LDAP patch. Same story with Squid and Sqwebmail. Is it
possible to do a "global reset" of user passwords through the command line ?
Thanks in advance for the help :-)
Regards,
Michael Fuller
----- Original Message -----
From: "Paul Reilly" <pareilly@tcd.ie>
To: "Michael Fuller" <fullerms@sr.railnet.gov.in>
Cc: <openldap-software@OpenLDAP.org>
Sent: Monday, February 17, 2003 4:18 PM
Subject: Re: Default password for all users
>
> > I am in the process of migrating around 600 users from another
directory,
> > using LDIF files. I want to give a common default CRYPT password to all
> > users. How to do this ?
> >
>
> Decide on the password "sesame" etc, then use 'slappasswd' to generate the
> crypted form:
>
> slappasswd -c {CRYPT}
> Enter password:
> Confirm password:
>
> then take the encrypted value it spits out and put that in your
> generated LDIF for the userPassword field:
>
> userPassword: {CRYPT}/5xf8KK/lkeAA
>
> Of course openldap mustb be configured to build in CRYPT support at
> compile time. This is not the default.
>
> Paul
>