# # Copyright (c) 2002 by Peter Stamfest # All rights reserved # # Prefix 1.3.6.1.4.1.12806.2 # # first number: Projectid # # 2 general Purpose objects # 2.1 information belonging to persons # 2.1.1 person-related objectclasses # 2.1.2 person-related attributes # # a generalizedTime attributetype ( 1.3.6.1.4.1.12806.2.1.2.3.1 NAME 'vacationStarts' DESC 'Start time of vacation' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE userApplications) attributetype ( 1.3.6.1.4.1.12806.2.1.2.3.2 NAME 'vacationEnds' DESC 'End time of vacation' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE userApplications) attributetype ( 1.3.6.1.4.1.12806.2.1.2.3.3 NAME 'vacationMessage' DESC 'The vacation message to be sent while the person is on vacation' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{8192} SINGLE-VALUE USAGE userApplications) attributetype ( 1.3.6.1.4.1.12806.2.1.2.3.4 NAME 'vacationSubject' DESC 'The subject of the vacation message to be sent while the person is on vacation' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE USAGE userApplications) attributetype ( 1.3.6.1.4.1.12806.2.1.2.3.5 NAME 'vacationMessagePeriod' DESC 'How many days between vacation messages' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE userApplications) objectclass ( 1.3.6.1.4.1.12806.2.1.1.3 NAME 'vacationInfo' SUP top AUXILIARY DESC 'Holds information about a persons vacation e-mail status' MAY ( vacationStarts $ vacationEnds $ vacationMessage $ vacationSubject $ vacationMessagePeriod ) )