(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) Trash : (Category) OpenLDAP Schema Repository : (Category) Schema Listings : (Answer) CS&T/Steltor Calendar Schema
It is possible to use CS&T/Steltor Calendar (http://www.steltor.com) with OpenLDAP 2.0.7 with a few additional steps.
1) Download the LDAP Connector for Netscape Directory Server.
2) Translate the schema into correct LDAPv3 format for OpenLDAP. Their schema is copyrighted, of course, but basically you want to run a perl or sed script on it to generate something like this:
attributetype ( 1.3.6.1.4.1.2672.1.1
        NAME 'ctCalAccess'
        DESC 'ctCalAccess'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectclass ( 1.3.6.1.4.1.2672.3.2
        NAME 'ctCalResource'
        DESC 'ctCalResource'
        STRUCTURAL
        MUST (                objectClass $ cn )
        MAY (
                        facsimileTelephoneNumber $ givenName $ mail $ postalAddress $ sn $ telephoneNumber $ userPassword $ ctCalAccess $ ctCalAccessDomain $ ctCalDefaultNoteReminder $ ctCalDefaultReminder $ ctCalDefaultTaskReminder $ ctCalDisplayPrefs $ ctCalFlags $ ctCalHost $ ctCalLanguageId $ ctCalNodeAlias $ ctCalNotifMechanism $ ctCalOperatingPrefs $ ctCalPasswordRequired $ ctCalRefreshPrefs $ ctCalResourceCapacity $ ctCalResourceNumber $ ctCalServerVersion $ ctCalSysopCanWritePassword $ ctCalTimezone $ ctCalXItemId )
        )
3) If you choose to put Resources and Admins into separate subtrees, you need to create those OUs:
ldapadd -D (admin) -w (pass) dn: ou=Resources,dc=airius,dc=com objectClass: top objectClass: organizationalUnit ou: Resources
4) Follow the installation process as for Netscape DS.
5) Allow ctCalXItemID=(your node):0001 full write access to the ctCal* attributes
[Append to This Answer]
rcgraves@brandeis.edu
Previous: (Answer) draft-lachman-laser-ldap-mail-routing-01.txt
Next: (Answer) New Item
This document is: http://www.openldap.org/faq/index.cgi?file=521
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org