Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184896 - slapd refuses to start with pureftpd.schema included
Summary: slapd refuses to start with pureftpd.schema included
Status: RESOLVED DUPLICATE of bug 157263
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 20:48 UTC by Michael Scheffler
Modified: 2007-07-10 20:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheffler 2007-07-10 20:48:45 UTC
After including pureftpd.schema slapd refuses to start:
/etc/openldap/schema/pureftpd.schema: line 46: Unexpected token before  SINGLE-VALUE )
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 ")"

Reproducible: Always

Steps to Reproduce:
1. emerge openldap pure-ftpd
2. edit /etc/openldad/slapd.conf (include /etc/openldap/schema/pureftpd.schema)
3. start slapd




Solution: there's one "SYNTAX" too much in line 46, remove it.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-10 20:50:36 UTC

*** This bug has been marked as a duplicate of bug 157263 ***