Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.8 KiB

  1. dn: cn=phamm-vacation,cn=schema,cn=config
  2. objectClass: olcSchemaConfig
  3. cn: phamm-vacation
  4. olcAttributeTypes: {0}( 1.3.6.1.4.1.22339.2.1.1 NAME 'vacationActive' DESC '
  5. A flag, for marking the user as being away' EQUALITY booleanMatch SYNTAX 1.
  6. 3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
  7. olcAttributeTypes: {1}( 1.3.6.1.4.1.22339.2.1.2 NAME 'vacationInfo' DESC 'Ab
  8. sentee note to leave behind, while on vacation' EQUALITY octetStringMatch S
  9. YNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  10. olcAttributeTypes: {2}( 1.3.6.1.4.1.22339.2.1.3 NAME 'vacationStart' DESC 'B
  11. eginning of vacation' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115
  12. .121.1.40 SINGLE-VALUE )
  13. olcAttributeTypes: {3}( 1.3.6.1.4.1.22339.2.1.4 NAME 'vacationEnd' DESC 'End
  14. of vacation' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.4
  15. 0 SINGLE-VALUE )
  16. olcAttributeTypes: {4}( 1.3.6.1.4.1.22339.2.1.5 NAME 'vacationForward' DESC
  17. 'RFC1274: RFC822 Mailbox' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5S
  18. ubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
  19. olcAttributeTypes: {5}( 1.3.6.1.4.1.22339.2.1.6 NAME 'vacationSubject' DESC
  20. 'Subject for the vacation message' EQUALITY octetStringMatch SYNTAX 1.3.6.1
  21. .4.1.1466.115.121.1.40 SINGLE-VALUE )
  22. olcAttributeTypes: {6}( 1.3.6.1.4.1.22339.2.1.7 NAME 'vacationReminder' DESC
  23. 'How many hours we should wait before a second email from someone will cau
  24. se another vacation message to be sent to that email address' EQUALITY octe
  25. tStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  26. olcObjectClasses: {0}( 1.3.6.1.4.1.22339.2.2.1 NAME 'Vacation' DESC 'Users v
  27. acation status information' SUP top AUXILIARY MUST vacationActive MAY ( vac
  28. ationInfo $ vacationStart $ vacationEnd $ vacationForward $ vacationSubject
  29. $ vacationReminder ) )