Changeset 11195
- Timestamp:
- 08/14/08 09:06:56 (5 months ago)
- Location:
- trunk/client
- Files:
-
- 8 modified
-
jabber/ChangeLog (modified) (1 diff)
-
jabber/schemas/jabber.schema (modified) (1 diff)
-
mail/ChangeLog (modified) (1 diff)
-
mail/schemas/eboxmail.schema (modified) (1 diff)
-
mailfilter/ChangeLog (modified) (1 diff)
-
mailfilter/schemas/eboxfilter.schema (modified) (2 diffs)
-
samba/ChangeLog (modified) (1 diff)
-
samba/schemas/ebox.schema (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/jabber/ChangeLog
r11109 r11195 2 2 0.11.102 3 3 + Bugfix: Fix SSL PEM file path in c2s.xml template 4 + Use eBox OID number in LDAP schemas 4 5 0.11.101 5 6 + New release -
trunk/client/jabber/schemas/jabber.schema
r4630 r11195 1 attributetype ( 1. 4.6.1.4.1.7165.2.1.90NAME 'jabberUid'1 attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.1 NAME 'jabberUid' 2 2 DESC 'User can use jabber service' 3 3 EQUALITY caseExactMatch 4 4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{24} SINGLE-VALUE) 5 5 6 attributetype ( 1. 4.6.1.4.1.7165.2.1.91NAME 'jabberAdmin'6 attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.2 NAME 'jabberAdmin' 7 7 DESC 'User has administration rights' 8 8 EQUALITY booleanMatch 9 9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7) 10 10 11 objectclass ( 1. 4.6.1.4.1.7165.2.2.40NAME 'userJabberAccount' SUP posixAccount AUXILIARY11 objectclass ( 1.3.6.1.4.1.31607.2.1.2.2.1 NAME 'userJabberAccount' SUP posixAccount AUXILIARY 12 12 DESC 'Extra User Data to Jabber Ebox Module' 13 13 MUST ( jabberUid $ jabberAdmin) ) -
trunk/client/mail/ChangeLog
r11194 r11195 6 6 + Add postfix to sasl group instead of dpkg-stateoverriding stuff 7 7 + Update INSTALL doc 8 + Use eBox OID number in LDAP schemas 8 9 0.11.101 9 10 + Fixed bug when removing users in non-quota installations -
trunk/client/mail/schemas/eboxmail.schema
r10308 r11195 1 attributetype ( 1.3.6.1.4.1. 7165.2.1.71 NAME 'mailHomeDirectory'1 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.1 NAME 'mailHomeDirectory' 2 2 DESC 'Base directory to mail directory' 3 3 EQUALITY caseIgnoreMatch 4 4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 5 5 6 attributetype ( 1.3.6.1.4.1. 7165.2.1.72NAME 'userMaildirSize'6 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.2 NAME 'userMaildirSize' 7 7 DESC 'User account default maildir size' 8 8 EQUALITY integerMatch 9 9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 10 10 11 attributetype ( 1.3.6.1.4.1. 7165.2.1.73 NAME 'vddftMaildirSize'11 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.3 NAME 'vddftMaildirSize' 12 12 DESC 'Virtual domain default maildir size' 13 13 EQUALITY integerMatch 14 14 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 15 15 16 objectclass ( 1.3.6.1.4.1. 7165.2.2.33NAME 'usereboxmail' SUP posixAccount AUXILIARY16 objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.1 NAME 'usereboxmail' SUP posixAccount AUXILIARY 17 17 DESC 'Extra User Data to Mail Ebox Module' 18 18 MUST (mailHomeDirectory) 19 19 MAY (userMaildirSize ) ) 20 20 21 objectclass ( 1.3.6.1.4.1. 7165.2.2.34NAME 'vdeboxmail' AUXILIARY21 objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.2 NAME 'vdeboxmail' AUXILIARY 22 22 DESC 'Extra Virtual Domain Data to Mail Ebox Module' 23 23 MAY (vddftMaildirSize ) ) -
trunk/client/mailfilter/ChangeLog
r11109 r11195 1 1 0.12 2 2 0.11.102 3 + New release3 + Use eBox OID number in LDAP schemas 4 4 0.11.101 5 5 + New release -
trunk/client/mailfilter/schemas/eboxfilter.schema
r7412 r11195 1 attributetype ( 1.3.6.1.4.1. 7165.3.2.34NAME 'domainMailPortion'1 attributetype ( 1.3.6.1.4.1.31607.2.1.4.1.1 NAME 'domainMailPortion' 2 2 DESC 'right-hand portion of the mail user portion. Needed for amavis matching' 3 3 EQUALITY caseIgnoreIA5Match … … 5 5 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) 6 6 7 objectclass ( 1.3.6.1.4.1. 7165.3.2.33NAME 'vdmailfilter' AUXILIARY7 objectclass ( 1.3.6.1.4.1.31607.2.1.4.2.1 NAME 'vdmailfilter' AUXILIARY 8 8 DESC 'Filtering properties for a virtual domain' 9 9 SUP 'amavisAccount' -
trunk/client/samba/ChangeLog
r11109 r11195 5 5 + Fix typo in administrator label 6 6 + Mark shares strings to translate 7 + Use eBox OID number in LDAP schemas 7 8 0.11.103 8 9 + Bugfix. Add and use EBox::Samba::Types::Select to avoid -
trunk/client/samba/schemas/ebox.schema
r2618 r11195 1 attributetype ( 1. 4.6.1.4.1.7165.2.1.27NAME 'displayResource'1 attributetype ( 1.3.6.1.4.1.31607.2.1.1.1.1 NAME 'displayResource' 2 2 DESC 'Display name for sharing resource' 3 3 EQUALITY caseIgnoreMatch … … 8 8 ####################################################################### 9 9 10 objectclass ( 1. 4.6.1.4.1.7165.2.2.6NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY10 objectclass ( 1.3.6.1.4.1.31607.2.1.1.2.1 NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY 11 11 DESC 'EBox Group' 12 12 MAY (displayResource))
