Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > dfa7c4533f3e6ccd141d4ffa9f3dde1d > files > 7

glue-schema-2.0.6-2.fc15.noarch.rpm

# this file must be included in slapd.conf if you want to use
# GLUE Schema with OpenLDAP >= 2.2.x and you cannot include
# the Globus grid-info-resource.schema for compatibility reasons
# 
# They are the only definitions needed to create the root of the 
# Directory Information Tree 

attributetype ( 1.3.6.1.4.1.3536.2.6.1.4.0.1
    NAME 'Mds-Vo-name'
    DESC 'Locally unique VO name'
    EQUALITY    caseIgnoreIA5Match
    SUBSTR      caseIgnoreIA5SubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.26
    SINGLE-VALUE)

objectclass ( 1.3.6.1.4.1.3536.2.6.1.4
    NAME 'Mds'
    STRUCTURAL
    MUST Mds-Vo-name )