Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a52e935834ad7919e530b48dd1011f39 > files > 29

389-ds-base-1.2.9.10-3.fc14.x86_64.rpm

# 60autofs.ldif - From draft-howard-rfc2307bis
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
  1.3.6.1.1.1.1.33 
  NAME 'automountInformation'
  DESC 'Information used by the autofs automounter'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'draft-howard-rfc2307bis'
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.1.1.2.17
  NAME 'automount'
  DESC 'An entry in an automounter map'
  SUP top
  STRUCTURAL
  MUST ( cn $ automountInformation )
  MAY ( description )
  X-ORIGIN 'draft-howard-rfc2307bis'
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.1.1.2.16
  NAME 'automountMap'
  DESC 'An group of related automount objects'
  SUP top
  STRUCTURAL
  MUST ( ou )
  X-ORIGIN 'draft-howard-rfc2307bis'
  )
#
################################################################################
#