[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
error at the end of Netscape Calendar install
Hi
I'm trying to install Netscape Calendar with OpenLDAP as the LDAP
server. Thanx to alot of help from Jay Christner I managed to overcome
most of the obstacles I bumped into during the setup. There is one last
hurdle (I hope) that prevents me from acomplishing Calendar setup. When
the setup prints the message: "Creating node" It immidietly fails and
prints the following message: "Error accessing LDAP". Running slapd with
"-d 256" gives the following information:
conn=6 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=6 op=0 BIND dn="UID=ADMIN,CN=ADMIN,O=SCHEMA,C=IL" method=128
conn=6 op=0 RESULT err=32 tag=97 nentries=0
conn=6 op=1 UNBIND
conn=6 op=1 fd=5 closed errno=0
What does err=32 mean?
Some backround information is needed: The LDAP server is 1.2.6 running on
OpenBSD. The ldif file that creats the ldbm file is:
dn: o=Schema, c=IL
o: Schema
objectclass: organization
dn: cn=Paolo Supino, o=Schema, c=IL
cn: Paolo
sn: Supino
mail: paolo@schema.co.il
uid; 1001
username: paolo
userpassword: something
objectclass: person
dn: cn=admin, o=Schema, c=IL
cn: admin
sn: Root
mail: root@schema.co.il
uid: admin
username: admin
userpassword: different
objectclass: person
the slapd.conf file:
# Global section
include /usr/local/etc/openldap/ns-calendar-schema.conf
# Database defenition
database ldbm
include /usr/local/etc/openldap/ns-calendar-globopt.conf
suffix "o=Schema, c=IL"
rootdn "cn=admin, o=Schema, c=IL"
rootpw different
directory /usr/local/libdata
and the whole connection log for one setup attempt:
conn=0 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=0 op=0 BIND dn="" method=128
conn=0 op=0 RESULT err=0 tag=97 nentries=0
conn=0 op=1 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=0
filter="(objectclass=*)"
conn=0 op=1 RESULT err=0 tag=101 nentries=1
conn=0 op=2 UNBIND
conn=0 op=2 fd=5 closed errno=0
conn=1 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=1 op=0 BIND dn="" method=128
conn=1 op=0 RESULT err=0 tag=97 nentries=0
conn=1 op=1 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=2
filter="(uid=ADMIN)"
conn=1 op=1 RESULT err=0 tag=101 nentries=1
conn=1 op=2 UNBIND
conn=1 op=2 fd=5 closed errno=0
conn=2 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=2 op=0 BIND dn="CN=ADMIN,O=SCHEMA,C=IL" method=128
conn=2 op=0 RESULT err=0 tag=97 nentries=0
conn=2 op=1 UNBIND
conn=2 op=1 fd=5 closed errno=0
conn=3 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=3 op=0 BIND dn="" method=128
conn=3 op=0 RESULT err=0 tag=97 nentries=0
conn=3 op=1 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=2
filter="(&(nscalxitemid=1
0000:00001)(!(nscalhost=BILLY)))"
conn=3 op=1 RESULT err=0 tag=101 nentries=0
conn=3 op=2 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=2
filter="(&(nscalxitemid=1
0000*)(nscalpasswordrequired=*))"
conn=3 op=2 RESULT err=0 tag=101 nentries=0
conn=3 op=3 UNBIND
conn=3 op=3 fd=5 closed errno=0
conn=4 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=4 op=0 BIND dn="" method=128
conn=4 op=0 RESULT err=0 tag=97 nentries=0
conn=4 op=1 UNBIND
conn=4 op=1 fd=5 closed errno=0
conn=5 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=5 op=0 BIND dn="" method=128
conn=5 op=0 RESULT err=0 tag=97 nentries=0
conn=5 op=1 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=2
filter="(&(nscalxitemid=1
0000:00001)(!(nscalhost=BILLY)))"
conn=5 op=1 RESULT err=0 tag=101 nentries=0
conn=5 op=2 SRCH base="CN=ADMIN,O=SCHEMA,C=IL" scope=2
filter="(&(nscalxitemid=1
0000*)(nscalpasswordrequired=*))"
conn=5 op=2 RESULT err=0 tag=101 nentries=0
conn=5 op=3 UNBIND
conn=5 op=3 fd=5 closed errno=0
conn=6 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=6 op=0 BIND dn="UID=ADMIN,CN=ADMIN,O=SCHEMA,C=IL" method=128
conn=6 op=0 RESULT err=32 tag=97 nentries=0
conn=6 op=1 UNBIND
conn=6 op=1 fd=5 closed errno=0