[yast-commit] r64859 - /branches/SuSE-Code-11-SP1-Branch/mail/src/suse-mailserver.schema
![](https://seccdn.libravatar.org/avatar/dbaac9b710153189a7ab78c8e9087807.jpg?s=120&d=mm&r=g)
Author: varkoly Date: Mon Jul 18 07:07:08 2011 New Revision: 64859 URL: http://svn.opensuse.org/viewcvs/yast?rev=64859&view=rev Log: Fix: set boolean attributes to SINGLE-VALUE Modified: branches/SuSE-Code-11-SP1-Branch/mail/src/suse-mailserver.schema Modified: branches/SuSE-Code-11-SP1-Branch/mail/src/suse-mailserver.schema URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/mail/s... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/mail/src/suse-mailserver.schema (original) +++ branches/SuSE-Code-11-SP1-Branch/mail/src/suse-mailserver.schema Mon Jul 18 07:07:08 2011 @@ -114,38 +114,40 @@ DESC 'Shows if the member of the group the mails will get' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} + SINGLE-VALUE ) + +attributetype ( MailAT:18 NAME ( 'suseDeliveryToFolder' 'deliveryToFolder' ) + DESC 'Shows if the member of the group the mails will get' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} + SINGLE-VALUE ) -attributetype ( MailAT:18 NAME ( 'suseImapQuota' 'imapQuota') +attributetype ( MailAT:19 NAME ( 'suseImapQuota' 'imapQuota') DESC 'Shows the imap quota of a user.' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) -attributetype ( MailAT:19 NAME ( 'tableKey') +attributetype ( MailAT:20 NAME ( 'tableKey') DESC 'Shows the imap quota of a user.' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE ) -attributetype ( MailAT:20 NAME ( 'tableValue') +attributetype ( MailAT:21 NAME ( 'tableValue') DESC 'Shows the imap quota of a user.' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE ) -attributetype ( MailAT:21 NAME ( 'valueType') +attributetype ( MailAT:22 NAME ( 'valueType') DESC 'Shows the imap quota of a user.' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} SINGLE-VALUE ) -attributetype ( MailAT:22 NAME ( 'suseDeliveryToFolder' 'deliveryToFolder' ) - DESC 'Shows if the member of the group the mails will get' - EQUALITY caseIgnoreMatch - SUBSTR caseIgnoreSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} ) - ## ## Objectclass Section ## @@ -153,7 +155,8 @@ DESC 'represents an entry which is able to receive mail' MAY ( suseMailAcceptAddress $ suseMailAlias $ suseVirtualAddress $ suseMailCommand $ - suseMailForwardAddress $ suseDeliveryToMember $ suseImapQuota $ suseDeliveryToFolder ) ) + suseMailForwardAddress $ suseDeliveryToMember $ + suseDeliveryToFolder $ suseImapQuota ) ) objectclass ( MailOC:2 NAME ( 'suseMailDomain' 'mailDomain' ) SUP top AUXILIARY DESC 'To configure behaviour of mail domains' -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
varkoly@svn2.opensuse.org