[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Help with schema file/adding attribute
- To: <openLdap-software@OpenLDAP.org>
- Subject: Help with schema file/adding attribute
- From: "Hutchins, Mike" <mike.hutchins@amr.net>
- Date: Thu, 27 May 2004 08:31:45 -0600
- Content-class: urn:content-classes:message
- Thread-index: AcRD91YsHpD0SCBTTkOBhuv3/pbnkQ==
- Thread-topic: Help with schema file/adding attribute
I am trying to create this attribute;
attribute ( 1.3.6.1.4.1.4203.666.1234
NAME 'objectGUID'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
SINGLE-VALUE )
When I try to start slapd, I get the following error
Starting slapd: /etc/openldap/schema/objectGUID.schema: line 1: Missing
closing parenthesis before
AttributeTypeDescription = "(" whsp
numericoid whsp ; AttributeType identifier
[ "NAME" qdescrs ] ; name used in AttributeType
[ "DESC" qdstring ] ; description
[ "OBSOLETE" whsp ]
[ "SUP" woid ] ; derived from this other
; AttributeType
[ "EQUALITY" woid ] ; Matching Rule name
[ "ORDERING" woid ] ; Matching Rule name
[ "SUBSTR" woid ] ; Matching Rule name
[ "SYNTAX" whsp noidlen whsp ] ; see section 4.3
[ "SINGLE-VALUE" whsp ] ; default multi-valued
[ "COLLECTIVE" whsp ] ; default not collective
[ "NO-USER-MODIFICATION" whsp ]; default user modifiable
[ "USAGE" whsp AttributeUsage ]; default userApplications
; userApplications
; directoryOperation
; distributedOperation
; dSAOperation
whsp ")"
[FAILED]
The syntax of my schema file seems to follow all the other schema files.
Am I missing something obvious here?
Thanks!