usic.ldif 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # LDAP schema for UKMA Student Internet Centre users
  2. # oksamyt, 21-08-08 17:29
  3. # sakib, 2012
  4. #
  5. dn: cn=usic,cn=schema,cn=config
  6. objectClass: olcSchemaConfig
  7. cn: usic
  8. olcAttributeTypes: ( 9.1 NAME 'yearOfEntry' DESC 'the year when the student
  9. entered UKMA' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  10. olcAttributeTypes: ( 9.2 NAME 'profession' DESC 'the specialization of the
  11. student' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  12. olcAttributeTypes: ( 9.3 NAME 'faculty' DESC 'the faculty of the student' E
  13. QUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  14. olcAttributeTypes: ( 10.1 NAME 'department' DESC 'The department of UKMA' E
  15. QUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  16. olcAttributeTypes: ( 11.1 NAME 'studentCardNumber' DESC 'Student card numbe
  17. r' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  18. olcAttributeTypes: ( 11.2 NAME 'studentCardSeries' DESC 'Series of a studen
  19. t card' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
  20. olcAttributeTypes: ( 11.3 NAME 'readerCardNumber' DESC 'Reader card number'
  21. EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  22. olcAttributeTypes: ( 11.4 NAME 'passportNumber' DESC 'Passport number' EQUA
  23. LITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  24. olcAttributeTypes: ( 11.5 NAME 'passportSeries' DESC 'Series of a passport'
  25. EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
  26. olcAttributeTypes: ( 12.1 NAME 'someFakeVOIPAttribute' DESC 'no comments' E
  27. QUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
  28. olcObjectClasses: ( 9.0.0 NAME 'student' DESC 'UKMA student' SUP inetOrgPer
  29. son STRUCTURAL MUST ( yearOfEntry $ profession $ faculty ) )
  30. olcObjectClasses: ( 9.0.1 NAME 'teacher' DESC 'UKMA teacher' SUP inetOrgPer
  31. son STRUCTURAL MUST profession )
  32. olcObjectClasses: ( 10.0.0 NAME 'worker' DESC 'UKMA worker beside teachers'
  33. SUP inetOrgPerson STRUCTURAL MUST department )
  34. olcObjectClasses: ( 11.0.0 NAME 'studentCardUser' DESC 'A person that is id
  35. entified by the student card number' SUP top AUXILIARY MUST ( studentCardNumb
  36. er $ studentCardSeries ) )
  37. olcObjectClasses: ( 11.0.1 NAME 'readerCardUser' DESC 'A person that is ide
  38. ntified by the reader card number' SUP top AUXILIARY MUST readerCardNumber )
  39. olcObjectClasses: ( 11.0.2 NAME 'passportUser' DESC 'A person that is ident
  40. ified by the passport number' SUP top AUXILIARY MUST ( passportNumber $ passp
  41. ortSeries ) )
  42. olcObjectClasses: ( 12.0.0 NAME 'voipUser' DESC 'A person that is identifie
  43. d by the reader card number' SUP top AUXILIARY MAY someFakeVOIPAttribute )