| Summary: | pure-ftpd-1.0.21-r1: Syntax error in ldap schema file | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jonas Jonsson <jonas> |
| Component: | Current packages | Assignee: | 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: | --- | |
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 )
Yeah, upstream folks should do a new release. *** This bug has been marked as a duplicate of bug 157263 *** |
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