[bugs] [Bug 956] New - imp.schema not complete / has errors
bugs@bugs.horde.org
bugs@bugs.horde.org
Thu, 16 May 2002 21:35:05 -0300
http://bugs.horde.org/show_bug.cgi?id=956
*** shadow/956 Thu May 16 21:35:04 2002
--- shadow/956.tmp.19184 Thu May 16 21:35:04 2002
***************
*** 0 ****
--- 1,83 ----
+ Bug#: 956
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: other
+ OS/Version: other
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: pj@ebrb.net
+ URL:
+ Summary: imp.schema not complete / has errors
+
+ Using ldap to store the preferences and ran into some problems with schema
+ checking turned on.
+
+ using:
+ horde-2.1-RC2
+ imp-3.1-RC2
+ openldap 2.0.18
+
+ problems with imp.schema file:
+ Missing
+ impHighlightText
+ impDimSignature
+
+ OID for following are duplicates:
+ impDelhide
+ impLastLogin
+
+ Here's the the patch that shows what my imp.schema file looks like now.
+ --- imp.schema.orig Fri Mar 15 22:13:07 2002
+ +++ imp.schema Fri May 17 00:11:08 2002
+ @@ -201,13 +201,13 @@
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE)
+
+ -attributetype ( 1.3.6.1.4.1.7914.1.2.4.38 NAME 'impDelhide'
+ +attributetype ( 1.3.6.1.4.1.7914.1.2.4.62 NAME 'impDelhide'
+ DESC 'IMP hide deleted toggle.'
+ EQUALITY integerMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE )
+
+ -attributetype ( 1.3.6.1.4.1.7914.1.2.4.39 NAME 'impLastLogin'
+ +attributetype ( 1.3.6.1.4.1.7914.1.2.4.63 NAME 'impLastLogin'
+ DESC 'IMP last login time.'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ @@ -333,6 +333,18 @@
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ SINGLE-VALUE )
+
+ +attributetype ( 1.3.6.1.4.1.7914.1.2.4.60 NAME 'impHighlightText'
+ + DESC 'IMP Mark different levels of quoting with different colors .'
+ + EQUALITY integerMatch
+ + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ + SINGLE-VALUE )
+ +
+ +attributetype ( 1.3.6.1.4.1.7914.1.2.4.61 NAME 'impDimSignature'
+ + DESC 'IMP Dim signatures . '
+ + EQUALITY integerMatch
+ + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+ + SINGLE-VALUE )
+ +
+ # Object Class Definitions
+
+ objectclass ( 1.3.6.1.4.1.7914.1.2.4.1001 NAME 'impPrefs'
+ @@ -353,4 +365,6 @@
+ impPurgeTrash $ impPurgeTrashInterval $ impPurgeTrashKeep $
+ impExpandedFolders $ impSearchFields $ impCloseDraft $
+ impQuotePrefix $ impShowFilterMsg $ impReplyQuote $
+ - impInitialPage $ impSubscribe $ impShowLegend $ impDoMaintenance
+ ))
+ + impInitialPage $ impSubscribe $ impShowLegend $ impDoMaintenance
+ $
+ + impHighlightText $ impDimSignature
+ + ))
+
+