[dev] patch adding jonah prefs attribute to horde.schema
KaalH!
kaalh@smol.org
Tue, 23 Jul 2002 09:54:52 +0200
Index: horde.schema
===================================================================
RCS file: /repository/horde/scripts/ldap/horde.schema,v
retrieving revision 1.9
diff -u -r1.9 horde.schema
--- horde.schema 16 Jul 2002 15:04:34 -0000 1.9
+++ horde.schema 23 Jul 2002 07:51:55 -0000
@@ -66,11 +66,18 @@
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.11
+ NAME 'jonahPrefs'
+ DESC 'Jonah 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'
SUP person
MAY ( mail $ hordePrefs $ impPrefs $ turbaPrefs $
gollemPrefs $ kronolithPrefs $ mnemoPrefs $
- trollPrefs $ nagPrefs $ klutzPrefs
+ trollPrefs $ nagPrefs $ klutzPrefs $
+ jonahPrefs
) )
--
KaalH!