Changeset 11195

Show
Ignore:
Timestamp:
08/14/08 09:06:56 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=juruen@…
Message:

+ Use eBox OID numbers in LDAP schemas

Location:
trunk/client
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/jabber/ChangeLog

    r11109 r11195  
    220.11.102 
    33        + Bugfix: Fix SSL PEM file path in c2s.xml template 
     4        + Use eBox OID number in LDAP schemas 
    450.11.101 
    56        + New release 
  • trunk/client/jabber/schemas/jabber.schema

    r4630 r11195  
    1 attributetype ( 1.4.6.1.4.1.7165.2.1.90 NAME 'jabberUid' 
     1attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.1 NAME 'jabberUid' 
    22        DESC 'User can use jabber service' 
    33        EQUALITY caseExactMatch 
    44        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{24} SINGLE-VALUE) 
    55 
    6 attributetype ( 1.4.6.1.4.1.7165.2.1.91 NAME 'jabberAdmin' 
     6attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.2 NAME 'jabberAdmin' 
    77        DESC 'User has administration rights' 
    88        EQUALITY booleanMatch 
    99        SYNTAX 1.3.6.1.4.1.1466.115.121.1.7) 
    1010 
    11 objectclass ( 1.4.6.1.4.1.7165.2.2.40 NAME 'userJabberAccount' SUP posixAccount AUXILIARY 
     11objectclass ( 1.3.6.1.4.1.31607.2.1.2.2.1 NAME 'userJabberAccount' SUP posixAccount AUXILIARY 
    1212        DESC 'Extra User Data to Jabber Ebox Module' 
    1313        MUST ( jabberUid $ jabberAdmin) ) 
  • trunk/client/mail/ChangeLog

    r11194 r11195  
    66        + Add postfix to sasl group instead of dpkg-stateoverriding stuff 
    77        + Update INSTALL doc 
     8        + Use eBox OID number in LDAP schemas 
    890.11.101 
    910        + 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' 
     1attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.1 NAME 'mailHomeDirectory' 
    22        DESC 'Base directory to mail directory' 
    33        EQUALITY caseIgnoreMatch 
    44        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 
    55                         
    6 attributetype ( 1.3.6.1.4.1.7165.2.1.72 NAME 'userMaildirSize' 
     6attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.2 NAME 'userMaildirSize' 
    77        DESC 'User account default maildir size' 
    88        EQUALITY integerMatch 
    99        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
    1010         
    11 attributetype ( 1.3.6.1.4.1.7165.2.1.73 NAME 'vddftMaildirSize' 
     11attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.3 NAME 'vddftMaildirSize' 
    1212        DESC 'Virtual domain default maildir size' 
    1313        EQUALITY integerMatch 
    1414        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 
    1515                         
    16 objectclass ( 1.3.6.1.4.1.7165.2.2.33 NAME 'usereboxmail' SUP posixAccount AUXILIARY 
     16objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.1 NAME 'usereboxmail' SUP posixAccount AUXILIARY 
    1717        DESC 'Extra User Data to Mail Ebox Module' 
    1818        MUST (mailHomeDirectory) 
    1919        MAY  (userMaildirSize ) ) 
    2020 
    21 objectclass ( 1.3.6.1.4.1.7165.2.2.34 NAME 'vdeboxmail' AUXILIARY 
     21objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.2 NAME 'vdeboxmail' AUXILIARY 
    2222        DESC 'Extra Virtual Domain Data to Mail Ebox Module' 
    2323        MAY  (vddftMaildirSize ) ) 
  • trunk/client/mailfilter/ChangeLog

    r11109 r11195  
    110.12 
    220.11.102 
    3         + New release 
     3        + Use eBox OID number in LDAP schemas 
    440.11.101 
    55        + New release 
  • trunk/client/mailfilter/schemas/eboxfilter.schema

    r7412 r11195  
    1 attributetype ( 1.3.6.1.4.1.7165.3.2.34 NAME 'domainMailPortion' 
     1attributetype ( 1.3.6.1.4.1.31607.2.1.4.1.1 NAME 'domainMailPortion' 
    22        DESC 'right-hand portion of the mail user portion. Needed for amavis matching' 
    33        EQUALITY caseIgnoreIA5Match 
     
    55        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) 
    66                         
    7 objectclass ( 1.3.6.1.4.1.7165.3.2.33 NAME 'vdmailfilter' AUXILIARY 
     7objectclass ( 1.3.6.1.4.1.31607.2.1.4.2.1 NAME 'vdmailfilter' AUXILIARY 
    88        DESC 'Filtering properties for a virtual domain' 
    99        SUP  'amavisAccount' 
  • trunk/client/samba/ChangeLog

    r11109 r11195  
    55        + Fix typo in administrator label 
    66        + Mark shares strings to translate 
     7        + Use eBox OID number in LDAP schemas 
    780.11.103 
    89        + 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.27 NAME 'displayResource' 
     1attributetype ( 1.3.6.1.4.1.31607.2.1.1.1.1 NAME 'displayResource' 
    22        DESC 'Display name for sharing resource' 
    33        EQUALITY caseIgnoreMatch 
     
    88####################################################################### 
    99 
    10 objectclass ( 1.4.6.1.4.1.7165.2.2.6 NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY 
     10objectclass ( 1.3.6.1.4.1.31607.2.1.1.2.1 NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY 
    1111        DESC 'EBox Group' 
    1212        MAY  (displayResource))