Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180365 - pure-ftpd-1.0.21-r1: Syntax error in ldap schema file
Summary: pure-ftpd-1.0.21-r1: Syntax error in ldap schema file
Status: RESOLVED DUPLICATE of bug 157263
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-30 17:17 UTC by Jonas Jonsson
Modified: 2007-05-31 10:27 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 Jonas Jonsson 2007-05-30 17:17:37 UTC
When installing pure-ftpd with ldap use flag you get the pureftpd.schema file, but there is syntax error in it.

--- pureftpd.schema.old    2007-05-30 19:23:38.000000000 +0200
+++ pureftpd.schema        2007-05-30 19:17:33.000000000 +0200
@@ -43,7 +43,7 @@
 attributetype ( 1.3.6.1.4.1.6981.11.3.7 NAME 'FTPStatus'
        DESC 'Account status: enabled or disabled'
         EQUALITY booleanMatch
-       SYNTAX SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
 
 attributetype ( 1.3.6.1.4.1.6981.11.3.8 NAME 'FTPuid'
        DESC 'System uid (overrides uidNumber if present)'



Reproducible: Always
Comment 1 Jonas Jonsson 2007-05-30 18:20:21 UTC
In the latest snapshot this issue is fixed and an other misstake is also fixed.

@@ -42,8 +42,8 @@
 
 attributetype ( 1.3.6.1.4.1.6981.11.3.7 NAME 'FTPStatus'
        DESC 'Account status: enabled or disabled'
-        EQUALITY booleanMatch
-       SYNTAX SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
+        EQUALITY caseIgnoreIA5Match
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-05-31 10:27:16 UTC
Yeah, upstream folks should do a new release.

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