Mailinglist Archive: yast-commit (1071 mails)

< Previous Next >
[yast-commit] r50576 - /trunk/ldap-server/src/LdapDatabase.ycp
  • From: rhafer@xxxxxxxxxxxxxxxx
  • Date: Tue, 02 Sep 2008 13:29:30 -0000
  • Message-id: <20080902132930.611732DEE9@xxxxxxxxxxxxxxxx>
Author: rhafer
Date: Tue Sep 2 15:29:30 2008
New Revision: 50576

URL: http://svn.opensuse.org/viewcvs/yast?rev=50576&view=rev
Log:
enable DN-textfield and push button when matching by-clauses are present

Modified:
trunk/ldap-server/src/LdapDatabase.ycp

Modified: trunk/ldap-server/src/LdapDatabase.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/LdapDatabase.ycp?rev=50576&r1=50575&r2=50576&view=diff
==============================================================================
--- trunk/ldap-server/src/LdapDatabase.ycp (original)
+++ trunk/ldap-server/src/LdapDatabase.ycp Tue Sep 2 15:29:30 2008
@@ -616,10 +616,11 @@
UI::ChangeWidget( `id( `cb_who), `Value, access["type"]:`nil );
UI::ChangeWidget( `id( `cb_access), `Value, access["level"]:`nil );
if ( access["type"]:`nil == `who_dn ||
- access["type"]:`nil == `who_dn ||
- access["type"]:`nil == `who_dn )
+ access["type"]:`nil == `who_dn_subtree ||
+ access["type"]:`nil == `who_group )

{
+ UI::ChangeWidget( `id( `pb_who ), `Enabled, true );
UI::ChangeWidget( `id( `te_who_dn ), `Enabled, true );
UI::ChangeWidget( `id( `te_who_dn ), `Value, access["dn"]:"" );
}

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages