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

symbolic syntax definition (ITS#1907)



Full_Name: Heiko Nardmann
Version: 2.0.25
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.112.101.130)


I am trying to use the string "Binary" as a syntax definition as follows:

attributetype ( my-attributetype:1 NAME 'my-attributetype' SYNTAX 'Binary' )

Then I get:

Unexpected token before

I also tried

attributetype ( my-attributetype:1 NAME 'my-attributetype' SYNTAX Binary )

Then I get:

OID Binary not recognized