[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
opeldap back-sql oracle with password-hash MD5 enabled
- To: openldap-software@openldap.org
- Subject: opeldap back-sql oracle with password-hash MD5 enabled
- From: Nikethan Nagula Raja <nikethan@us-buxton.com>
- Date: Thu, 4 Feb 2010 20:58:01 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=D0enH0AB/CqRBneFiJBWE4C5AtUgt5+ZLUdEAejxJVI=; b=c+CyrD+v3TN+A2v/8yaD/GPqfg9N6WD1G4ftqsh4gI2UAFW1fLhs6NHSkYE063q2HP UVpDB47l/piiXegzdq/OfaVQSvwqjq0IQLe1/+7g7hzHEu8n4OD0THIa+XOq1mICr4rV lbaJDYUIsLCyn0q++26MDzsyUk+6H82Arvnnc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=a1PnUyNDOgez56C07Hx1wfLPJDGX4fLNMtsOi+vfXOtIeVJB28eBzSjY8a6ZAqX1vB t3lfaSi+oLK0tmjdt1Nl0J0GUAEe7Vs34WQl70OclJS9+DFjxPyWjiu8D/6saHjVJah6 ivkKkYJFzQO/5mmE85ULubgDT5uCI5GQQF3ZQ=
All,
We are implementing openldap using oralce as backend and every thing
is up and running fine with out any issues. Now we have an
additional requirement to hash the cleartext passwords in oracle
database for ldap users. Now instead of storing cleartext passwords,
I'm storing passwords in the same database column but prefix of the
schema in braces and MD5 hash value.
Lets say if we have a user - jsmith with password 123456
I would store the {MD5}e10adc3949ba59abbe56e057f20f883e in the
database column (userPassword). But for some reason I was able to
bind with admin creds, but the authentication fails with err=49
I can send detailed openldap logs if required.
Thanks,
Nikethan Nagula Raja