Whamcloud - gitweb
b=1084
authorrread <rread>
Fri, 11 Apr 2003 19:33:01 +0000 (19:33 +0000)
committerrread <rread>
Fri, 11 Apr 2003 19:33:01 +0000 (19:33 +0000)
* update dtd, ldap schema, etc to include the new group field.

lustre/conf/lustre2ldif.xsl

index 3171141..f8e7d59 100644 (file)
@@ -74,10 +74,17 @@ port: <value-of select="port"/>
 dn: uuid=<value-of select="@uuid"/>,<value-of select="$basedn"/>
 objectClass: MDS
 lustreName: <value-of select="@name"/>
-uuid: <value-of select="@uuid"/><apply-templates/>
+uuid: <value-of select="@uuid"/>
+activeRef: <value-of select="active_ref/@uuidref"/>
+<if test="lovconfig_ref">
+lovconfigRef: <value-of select="lovconfig_ref/@uuidref"/>
+</if>
 <if test="@failover">
 failover: <value-of select="@failover"/>
 </if>
+<if test="group">
+group: <value-of select="group"/>
+</if>
 <text>
 </text>
 </template>
@@ -161,10 +168,14 @@ journalsize: <value-of select="journalsize"/>
 dn: uuid=<value-of select="@uuid"/>,<value-of select="$basedn"/>
 objectClass: OST
 lustreName: <value-of select="@name"/>
-uuid: <value-of select="@uuid"/><apply-templates/>
+uuid: <value-of select="@uuid"/>
+activeRef: <value-of select="active_ref/@uuidref"/>
 <if test="@failover">
 failover: <value-of select="@failover"/>
 </if>
+<if test="group">
+group: <value-of select="group"/>
+</if>
 <text>
 </text>
 </template>
@@ -249,18 +260,8 @@ echoclientRef: <value-of select="@uuidref"/>
 lovRef: <value-of select="@uuidref"/>
 </template>
 
-<template match="lovconfig_ref">
-lovconfigRef: <value-of select="@uuidref"/>
-</template>
-
 <template match="path">
 path: <value-of select="."/>
 </template>
 
-<template match="active_ref">
-activeRef: <value-of select="@uuidref"/>
-</template>
-
 </stylesheet>
-
-