Bläddra i källkod

Merge pull request #3601 from garonsky/issue-7850_Roxie_LDAP_Tab

HPCC-7850 Configmgr - Roxie componenet needs to have LDAP tab

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 år sedan
förälder
incheckning
baaf8d78ee
1 ändrade filer med 19 tillägg och 16 borttagningar
  1. 19 16
      initfiles/componentfiles/configxml/roxie.xsd.in

+ 19 - 16
initfiles/componentfiles/configxml/roxie.xsd.in

@@ -385,6 +385,7 @@
           </xs:appinfo>
         </xs:annotation>
       </xs:attribute>
+      <xs:attributeGroup ref="LDAP"/>
       <xs:attributeGroup ref="Options"/>
       <xs:attributeGroup ref="Tracing"/>
       <xs:attributeGroup ref="UDP"/>
@@ -397,7 +398,24 @@
       <xs:field xpath="@name"/>
     </xs:key>
   </xs:element>
-  <xs:attributeGroup name="Options">
+ <xs:attributeGroup name="LDAP">
+    <xs:attribute name="ldapUser" type="xs:string" use="optional" default="roxie">
+      <xs:annotation>
+        <xs:appinfo>
+          <tooltip>Specifies the user name for LDAP file access checking.</tooltip>
+        </xs:appinfo>
+      </xs:annotation>
+    </xs:attribute>
+    <xs:attribute name="ldapPassword" type="xs:string" use="optional">
+      <xs:annotation>
+        <xs:appinfo>
+          <viewType>password</viewType>
+          <tooltip>Specifies the password for LDAP file access checking.</tooltip>
+        </xs:appinfo>
+      </xs:annotation>
+    </xs:attribute>
+ </xs:attributeGroup>
+ <xs:attributeGroup name="Options">
     <xs:attribute name="allowRoxieOnDemand" type="xs:boolean" use="optional" default="false">
       <xs:annotation>
         <xs:appinfo>
@@ -579,21 +597,6 @@
         </xs:restriction>
       </xs:simpleType>
     </xs:attribute>
-    <xs:attribute name="ldapUser" type="xs:string" use="optional" default="roxie">
-      <xs:annotation>
-        <xs:appinfo>
-          <tooltip>Specifies the user name for LDAP file access checking.</tooltip>
-        </xs:appinfo>
-      </xs:annotation>
-    </xs:attribute>
-    <xs:attribute name="ldapPassword" type="xs:string" use="optional">
-      <xs:annotation>
-        <xs:appinfo>
-          <viewType>password</viewType>
-          <tooltip>Specifies the password for LDAP file access checking.</tooltip>
-        </xs:appinfo>
-      </xs:annotation>
-    </xs:attribute>
     <xs:attribute name="localFilesExpire" type="xs:integer" use="optional" default="-1">
       <xs:annotation>
         <xs:appinfo>