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/14 16:31:00 UTC

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

Author: pamarcelot
Date: Fri Jun 14 14:31:00 2013
New Revision: 1493088

URL: http://svn.apache.org/r1493088
Log:
Fix for DIRSTUDIO-925 (Add new mandatory and optional attributes introduced for the 'ads-delegatingAuthenticator' 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=1493088&r1=1493087&r2=1493088&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 14 14:31:00 2013
@@ -1243,6 +1243,51 @@
       <syntax>1.3.6.1.4.1.1466.115.121.1.27</syntax>
       <equality>integerMatch</equality>
     </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.933" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-delegateSsl</alias>
+      </aliases>
+      <description>Tells if the delegatedAuthenticator uses SSL</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.7</syntax>
+      <equality>booleanMatch</equality>
+    </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.936" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-delegateTls</alias>
+      </aliases>
+      <description>Tells if the authenticator will use StartTLS</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.7</syntax>
+      <equality>booleanMatch</equality>
+    </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.937" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-delegateSslTrustManager</alias>
+      </aliases>
+      <description>FQCN of the TrustManager to use to validate the SSL communication</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.15</syntax>
+      <equality>caseExactMatch</equality>
+    </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.938" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-delegateTlsTrustManager</alias>
+      </aliases>
+      <description>FQCN of the TrustManager to use to validate the startTls communication</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.15</syntax>
+      <equality>caseExactMatch</equality>
+    </attributetype>
+    <attributetype oid="1.3.6.1.4.1.18060.0.4.1.2.935" obsolete="false" singlevalue="true" collective="false" nousermodification="false">
+      <aliases>
+        <alias>ads-delegateBaseDn</alias>
+      </aliases>
+      <description>The base DN from which we will delegate authentication</description>
+      <usage>USER_APPLICATIONS</usage>
+      <syntax>1.3.6.1.4.1.1466.115.121.1.12</syntax>
+      <equality>distinguishedNameMatch</equality>
+    </attributetype>
   </attributetypes>
   <objectclasses>
     <objectclass oid="1.3.6.1.4.1.18060.0.4.1.3.700" obsolete="false">
@@ -1470,7 +1515,14 @@
       <mandatory>
         <attributetype>ads-delegateHost</attributetype>
         <attributetype>ads-delegatePort</attributetype>
+        <attributetype>ads-delegateBaseDn</attributetype>
       </mandatory>
+      <optional>
+        <attributetype>ads-delegateSsl</attributetype>
+        <attributetype>ads-delegateTls</attributetype>
+        <attributetype>ads-delegateSslTrustManager</attributetype>
+        <attributetype>ads-delegateTlsTrustManager</attributetype>
+      </optional>
     </objectclass>
     <objectclass oid="1.3.6.1.4.1.18060.0.4.1.3.300" obsolete="false">
       <aliases>