[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP and Netscape calendar



   Hi 

   
  I'm trying to install Netscape Calendar server on a NT machine with
OpenLDAP as it's LDAP server on OpenBSD. The install goes through until it
prints: "Error accessing LDAP". The LDAP log (at 256) shows the following
information:
conn=8 fd=5 connection from billy.schema.co.il (192.168.5.121) accepted.
conn=8 op=0 BIND dn="UID=ADMIN,O=SCHEMA,C=IL" method=128
conn=8 op=0 RESULT err=0 tag=97 nentries=0
conn=8 op=1 ADD dn="CN=CALENDAR SERVER ADMINS,OU=NETSCAPE
SERVERS,O=SCHEMA,C=IL"
conn=8 op=1 RESULT err=32 tag=105 nentries=0
conn=8 op=-1 fd=5 closed errno=54


My slapd.conf is: 
# Global section
include         /usr/local/etc/openldap/ns-calendar-schema.conf
defaultaccess   write

# Database defenition
database        ldbm
include         /usr/local/etc/openldap/ns-calendar-globopt.conf
suffix          "o=Schema, c=IL"
rootdn          "uid=admin, o=Schema, c=IL"
rootpw          something
directory       /usr/local/libdata


the ldif file the created the database the first time is:
dn: o=Schema, c=IL
cn: admin
sn:
uid: admin
username: admin
userpassword: something
objectclass: person


Trying to add with ldap the following dn="CN=CALENDAR SERVER
ADMINS,OU=NETSCAPE SERVERS,O=SCHEMA,C=IL" prints the following error:
ldapadd: no attributes to change or add (entry cn=calnedar server admins,
ou=netscape servers, o=schema, c=IL"). I'm not sure it's the right thing
to do, 


Somewhere in all this I have a mistake that causes the installer to abort
the install. Can anyone see where the problem lies? 




TIA 


	Paolo