[dev] ldap schema (patch)

kaalh@smol.org kaalh@smol.org
Mon, 26 Aug 2002 10:59:12 +0200


fix hermes and add juno in ldap schema.

Index: horde.schema
===================================================================
RCS file: /repository/horde/scripts/ldap/horde.schema,v
retrieving revision 1.11
diff -u -r1.11 horde.schema
--- horde.schema        15 Aug 2002 14:08:42 -0000      1.11
+++ horde.schema        26 Aug 2002 08:57:56 -0000
@@ -78,6 +78,12 @@
        EQUALITY caseIgnoreIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
 
+attributetype ( 1.3.6.1.4.1.13040.1.2.4.13
+       NAME 'junoPrefs'
+       DESC 'Juno Preferences'
+       EQUALITY caseIgnoreIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
+
 objectclass ( 1.3.6.1.4.1.13040.1.2.4.1001
        NAME 'hordePerson'
        DESC 'Horde Preferences'
@@ -85,5 +91,5 @@
        MAY ( mail $ hordePrefs $ impPrefs $ turbaPrefs $ 
              gollemPrefs $ kronolithPrefs $ mnemoPrefs $
              trollPrefs $ nagPrefs $ klutzPrefs $
-             jonahPrefs
+             jonahPrefs $ hermesPrefs $ junoPrefs
        ) )