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

Re: Netscape Roaming Profile for OpenLDAP v2



On Wed, 6 Sep 2000, Norbert Klasen wrote:

> > I suggest you find a Netscape LDAPv3 server (they might even have
> > demo licenses available) with this schema loaded and the read the
> > definitions from a subschema subentry.  Then it's just a simple
> > edit to create OpenLDAP schema directives.
> 
> e.g.:
> # ldapsearch  -h memberdir.netscape.com -p 389 -b cn=schema \
> 	"objectclass=*" |grep -i nsLI

Ok. 

I downloaded v4.12; installed it and ripped the following schema out of
it:

attributetypes: ( 2.16.840.1.113730.3.1.402 
        NAME 'nsLIData'
        DESC 'Standard Attribute'
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.5' )
attributetypes: ( 2.16.840.1.113730.3.1.403
        NAME 'nsLIElementType'
        DESC 'Standard Attribute'
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetypes: ( 2.16.840.1.113730.3.1.400
        NAME 'nsLIPrefs'
        DESC 'Standard Attribute' 
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
attributetypes: ( 2.16.840.1.113730.3.1.401
        NAME 'nsLIProfileName'
        DESC 'Standard Attribute'
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetypes: ( 2.16.840.1.113730.3.1.399
        NAME 'nsLIPtrURL'
        DESC 'Standard Attribute'
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
attributetypes: ( 2.16.840.1.113730.3.1.404
        NAME 'nsLIServerType'
        DESC 'Standard Attribute' 
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetypes: ( 2.16.840.1.113730.3.1.405
        NAME 'nsLIVersion'
        DESC 'Standard Attribute'
        SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' )

objectclasses: ( 2.16.840.1.113730.3.2.74
        NAME 'nsLIPtr'
        DESC 'Standard ObjectClass'
        SUP 'top'
        MUST ( objectclass ) 
        MAY ( nsliptrurl $ owner ) )
objectclasses: ( 2.16.840.1.113730.3.2.75
        NAME 'nsLIProfile' 
        DESC 'Standard ObjectClass'
        SUP 'top'
        MUST ( objectclass $ nsliprofilename )
        MAY ( nsliprefs $ uid $ owner ) )
objectclasses: ( 2.16.840.1.113730.3.2.76
        NAME 'nsLIProfileElement'
        DESC 'Standard ObjectClass'
        SUP 'top'
        MUST ( objectclass $ nslielementtype )
        MAY ( owner $ nslidata $ nsliversion ) )
objectclasses: ( 2.16.840.1.113730.3.2.77
        NAME 'nsLIServer'
        DESC 'Standard ObjectClass'
        SUP 'top'
        MUST ( objectclass $ serverhostname )
        MAY ( description $ cn $ nsserverport $ nsliservertype $ serverroot ) )

Which is slightly different from my original one.

Hugo.

-- 
Hugo van der Kooij; Oranje Nassaustraat 16; 3155 VJ  Maasland
hvdkooij@caiw.nl	http://home.kabelfoon.nl/~hvdkooij/
--------------------------------------------------------------
Quoting this tagline is illegal! (http://www.dtcc.edu/cs/rfc1855.html)