[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How to let users change their passwords?
- To: Buchan Milne <bgmilne@staff.telkomsa.net>
- Subject: Re: How to let users change their passwords?
- From: Steven Truong <midair77@gmail.com>
- Date: Tue, 27 Jul 2010 10:04:28 -0700
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=YSvabWUJt+V67XSK//ftM3FBybqnlYzbKMONmoaA99s=; b=I+NBTZlSrEI7FqlBCE9lmMIP0JBoDN5mh4gTkUCXUMdi5v97wshDD++LRE9VL+mJGx WtJenyrm21RiPl4Y5bnDG08QdB0oMpNmIwh46901+TroTLAbr5j+fjsI27nS8aDXzpAv g8njnB9yBvgdz7l6b1ooXig17aBdVbKSq6c9E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wOFYQqjMr1fLXXZWlH6Yhpg2uqzo31bN9rUIdQanAgQaLXtdsxZB4EgoS18iL5zStN T+DkCHayxhrO3mIVghlrhr3wi7i9VDVdD3K7/T7MsDZCIA6f0wrcAEqzPrOOkAD9c+3Y XtgRdVT0Qo5gqOWTinadGZCMjhKr8TnC/frQs=
- In-reply-to: <201007271622.40183.bgmilne@staff.telkomsa.net>
- References: <AANLkTi=acrxqFP3mn9vAuxCuHiCzd8YWcvu44bm4qWNg@mail.gmail.com> <201007271622.40183.bgmilne@staff.telkomsa.net>
On Tue, Jul 27, 2010 at 8:22 AM, Buchan Milne
<bgmilne@staff.telkomsa.net> wrote:
> On Friday, 23 July 2010 21:49:36 Steven Truong wrote:
>> Dear, all. I have been searching low and high for a tool that can let
>> users to change their passwords in 389 DS or OpenLDAP? I think there
>> is a real need for such a tool and I hope that people already wrote
>> such a tool...
>>
>> Please share your ways of how you allow your users to change their
>> passwords or other setup/architecture that allow this function.
>>
>> Beside that, I also recommend Apache Studio as a great tool to work
>> with LDAP servers.....
>> Thank you in advance.
>
> For users who don't authenticate via PAM or similar, I wrote a simple perl CGI
> (which supports ppolicy):
>
> http://staff.telkomsa.net/~bgmilne/ldap/ldap-passwd.pl
>
> I use it in conjunction with a script to notify users of their impending
> password expiry:
>
> http://staff.telkomsa.net/~bgmilne/ldap/find-ldap-expired.pl
>
> They share config files, but you can use the first without the 2nd.
>
> I have only used it against OpenLDAP so far, but I might need to add support
> for AD soon ...
>
> Regards,
> Buchan
>
Thank you very much for your responses. Those were some very valuable
information and I am definitely going to try some of your
suggestions....