Mailinglist Archive: yast-commit (939 mails)
| < Previous | Next > |
[yast-commit] r52989 - /trunk/ldap-server/src/LdapServer.pm
- From: rhafer@xxxxxxxxxxxxxxxx
- Date: Thu, 06 Nov 2008 13:53:16 -0000
- Message-id: <20081106135317.141A32F060@xxxxxxxxxxxxxxxx>
Author: rhafer
Date: Thu Nov 6 14:53:16 2008
New Revision: 52989
URL: http://svn.opensuse.org/viewcvs/yast?rev=52989&view=rev
Log:
Fixed check for SLP enablement (addtional fix for bnc#437267)
Modified:
trunk/ldap-server/src/LdapServer.pm
Modified: trunk/ldap-server/src/LdapServer.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/LdapServer.pm?rev=52989&r1=52988&r2=52989&view=diff
==============================================================================
--- trunk/ldap-server/src/LdapServer.pm (original)
+++ trunk/ldap-server/src/LdapServer.pm Thu Nov 6 14:53:16 2008
@@ -558,7 +558,7 @@
Progress->Finish();
return 0;
}
- if ( $registerSlp )
+ if ( $registerSlp == 1 || $registerSlp->value == 1 )
{
SCR->Write('.sysconfig.openldap.OPENLDAP_REGISTER_SLP', 'yes');
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Nov 6 14:53:16 2008
New Revision: 52989
URL: http://svn.opensuse.org/viewcvs/yast?rev=52989&view=rev
Log:
Fixed check for SLP enablement (addtional fix for bnc#437267)
Modified:
trunk/ldap-server/src/LdapServer.pm
Modified: trunk/ldap-server/src/LdapServer.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/LdapServer.pm?rev=52989&r1=52988&r2=52989&view=diff
==============================================================================
--- trunk/ldap-server/src/LdapServer.pm (original)
+++ trunk/ldap-server/src/LdapServer.pm Thu Nov 6 14:53:16 2008
@@ -558,7 +558,7 @@
Progress->Finish();
return 0;
}
- if ( $registerSlp )
+ if ( $registerSlp == 1 || $registerSlp->value == 1 )
{
SCR->Write('.sysconfig.openldap.OPENLDAP_REGISTER_SLP', 'yes');
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |