home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Comunicatii / coralldap / schema / coral_all.schema
Text File  |  2004-11-13  |  2KB  |  51 lines

  1. #
  2. # coral id schema ver 0.1
  3. #
  4.  
  5. # req. core 
  6. # req. sambatng
  7.  
  8. #attributetype ( 1.1.2.1.2 NAME 'id'
  9. #                DESC ''
  10. #                EQUALITY caseIgnoreMatch
  11. #                SUBSTR caseIgnoreSubstringsMatch
  12. #                SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  13. #                SINGLE-VALUE )
  14. attributetype ( 1.1.2.1.1
  15.                 NAME 'url'
  16.                 EQUALITY caseExactIA5Match
  17.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  18.  
  19. attributetype ( 1.1.2.1.3 NAME 'pass'
  20.                 DESC ''
  21.                 EQUALITY caseIgnoreMatch
  22.                 SUBSTR caseIgnoreSubstringsMatch
  23.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  24.                 SINGLE-VALUE )
  25. attributetype ( 1.1.2.1.4 NAME 'coralCommand'
  26.                 DESC ''
  27.                 EQUALITY caseIgnoreMatch
  28.                 SUBSTR caseIgnoreSubstringsMatch
  29.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
  30.  
  31. #     ObjectClass
  32.  
  33. objectclass ( 1.1.2.2.1 NAME 'manageUrl'
  34.                 DESC 'management url'
  35.                 MUST (cn )
  36.                 MAY  (url $ description))
  37. objectclass ( 1.1.2.2.2 NAME 'manageID'
  38.                 DESC 'management id'
  39.                 MUST (cn )
  40.                 MAY (id $ pass $ description))
  41.  
  42. objectclass ( 1.1.2.2.3 NAME 'coralCommands'
  43.                 SUP top
  44.                 DESC 'Coral Command Ref Object'
  45.                 MUST (cn)
  46.                 MAY (coralCommand $ description))
  47. objectclass ( 1.1.2.2.5.1 NAME 'coralMemo'
  48.                 SUP top
  49.                 DESC 'Coral Meomo Object'
  50.                 MUST (cn)
  51.                 MAY (description))