[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SSHA as default password-hash in next password change
- To: Michael Ströder <michael@stroeder.com>
- Subject: Re: SSHA as default password-hash in next password change
- From: "cbulist@gmail.com" <cbulist@gmail.com>
- Date: Mon, 03 Jun 2013 15:54:38 -0500
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=F7JKoXKffZOERq7oOse7p8u/45gF4+Kg2sL6tITqjs4=; b=OP94BXuh2oqeAUJIvd6djVf9zQI37aXSGkw75CqPO3y2/H39dkkj8ARZdpn2MIQkCq Je5aQnsmAKvCTYxbJ/YjY9IzT26mMBXHqY7FuBplVRYTeoYPfmbUmXphk3NqCHRb/tYz kvy2LZVCXLeZ67rmlZB4jGEGgGWemDJ5+LkFKnUoHAF1HlPxm6phg0NvxzYKX06d3Iwd lp++I6TTu6e0YgLyKVxIO0ilvp2puz2ODSDHGS43Tj2ddgeMz1Ykqp3MuwSF+oJ90QkM Tz5CEKhSEynVFU5KbXlh+TpyG5qkoFnjTea16NUFkriv5SOHsuXSvEQWNYKgcnOTwdWM WfMA==
- In-reply-to: <51ACF0E0.5030503@stroeder.com>
- References: <51ACDF3B.2060003@gmail.com> <51ACF0E0.5030503@stroeder.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6
Hi Michael,
Thanks for your prompt reply.
We are not using any client..we are just changing the user password from
ssh console.
We imported our /etc/passwd to openldap and our idea is when the user
gets the next expiration time the new password be in SSHA.
Is it possible?....
Thanks!
On 06/03/2013 02:39 PM, Michael Ströder wrote:
> cbulist@gmail.com wrote:
>> All our users in LDAP database are under MD5 encryption. We want to
>> change this to SSHA in the next user password change.
>> We tried using: password-hash {SSHA} option in slapd.conf and restart
>> the ldap service but it didn't work. The user password are still under
>> MD5 encryption.
>> We are using openldap 2.4.23-26 version.
> Directive password-hash only affects Password Modify Extended Operation.
> So how did you make users change their password?
> Which client software did you use?
>
> Ciao, Michael.
>