[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4041) ldapsearch: Invalid attributeType values



Full_Name: Andrew Sciberras
Version: 2.2.26
OS: Windows XP
URL: 
Submission from: (NULL) (202.63.62.31)


Using ldapsearch, if I request the return of the 'attributeTypes' operational
attribute , the LDIF values are represented incorrectly.

For example, ldapsearch will return this:
attributeTypes: ( 2.16.840.1.113730.3.1.1 NAME 'carLicense' SYNTAX '1.3.6.1.4.
 1.1466.115.121.1.15' )

When it should actually be this:
attributeTypes: ( 2.16.840.1.113730.3.1.1 NAME 'carLicense' SYNTAX 1.3.6.1.4.
 1.1466.115.121.1.15 )


The single quotes around the dotted decimal syntax OID should not be there.

The command I am executing is: 
ldapsearch -L -h <host> -x -D <binddn> -w <password>  -b <searchbase> -s base  
"(objectClass=subschema)" attributeTypes