[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
pwdReset - ldapmodify : Undefined attribute type (17)
- To: openldap-technical@openldap.org
- Subject: pwdReset - ldapmodify : Undefined attribute type (17)
- From: "cbulist@gmail.com" <cbulist@gmail.com>
- Date: Fri, 12 Apr 2013 11:26:08 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=hHiO8lNlADweedRWcFiyt4n270+VYR+4lVDkv5tbvPM=; b=oJcwMIJfECHVtmBs0FpHE1Cqjr2LqmQ6tgQSyvaZ0Ds4cu2TD63BAwdLd2uF9zDaYI kmOgiF3BPqMIlBO6YR4hGsjMRMrsE49iHVZzobzrJXTbXK6feYvQZiZGQ9UL8sSMW2Zl 08IY/bgymHN1p3Vu+TiTiYA7vL6IX+7FzBZxUHA8ZJBW5Hx3uYJqnkNSPsBtFkD6mBut ySkbRrqaq4SHButa0PT5mz3kdrPZDxLxedCzV2A2UkZdcA7y4t0gwaN4Ep/vJYG76iAm E/vWJMifJTTOwbqt6L+xC7Fn4VC2c9Fuiy/TxEYZxw7EsK5mzZtH5MsQVV5OysrJmkiU D27g==
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4
Hi,
I'm trying to add pwdReset attribute to a user in order to reset the user password but It fails.
I added the pwdReset attribute to the schema using Apache Directory Studio but I'm getting the same error.
Any recommendation?...Thanks!!
This is the command that I run:
ldapmodify -c -H ldap://localhost -x -D "cn=Manager,dc=sample,dc=com" -w "password" <<EOF
dn: uid=aaa,ou=People,dc=sample,dc=com
changetype: modify
replace: userPassword
userPassword:test
changetype: modify
add: pwdReset
pwdReset: TRUE
EOF
This is the output:
ldapmodify: Undefined attribute type (17)
additional info: changetype: attribute type undefined