You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/04/04 11:22:27 UTC

svn commit: r1464387 - /directory/studio/trunk/plugins/valueeditors/plugin.xml

Author: pamarcelot
Date: Thu Apr  4 09:22:27 2013
New Revision: 1464387

URL: http://svn.apache.org/r1464387
Log:
Fix for DIRSTUDIO-897 (Active Directory attribute type 'lockoutTime' should be linked with the 'MS AD Date and Time Editor').

Modified:
    directory/studio/trunk/plugins/valueeditors/plugin.xml

Modified: directory/studio/trunk/plugins/valueeditors/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/valueeditors/plugin.xml?rev=1464387&r1=1464386&r2=1464387&view=diff
==============================================================================
--- directory/studio/trunk/plugins/valueeditors/plugin.xml (original)
+++ directory/studio/trunk/plugins/valueeditors/plugin.xml Thu Apr  4 09:22:27 2013
@@ -49,6 +49,7 @@
        <attribute attributeType="lastLogon"/>
        <attribute attributeType="lastLogonTimeStamp"/>
        <attribute attributeType="badPasswordTime"/>
+       <attribute attributeType="lockoutTime"/>
     </valueEditor>
     <valueEditor
           class="org.apache.directory.studio.valueeditors.objectclass.ObjectClassValueEditor"