summaryrefslogtreecommitdiff
path: root/ldap/schema/mozillaorgperson.schema
blob: fe020296105e37b6634c182caf4318cc518663d0 (plain)
  1. #
  2. # mozillaOrgPerson schema v. 0.6
  3. #
  4. # req. core
  5. # req. cosine
  6. # req. inetorgperson
  7. # attribute defs
  8. attributetype ( 1.3.6.1.4.1.13769.2.1.1
  9. NAME ( 'mozillaNickname' )
  10. SUP name )
  11. attributetype ( 1.3.6.1.4.1.13769.2.1.2
  12. NAME ( 'mozillaUseHtmlMail' )
  13. SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  14. SINGLE-VALUE )
  15. attributetype ( 1.3.6.1.4.1.13769.2.1.3
  16. NAME 'mozillaSecondEmail'
  17. EQUALITY caseIgnoreIA5Match
  18. SUBSTR caseIgnoreIA5SubstringsMatch
  19. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  20. attributetype ( 1.3.6.1.4.1.13769.2.1.4
  21. NAME 'mozillaHomeLocalityName'
  22. EQUALITY caseIgnoreMatch
  23. SUBSTR caseIgnoreSubstringsMatch
  24. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
  25. attributetype ( 1.3.6.1.4.1.13769.2.1.5
  26. NAME 'mozillaPostalAddress2'
  27. EQUALITY caseIgnoreListMatch
  28. SUBSTR caseIgnoreListSubstringsMatch
  29. SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
  30. attributetype ( 1.3.6.1.4.1.13769.2.1.6
  31. NAME 'mozillaHomePostalAddress2'
  32. EQUALITY caseIgnoreListMatch
  33. SUBSTR caseIgnoreListSubstringsMatch
  34. SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
  35. attributetype ( 1.3.6.1.4.1.13769.2.1.7
  36. NAME ( 'mozillaHomeState' ) SUP name )
  37. attributetype ( 1.3.6.1.4.1.13769.2.1.8
  38. NAME 'mozillaHomePostalCode'
  39. EQUALITY caseIgnoreMatch
  40. SUBSTR caseIgnoreSubstringsMatch
  41. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} )
  42. attributetype ( 1.3.6.1.4.1.13769.2.1.9
  43. NAME ( 'mozillaHomeCountryName' )
  44. SUP name SINGLE-VALUE )
  45. attributetype ( 1.3.6.1.4.1.13769.2.1.10
  46. NAME ( 'mozillaHomeFriendlyCountryName' )
  47. EQUALITY caseIgnoreMatch
  48. SUBSTR caseIgnoreSubstringsMatch
  49. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
  50. attributetype ( 1.3.6.1.4.1.13769.2.1.11
  51. NAME ( 'mozillaHomeUrl' )
  52. EQUALITY caseIgnoreIA5Match
  53. SUBSTR caseIgnoreIA5SubstringsMatch
  54. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  55. attributetype ( 1.3.6.1.4.1.13769.2.1.12
  56. NAME ( 'mozillaWorkUrl' )
  57. EQUALITY caseIgnoreIA5Match
  58. SUBSTR caseIgnoreIA5SubstringsMatch
  59. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  60. # un-comment for all LDAP server NOT supporting SYNTAX 2.16.840.1.113730.3.7.1
  61. attributetype ( 1.3.6.1.4.1.13769.2.1.13
  62. NAME ( 'nsAIMid' )
  63. DESC 'AOL Instant Messenger (AIM) Identity'
  64. EQUALITY telephoneNumberMatch
  65. SUBSTR telephoneNumberSubstringsMatch
  66. SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )
  67. # un-comment for Netscape 6.x and all other LDAP server supporting SYNTAX 2.16.840.1.113730.3.7.1
  68. # attributeTypes ( 2.16.840.1.113730.3.1.2013
  69. # NAME ( 'nsAIMid' )
  70. # DESC 'AOL Instant Messenger (AIM) Identity'
  71. # SYNTAX 2.16.840.1.113730.3.7.1 )
  72. attributetype ( 1.3.6.1.4.1.13769.2.1.96
  73. NAME ( 'mozillaCustom1' )
  74. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  75. SINGLE-VALUE )
  76. attributetype ( 1.3.6.1.4.1.13769.2.1.97
  77. NAME ( 'mozillaCustom2' )
  78. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  79. SINGLE-VALUE )
  80. attributetype ( 1.3.6.1.4.1.13769.2.1.98
  81. NAME ( 'mozillaCustom3' )
  82. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  83. SINGLE-VALUE )
  84. attributetype ( 1.3.6.1.4.1.13769.2.1.99
  85. NAME ( 'mozillaCustom4' )
  86. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  87. SINGLE-VALUE )
  88. # objectClass defs
  89. objectclass ( 1.3.6.1.4.1.13769.2.2.1
  90. NAME 'mozillaOrgPerson'
  91. SUP top
  92. AUXILIARY
  93. MAY (
  94. mozillaNickname $
  95. mozillaUseHtmlMail $
  96. mozillaSecondEmail $
  97. mozillaPostalAddress2 $
  98. mozillaHomePostalAddress2 $
  99. mozillaHomeLocalityName $
  100. mozillaHomeState $
  101. mozillaHomePostalCode $
  102. mozillaHomeCountryName $
  103. mozillaHomeFriendlyCountryName $
  104. mozillaHomeUrl $
  105. mozillaWorkUrl $
  106. mozillaCustom1 $
  107. mozillaCustom2 $
  108. mozillaCustom3 $
  109. mozillaCustom4 $
  110. nsAIMid $
  111. c $
  112. co ) )