[yast-commit] r43998 - in /branches/SuSE-Linux-10_3-Branch/mail/src: mail-server_dialogs.ycp mail-server_ldap-setup.ycp
Author: varkoly Date: Wed Jan 30 12:09:39 2008 New Revision: 43998 URL: http://svn.opensuse.org/viewcvs/yast?rev=43998&view=rev Log: start the proposals Modified: branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_dialogs.ycp branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_ldap-setup.ycp Modified: branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_dialogs.ycp?rev=43998&r1=43997&r2=43998&view=diff ============================================================================== --- branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_dialogs.ycp (original) +++ branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_dialogs.ycp Wed Jan 30 12:09:39 2008 @@ -77,10 +77,10 @@ `VSpacing(0.2), `RichText(comment), `VSpacing(0.2), - `Left(`CheckBox(`id(`setup_ldap_server),_("Setup an local LDAP-Server."), setup_ldap_server)), - `VSpacing(0.2), `Left(`CheckBox(`id(`ca_mgm), _("Create certificates."), ca_mgm)), `VSpacing(0.2), + `Left(`CheckBox(`id(`setup_ldap_server),_("Setup an local LDAP-Server."), setup_ldap_server)), + `VSpacing(0.2), `Left(`CheckBox(`id(`conf_ldap_server), _("Configure dedicated LDAP-Server."), conf_ldap_server)), `HBox ( `PushButton (`id (`abort),Label::AbortButton()), Modified: branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_ldap-setup.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_ldap-setup.ycp?rev=43998&r1=43997&r2=43998&view=diff ============================================================================== --- branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_ldap-setup.ycp (original) +++ branches/SuSE-Linux-10_3-Branch/mail/src/mail-server_ldap-setup.ycp Wed Jan 30 12:09:39 2008 @@ -70,11 +70,11 @@ //Now we start the requested modules if(contains(args,"ca_mgm") ) { - WFM::CallFunction("ca_mgm",[]); + WFM::CallFunction("ca_mgm_proposal",[]); } if(contains(args,"setup") ) { - WFM::CallFunction("ldap-server",[]); + WFM::CallFunction("ldap-server",[ .propose ]); MailServerLDAP::ConfigureLDAPServer(); } if(contains(args,"setup") ) -- 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