[yast-commit] r57347 - /trunk/mail/src/MailServerLDAP.pm

Author: varkoly Date: Thu May 28 12:47:59 2009 New Revision: 57347 URL: http://svn.opensuse.org/viewcvs/yast?rev=57347&view=rev Log: we need 2 more indicies Modified: trunk/mail/src/MailServerLDAP.pm Modified: trunk/mail/src/MailServerLDAP.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/src/MailServerLDAP.pm?rev=57... ============================================================================== --- trunk/mail/src/MailServerLDAP.pm (original) +++ trunk/mail/src/MailServerLDAP.pm Thu May 28 12:47:59 2009 @@ -55,7 +55,8 @@ my $indices = YaPI::LdapServer->ReadIndex( $ldapMap->[2]->{'suffix'} ); my @attrs = ( "SuSEMailClient", "SUSEMailAcceptAddress", "zoneName", "SuSEMailDomainMasquerading", "relativeDomainName", "suseMailDomainType", - "suseTLSPerSitePeer", "SuSEMailTransportDestination" ); + "suseTLSPerSitePeer", "SuSEMailTransportDestination", + "suseDeliveryToFolder", "suseDeliveryToMember" ); foreach my $attr (@attrs){ my $curindex; if (! defined $indices->{$attr} ) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
varkoly@svn.opensuse.org