Hi all,
Can anyone tell me what err=65 means for op=3 in the following log?
[12/Dec/2007:11:47:43 -0800] conn=0 op=3 MOD dn="dn=Scott133133Y,dc=vdb,dc=sprintam,dc=autodesk,dc=com" [12/Dec/2007:11:47:43 -0800] conn=0 op=3 RESULT err=65 tag=103 nentries=0 etime=0
Thanks in advance, Scott
[12/Dec/2007:11:47:43 -0800] conn=0 fd=64 slot=64 connection from 144.111.12.135 to 144.111.12.135 [12/Dec/2007:11:47:43 -0800] conn=0 op=0 BIND dn="cn=Directory Manager" method=128 version=2 [12/Dec/2007:11:47:43 -0800] conn=0 op=0 RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager" [12/Dec/2007:11:47:43 -0800] conn=0 op=1 SRCH base="dn=Scott133133Y,dc=vdb,dc=sprintam,dc=autodesk,dc=com" scope=0 filter="(objectClass=*)" attrs=ALL [12/Dec/2007:11:47:43 -0800] conn=0 op=1 RESULT err=0 tag=101 nentries=1 etime=0 [12/Dec/2007:11:47:43 -0800] conn=0 op=2 ADD dn="dn=Scott133133N20071212194431Z,dc=vdb,dc=sprintam,dc=autodesk,dc=com" [12/Dec/2007:11:47:43 -0800] conn=0 op=2 RESULT err=0 tag=105 nentries=0 etime=0 [12/Dec/2007:11:47:43 -0800] conn=0 op=3 MOD dn="dn=Scott133133Y,dc=vdb,dc=sprintam,dc=autodesk,dc=com" [12/Dec/2007:11:47:43 -0800] conn=0 op=3 RESULT err=65 tag=103 nentries=0 etime=0 [12/Dec/2007:11:47:43 -0800] conn=0 op=4 UNBIND [12/Dec/2007:11:47:43 -0800] conn=0 op=4 fd=64 closed - U1
On Thu, 13 Dec 2007, Scott Ding wrote:
Can anyone tell me what err=65 means for op=3 in the following log?
[12/Dec/2007:11:47:43 -0800] conn=0 op=3 MOD dn="dn=Scott133133Y,dc=vdb,dc=sprintam,dc=autodesk,dc=com" [12/Dec/2007:11:47:43 -0800] conn=0 op=3 RESULT err=65 tag=103 nentries=0 etime=0
After a Google for "LDAP Error 65":
http://www.directory-info.com/LDAP/LDAPErrorCodes.html
LDAP_OBJECT_CLASS_VIOLATION: Indicates that the add, modify, or modify DN operation violates the object class rules for the entry. For example, the following types of request return this error:
* The add or modify operation tries to add an entry without a value for a required attribute. * The add or modify operation tries to add an entry with a value for an attribute which the class definition does not contain. * The modify operation tries to remove a required attribute without removing the auxiliary class that defines the attribute as required.
389-users@lists.fedoraproject.org