Changes of Revision 12
kolab-schema.spec
Changed
x
1
2
Name: kolab-schema
3
-Version: 3.1
4
+Version: 3.2
5
Release: 1%{?dist}
6
Summary: LDAP Schema Extensions for Kolab Groupware
7
8
9
%doc kolab3.schema kolab3.ldif
10
11
%changelog
12
+* Fri Nov 20 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.2-1
13
+- New version including a kolabResource objectClass
14
+
15
* Wed Feb 12 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.1-1
16
- Version compatible with UCS
17
18
debian.changelog
Changed
11
1
2
+kolab-schema (3.2-0) unstable; urgency=low
3
+
4
+ * Check in version 3.2
5
+
6
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 28 Nov 2014 14:32:35 +0200
7
+
8
kolab-schema (3.1-3) unstable; urgency=low
9
10
* Fresh version of UCS compatibility
11
kolab-schema-3.1.tar.gz/kolab3.ldif -> kolab-schema-3.2.tar.gz/kolab3.ldif
Changed
48
1
2
# include /kolab/etc/openldap/schema/cosine.schema
3
# include /kolab/etc/openldap/schema/inetorgperson.schema
4
# include /kolab/etc/openldap/schema/rfc2739.schema
5
-# include /kolab/etc/openldap/schema/kolab2.schema
6
+# include /kolab/etc/openldap/schema/kolab3.schema
7
# Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered
8
# Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob
9
# Prefix for attributes: 1.3.6.1.4.1.19414.1
10
11
EQUALITY caseIgnoreIA5Match
12
SUBSTR caseIgnoreIA5SubstringsMatch
13
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
14
+# Extended attributes for Resources
15
+attributeTypes: ( 1.3.6.1.4.1.19414.3.1.1
16
+ NAME 'kolabDescAttribute'
17
+ DESC 'Descriptive attribute or parameter for a Resource'
18
+ EQUALITY caseIgnoreIA5Match
19
+ SUBSTR caseIgnoreIA5SubstringsMatch
20
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
21
##########################
22
# kolabfilter attributes #
23
##########################
24
25
kolabDelegate $
26
kolabTargetFolder $
27
kolabAllowSMTPRecipient $
28
- kolabAllowSMTPSender ) )
29
+ kolabAllowSMTPSender $
30
+ owner ) )
31
# kolab account
32
# we use an auxiliary in order to ease integration
33
# with existing inetOrgPerson objects
34
35
kolabDeleteflag $
36
kolabAllowSMTPRecipient $
37
kolabAllowSMTPSender ) )
38
-
39
+# kolab resources
40
+objectClasses: ( 1.3.6.1.4.1.19414.3.2.9
41
+ NAME 'kolabResource'
42
+ DESC 'Kolab Resource'
43
+ SUP top AUXILIARY
44
+ MAY ( kolabInvitationPolicy $
45
+ kolabDescAttribute $
46
+ description $
47
+ owner ) )
48
kolab-schema-3.1.tar.gz/kolab3.schema -> kolab-schema-3.2.tar.gz/kolab3.schema
Changed
10
1
2
# include /kolab/etc/openldap/schema/cosine.schema
3
# include /kolab/etc/openldap/schema/inetorgperson.schema
4
# include /kolab/etc/openldap/schema/rfc2739.schema
5
-# include /kolab/etc/openldap/schema/kolab2.schema
6
+# include /kolab/etc/openldap/schema/kolab3.schema
7
# Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered
8
# Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob
9
# Prefix for attributes: 1.3.6.1.4.1.19414.1
10
kolab-schema.dsc
Changed
17
1
2
Source: kolab-schema
3
Binary: kolab-schema
4
Architecture: all
5
-Version: 3.1-3
6
+Version: 3.2-0~kolab1
7
Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
8
Uploaders: Paul Klos <kolab@klos2day.nl>
9
Homepage: http://www.kolab.org
10
11
Package-List:
12
kolab-schema deb mail extra
13
Files:
14
- 00000000000000000000000000000000 0 kolab-schema-3.1.tar.gz
15
+ 00000000000000000000000000000000 0 kolab-schema-3.2.tar.gz
16
00000000000000000000000000000000 0 debian.tar.gz
17