Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 180365

Summary: pure-ftpd-1.0.21-r1: Syntax error in ldap schema file
Product: Gentoo Linux Reporter: Jonas Jonsson <jonas>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***