[yast-commit] r60066 - /branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp
Author: rhafer Date: Fri Dec 11 13:33:07 2009 New Revision: 60066 URL: http://svn.opensuse.org/viewcvs/yast?rev=60066&view=rev Log: Fix Database-add Wizard (bnc#563932) Modified: branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp Modified: branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp?rev=60066&r1=60065&r2=60066&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/ldap-server/src/LdapDatabase.ycp Fri Dec 11 13:33:07 2009 @@ -1992,7 +1992,7 @@ ], "syncrepl" : $[ `next : "ppolicy", - `syncrepl : "last", + `syncrepl : `next, `abort : `abort ], "ppolicy" : $[ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org