You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by "Barber, Dan (Contractor)" <Da...@Polycom.com> on 2007/05/31 20:31:19 UTC

No length attribute for 1.3.6.1.4.1.1466.115.121.1.15

All,

 

I'm a brand new user of Apache Directory and am trying to add support
for H.350. I've been able to convert several ldif files for the various
pieces of H.350 I want to include into schema files appropriate for LDAP
Studio. That all went perfectly. I exported them all as Apache Directory
ldif files, again without a hitch. However, when I try to import one of
those ldif files, for H.320 Identity, I get an error. I'm using LDAP
Studio to do the import.

 

The problem appears to be here:

 

attributetype (0.0.8.350.1.1.5.1.3 

     NAME 'h320IdentityExtension' 

     DESC 'Extension of terminal required to dial after initial PTSN
address is connected.' 

     EQUALITY caseIgnoreMatch 

     SUBSTR caseIgnoreSubstringsMatch 

     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{120} ) 

 

which when exported to an Apache Directory LDIF file becomes

 

dn: m-oid=0.0.8.350.1.1.5.1.3, ou=attributeTypes, cn=h320Identity,
ou=schema

objectclass: metaAttributeType

objectclass: metaTop

objectclass: top

m-oid: 0.0.8.350.1.1.5.1.3

m-name: h320IdentityExtension

m-description: Extension of terminal required to dial after initial PTSN
address

  is connected.

m-equality: caseIgnoreMatch

m-substr: caseIgnoreSubstringsMatch

m-syntax: 1.3.6.1.4.1.1466.115.121.1.15

m-length: 120

 

The error that I get is on m-length. It appears that
1.3.6.1.4.1.1466.115.121.1.15 isn't supporting a length attribute.
Checking all over on the web I find several examples of a length
attribute being used with 1.3.6.1.4.1.1466.115.121.1.15.

 

Is there something that I'm missing? Is this a current shortcoming with
Apache DS 1.5?

 

Thanks for any help you can offer.

 

Sincerely,

 

Dan Barber