ldapmodify: DSA is unwilling to perform
30036Feb 5 2003 — edited Feb 5 2003I am attempting to use OID with 9ias 9.02.1
I am encountering problems with ldapmodify.
Here is the command line I am running:
ldapmodify -D "cn=orcladmin" -w <pw> -o ldaplog.txt -f modify.ldif
The response is:
modifying entry cn=SOMEUSER, cn=Users, dc=example,dc=com
ldap_modify: DSA is unwilling to perform
Here is the contents of modify.ldif:
dn: cn=SOMEUSER, cn=Users, dc=example,dc=com
changetype: modify
replace: telephonenumber
telephonenumber: 555-555-1212
In the log file:
dn: cn=SOMEUSER, cn=Users, dc=example,dc=com
changetype: modify
replace: telephonenumber
telephonenumber: 555-555-1212
# LDAP Error code: 53
Anyone have a idea why "DSA is unwilling to perform"?
Thanks