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/06/21 17:05:13 UTC

svn commit: r1495470 - /directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml

Author: pamarcelot
Date: Fri Jun 21 15:05:13 2013
New Revision: 1495470

URL: http://svn.apache.org/r1495470
Log:
Updated the 'adsconfig' schema file with the addition of the new 'ads-pwdValidator' attribute type to the 'ads-passwordPolicy' object class.

Modified:
    directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml

Modified: directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml?rev=1495470&r1=1495469&r2=1495470&view=diff
==============================================================================
--- directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml (original)
+++ directory/studio/trunk/plugins/schemaeditor/resources/schemas/apacheds/adsconfig.xml Fri Jun 21 15:05:13 2013
@@ -1288,6 +1288,17 @@
       <syntax>1.3.6.1.4.1.1466.115.121.1.12</syntax>
       <equality>distinguishedNameMatch</equality>
     </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.925" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-pwdValidator</alias>
+      </aliases>
+      <description>FQCN of password validator</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.44</syntax>
+      <equality>caseExactMatch</equality>
+      <ordering>caseExactOrderingMatch</ordering>
+      <substring>caseExactSubstringsMatch</substring>
+    </attributetype>
   </attributetypes>
   <objectclasses>
     <objectclass oid="1.3.6.1.4.1.18060.0.4.1.3.700" obsolete="false">
@@ -1584,6 +1595,7 @@
         <attributetype>ads-pwdMinDelay</attributetype>
         <attributetype>ads-pwdMaxDelay</attributetype>
         <attributetype>ads-pwdMaxIdle</attributetype>
+        <attributetype>ads-pwdValidator</attributetype>
       </optional>
     </objectclass>
     <objectclass oid="1.3.6.1.4.1.18060.0.4.1.3.600" obsolete="false">