-- LDIF module extracted from ITU-T H.350.6 attachment (03/2004)
# callPreferenceURIObject Object Schema
#
# Schema for representing a callPreferenceURIObject Object in an LDAP Directory
#
# Abstract
#
# This document defines the schema for representing callPreferenceURIObject
# object in an LDAP directory [LDAPv3]. It defines schema elements
# to represent an callPreferenceURIObject object [callPreferenceURIObject].
#
# .1 = Communication related work
# .1.8 = callPreferenceURIObject
# .1.8.1 = attributes
# .1.8.2 = objectclass
# .1.8.3 = syntax
#
#
#
# Attribute Type Definitions
#
# The following attribute types are defined in this document:
#
# callPreferenceURI
dn: cn=schema
changetype: modify
#
# if you need to change the definition of an attribute,
# then first delete and re-add in one step
#
# if this is the first time you are adding the genericIdentity
# objectclass using this LDIF file, then you should comment
# out the delete attributetypes modification since this will
# fail. Alternatively, if your ldapmodify has a switch to continue
# on errors, then just use that switch -- if you're careful
#
delete: attributetypes
attributetypes:(0.0.8.350.1.1.8.1.1 NAME 'callPreferenceURI' )
-
#
# re-add the attributes -- in case there is a change of definition
#
#
add: attributetypes
attributetypes: (0.0.8.350.1.1.8.1.1
NAME 'callPreferenceURI'
DESC 'Labeled URI format to point to forwarded address and type of forwarding'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
-
# Object Class Definitions
#
# The following object class is defined in this document:
#
# callPreferenceURIObject
#
# callPreferenceURIObject
#
#
delete: objectclasses
objectclasses: (0.0.8.350.1.1.8.2.1 NAME 'callPreferenceURIObject' )
-
add: objectclasses
objectclasses: (0.0.8.350.1.1.8.2.1
NAME 'callPreferenceURIObject'
DESC 'callPreference object'
SUP top AUXILIARY
MAY ( callPreferenceURI )
)
-
#
# end of LDIF
#