-- LDIF module extracted from ITU-T H.350.2 (05/2011)
# h235Identity Object Schema
#
# Schema for representing h235Identity Object in an LDAP Directory
#
# Abstract
#
# This document defines the schema for representing h235Identity
# object in an LDAP directory [LDAPv3]. It defines schema elements
# to represent an h235Identity object [h235Identity].
#
# .1 = Communication related work
# .1.4 = h235Identity
# .1.4.1 = attributes
# .1.4.2 = objectclass
# .1.4.3 = syntax
#
#
#
# Attribute Type Definitions
#
# The following attribute types are defined in this document:
#
# h235IdentityEndpointID
# h235IdentityPassword
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 h235Identity
# 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.4.1.1 NAME ''h235IdentityEndpointID'' )
attributetypes: (0.0.8.350.1.1.4.1.2 NAME ''h235IdentityPassword'' )
-
#
# re-add the attributes -- in case there is a change of definition
#
#
add: attributetypes
attributetypes: (0.0.8.350.1.1.4.1.1
NAME ''h235IdentityEndpointID''
DESC ''The Sender ID as defined in ITU-H.235.1.''
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetypes: (0.0.8.350.1.1.4.1.2
NAME ''h235IdentityPassword''
DESC ''The endpoint H.323 password as defined in ITU-H.235.1.''
EQUALITY octetStringMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
-
# Object Class Definitions
#
# The following object class is defined in this document:
#
# h235Identity
#
# h235Identity
#
#
delete: objectclasses
objectclasses: (0.0.8.350.1.1.4.2.1 NAME ''h235Identity'' )
-
add: objectclasses
objectclasses: (0.0.8.350.1.1.4.2.1
NAME ''h235Identity''
DESC ''h235Identity object''
SUP top AUXILIARY
MAY ( h235IdentityEndpointID $ h235IdentityPassword $
userCertificate $ cACertificate $
authorityRevocationList $ certificateRevocationList $
crossCertificatePair )
)
-
#
# end of LDIF
#