60autofs.ldif 1018 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # 60autofs.ldif - From draft-howard-rfc2307bis
  2. ################################################################################
  3. #
  4. dn: cn=schema
  5. #
  6. ################################################################################
  7. #
  8. attributeTypes: (
  9. 1.3.6.1.1.1.1.33
  10. NAME 'automountInformation'
  11. DESC 'Information used by the autofs automounter'
  12. EQUALITY caseExactIA5Match
  13. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  14. SINGLE-VALUE
  15. )
  16. #
  17. ################################################################################
  18. #
  19. objectClasses: (
  20. 1.3.6.1.1.1.2.17
  21. NAME 'automount'
  22. DESC 'An entry in an automounter map'
  23. SUP top
  24. STRUCTURAL
  25. MUST ( cn $ automountInformation )
  26. MAY ( description )
  27. )
  28. #
  29. ################################################################################
  30. #
  31. objectClasses: (
  32. 1.3.6.1.1.1.2.16
  33. NAME 'automountMap'
  34. DESC 'An group of related automount objects'
  35. SUP top
  36. STRUCTURAL
  37. MUST ( ou )
  38. )
  39. #
  40. ################################################################################
  41. #