summaryrefslogtreecommitdiff
path: root/ldap/schema/officeperson.schema
blob: d967a14247996c628f5b0d9667337f1a4baf3262 (plain)
  1. attributetype ( 1.3.6.1.4.1.4203.666.100.121
  2. NAME ( 'rdn' )
  3. SUP name )
  4. //attributetype ( 1.3.6.1.4.1.4203.666.100.122
  5. // NAME ( 'otherFacsimiletelephoneNumber' )
  6. // SUP telephoneNumber )
  7. attributetype ( 1.3.6.1.4.1.4203.666.100.123
  8. NAME ( 'IPPhone' )
  9. SUP telephoneNumber )
  10. # This attribute handles MS/Outlook and Netscape Communicator
  11. attributetype ( 1.3.6.1.4.1.4203.666.100.124
  12. NAME ( 'URL' 'homeUrl' )
  13. SUP name )
  14. attributetype ( 1.3.6.1.4.1.4203.666.100.125
  15. NAME ( 'comment' )
  16. SUP name )
  17. attributetype ( 1.3.6.1.4.1.4203.666.100.126
  18. NAME ( 'conferenceInformation' )
  19. SUP name )
  20. attributetype ( 1.3.6.1.4.1.4203.666.100.127
  21. NAME ( 'reports' )
  22. SUP manager )
  23. objectclass ( 1.3.6.1.4.1.4203.666.100.1
  24. NAME 'officePerson'
  25. DESC 'Office employee or computer user'
  26. SUP inetOrgPerson
  27. STRUCTURAL
  28. MAY ( c $
  29. rdn $
  30. otherFacsimiletelephoneNumber $
  31. IPPhone $
  32. URL $
  33. comment $
  34. reports $
  35. conferenceInformation )
  36. )