[dev] Patch to schema for ingo and LDAP prefs backend (with patch!!)

Ronny Adsetts ronny.adsetts at amazinginternet.com
Mon Nov 10 12:05:24 PST 2003


Hi,

Obviously I don't have the privileges to assign OID's, but the schema
needs a patch when using cvs HEAD with Ingo and procmail with LDAP
backend otherwise rules and prefs are lost between sessions... but I'm
not bitter :-)

Attached patch against current cvs HEAD horde module.

Regards,
Ronny
-- 
Technical Director
Amazing Internet Ltd, London
t: +44 20 8607 9535
f: +44 20 8607 9536
w: www.amazinginternet.com


-------------- next part --------------
Index: scripts/ldap/horde.schema
===================================================================
RCS file: /repository/horde/scripts/ldap/horde.schema,v
retrieving revision 1.16
diff -u -r1.16 horde.schema
--- scripts/ldap/horde.schema	18 Mar 2003 16:21:57 -0000	1.16
+++ scripts/ldap/horde.schema	10 Nov 2003 19:34:36 -0000
@@ -20,6 +20,7 @@
 #Juno attribute branch 1.3.6.1.4.1.13040.14.1.*
 #Trean attribute branch 1.3.6.1.4.1.13040.15.1.*
 #WHUPs attribute branch 1.3.6.1.4.1.13040.16.1.*
+#Ingo attribute branch 1.3.6.1.4.1.13040.17.1.*
 #
 #Horde objectclass branch 1.3.6.1.4.1.13040.2.2.*
 #IMP objectclass branch 1.3.6.1.4.1.13040.3.2.*
@@ -36,6 +37,7 @@
 #Juno objectclass branch 1.3.6.1.4.1.13040.14.2.*
 #Trean objectclass branch 1.3.6.1.4.1.13040.15.2.*
 #WHUPs objectclass branch 1.3.6.1.4.1.13040.16.2.*
+#Ingo objectclass branch 1.3.6.1.4.1.13040.16.2.*
 
 #
 # Horde attribute branch 1.3.6.1.4.1.13040.2.1.*
@@ -185,6 +187,15 @@
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
 
 #
+# Ingo attribute branch 1.3.6.1.4.1.13040.17.1.*
+#
+attributetype ( 1.3.6.1.4.1.13040.17.1.1
+	NAME 'ingoPrefs'
+	DESC 'Ingo Preferences'
+	EQUALITY caseIgnoreIA5Match
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
+
+#
 # Horde objectclass branch 1.3.6.1.4.1.13040.2.2.*
 #
 objectclass ( 1.3.6.1.4.1.13040.2.2.1
@@ -196,7 +207,7 @@
         gollemPrefs $ kronolithPrefs $ mnemoPrefs $
         trollPrefs $ nagPrefs $ klutzPrefs $
         jonahPrefs $ hermesPrefs $ junoPrefs $
-        treanPrefs $ whupsPrefs
+        treanPrefs $ whupsPrefs $ ingoPrefs
     ) )
 
 #
@@ -259,3 +270,8 @@
 #
 # WHUPs objectclass branch 1.3.6.1.4.1.13040.16.2.*
 #
+
+#
+# Ingo objectclass branch 1.3.6.1.4.1.13040.17.2.*
+#
+


More information about the dev mailing list