#-------------------------------------------------------------------------- # LDAP Schema for phamm #---------------------- # Release 1.0 # 2008/07/25 #-------------------------------------------------------------------------- # Copyright (c) 2008 Mirko Grava, RHX Studio Associato www.rhx.it # Permission is granted to copy, distribute and/or modify this document # under the terms of the GNU Free Documentation License, Version 2 # or any later version published by the Free Software Foundation; #-------------------------------------------------------------------------- # 1.3.6.1.4.1.22339 RHX Studio Associato's OID # 1.3.6.1.4.1.22339.1 Phamm # 1.3.6.1.4.1.22339.1.1 AttributeTypes # 1.3.6.1.4.1.22339.1.2 ObjectClasses #-------------------------------------------------------------------------- # Attribute Types #----------------- attributetype ( 1.3.6.1.4.1.22339.1.1.28 NAME 'vacationActive' DESC 'A flag, for marking the user as being away' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.22339.1.1.29 NAME 'vacationInfo' DESC 'Absentee note to leave behind, while on vacation' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.22339.1.1.30 NAME 'vacationStart' DESC 'Beginning of vacation' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.22339.1.1.31 NAME 'vacationEnd' DESC 'End of vacation' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.22339.1.1.32 NAME 'vacationForward' DESC 'RFC1274: RFC822 Mailbox' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) # Classes #--------- objectclass ( 1.3.6.1.4.1.22339.1.2.9 NAME 'Vacation' SUP top AUXILIARY DESC 'Users vacation status information' MUST ( vacationActive ) MAY ( vacationInfo $ vacationStart $ vacationEnd $ vacationForward ) )