[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
unable to add certain entries
- To: openldap-technical@openldap.org
- Subject: unable to add certain entries
- From: Andrew Zirkel <andrewzirkel@gmail.com>
- Date: Mon, 18 May 2009 21:35:58 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=L16xLbMMT7e+qJD/76jZdW/IKnpvYUNm8i9Ejy9opOQ=; b=jnlsRS0G7AdPgZUCijUSXs1SY/Y/M1o8ftHlZejqLT3dTyDMH0xw5r4DgWZa6Ztbkh CiUb0W+1H9ailg0XK+Z88IE4Jbs0z1EG6LDw83XoKg1YNaJ0GPh6vlPHlh6SDJP81Qv5 9S4TouwYxgOntt3OsPV51ob+XKYJ7SfLNLoME=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=dh2NWIOX/43Qhx58CKQ0s/EtoBceiLvcceHhuukPsRrDYJ0ygC2UMTXsSyxv69a4n0 OVgNvbukNQ5mhJAmeQAw7gaQhl1hmceitsnY8f0y6zlN5/I1/WQ1Cp+Qn5kMpFGstr84 ySdR6tF8kGVwMV2f7VKn5Hoi/Vsdy9yS6Yxtw=
I'm having a growing problem where certain entries won't add and I get
these errors in slapd stats output:
conn=7 op=160 MODRDN
dn="cn=Untitled_1,cn=computer_groups,dc=chetwood,dc=local"
=> bdb_dn2id_add: subtree
(cn=mslib,cn=computer_groups,dc=chetwood,dc=local) put failed: -30996
conn=7 op=160 RESULT tag=109 err=80 text=DN index add failed
conn=7 op=161 MOD
dn="cn=Untitled_1,cn=computer_groups,dc=chetwood,dc=local"
conn=7 op=161 MOD attr=cn
entry failed schema check: value of naming attribute 'cn' is not
present in entry
conn=7 op=161 RESULT tag=103 err=64 text=value of naming attribute
'cn' is not present in entry
conn=7 op=162 MODRDN
dn="cn=Untitled_1,cn=computer_lists,dc=chetwood,dc=local"
=> bdb_dn2id_add: subtree
(cn=mslib,cn=computer_lists,dc=chetwood,dc=local) put failed: -30996
conn=7 op=162 RESULT tag=109 err=80 text=DN index add failed
conn=7 op=163 MOD
dn="cn=Untitled_1,cn=computer_lists,dc=chetwood,dc=local"
conn=7 op=163 MOD attr=cn
entry failed schema check: value of naming attribute 'cn' is not
present in entry
conn=7 op=163 RESULT tag=103 err=64 text=value of naming attribute
'cn' is not present in entry
conn=7 op=164 SRCH base="cn=computer_groups,dc=chetwood,dc=local"
scope=2 deref=0 filter="(&(objectClass=posixGroup)(objectClass=apple-
group)(objectClass=extensibleObject)(|(cn=untitled_1)))"
conn=7 op=164 SEARCH RESULT tag=101 err=0 nentries=1 text=
conn=7 op=165 ABANDON msg=165
This is slapd 2.3.27, which is included in Apple OSX 10.5. This
particular entry is for a computer group called mslib, and I'm using
Apple's workgroup manager tool to add it. Other names will add, it
seems to be entries that were created before but aren't showing up
now. This is also happening for other object classes, like computer
entires.
slapcat and the other tools I use don't show an existing entry for
mslib or the other names that won't add. Any advise on where to go
from here would be appreciated.
Thanks,
Andy Zirkel.