[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: where is suitespot3x.ldif?
Right. A sample file (based at o=Airius.com) is attached. There really
isn't much to it. Here's a tech note that might be helpful as well:
http://help.netscape.com/kb/corporate/990316-7.html
The technote describes the contents of the SuiteSpot 3.x directory
configuration.
--
Mark Smith
iPlanet Directory Architect / Sun-Netscape Alliance
My words are my own, not my employer's. Got LDAP?
Mark Wilcox wrote:
>
> install a working server.
> cd into that server's directory (should be slapd-server_name)
> cd into the ldif directory.
>
> Mark
> -----Original Message-----
> From: Steve Neuharth <sneuhart@eliancecorp.com>
> To: openldap-general@OpenLDAP.org <openldap-general@OpenLDAP.org>
> Date: Monday, September 20, 1999 5:44 PM
> Subject: where is suitespot3x.ldif?
>
> > I'm trying to get netscape calendar server working with OpenLDAP per
> >the instructions in the FAQ-O-Matic on this site and I can't find
> >suitespot3x.ldif. I've torn apart the tar.gz files for netscape
> >directory server 4.0 and 4.1 and it is nowhere to be found. Does anyone
> >have a copy or do I have to install netscape directory server to
> >generate the file and then uninstall it?
> > Another question.... are there any groups working on an open source
> >calendar server?
> >
> >
> >
dn: o=Airius.com
changetype: modify
add: aci
aci: (targetattr = "*")(version 3.0; acl "Suitespot Adminstrators Group"; allow (all) groupdn = "ldap:///cn=Administrators,o=Airius.com";)
dn: uid=admin, o=Airius.com
changetype: add
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: SuiteSpot Administrator
sn: Administrator
givenname: SuiteSpot
uid: admin
userPassword: admin
dn: cn=Administrators, o=Airius.com
changetype: add
objectclass: top
objectclass: groupOfUniqueNames
cn: Administrators
uniqueMember: uid=admin, o=Airius.com
dn: ou=Netscape Servers, o=Airius.com
changetype: add
objectclass: top
objectclass: organizationalUnit
ou: Netscape Servers