[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
using kpasswd with ldap db (0.7.2)
- To: heimdal-discuss@sics.se
- Subject: using kpasswd with ldap db (0.7.2)
- From: "Eric Ortego" <ericortego@gmail.com>
- Date: Fri, 19 May 2006 12:20:13 -0500
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aFaL4hqqkSgHloLoa853BCFJ86CKdpLR/sB39aKX2DkmNeD2cnGkBSSTi8wqfwf0YxM6adOUYmnmL9Dwr4WdosB0DOolZa+zbBLKPsIMkBOL5obrV0HTK4pjkg7ufBXHZbskqUVaQhiuSIYyc8PLukSDA85h3OWSx5Za9pOzxT0=
- Sender: owner-heimdal-discuss@sics.se
My directory hold the kerberos db and was working great untill I
upgraded to 0.7.2
What stopped working was kpasswd. I can no longer change a users
password with it.
This is the error I get, which is output twice for each passwd change attempt:
[kpasswdd] Changing password for eric@MYDOMAIN.COM
[kpasswdd] kadm5_s_chpass_principal_cond: ldap_modify_s:
eric@MYDOMAIN.COM (dn=uid=eric,ou=people,dc=mydomain,dc=com) Type or
value exists: krb5EncryptionType: value #0 provided more than once
The only way I am able to use kpasswd to update passwords is by first
deleting the entry for krb5EncryptionType
Is this a known bug or possibly some configuration option I have
overlooked that fixes this?