Whamcloud - gitweb
* add mdsdev support to ldap
authorrread <rread>
Tue, 7 Jan 2003 18:06:52 +0000 (18:06 +0000)
committerrread <rread>
Tue, 7 Jan 2003 18:06:52 +0000 (18:06 +0000)
* install ldap files

lustre/conf/Makefile.am
lustre/conf/lustre2ldif.xsl

index 7f98129..a205d10 100644 (file)
@@ -3,11 +3,13 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-EXTRA_DIST = lustre2ldif.xsl lustre.dtd lustre.schema slapd-lustre.conf
+EXTRA_DIST = lustre.dtd lustre.schema slapd-lustre.conf lustre2ldif.xsl top.ldif
 ldapconfdir = $(sysconfdir)/openldap
 ldapschemadir = $(sysconfdir)/openldap/schema
 ldapconf_SCRIPTS = slapd-lustre.conf
 ldapschema_SCRIPTS = lustre.schema
+pkglibdir = '${exec_prefix}/usr/lib/$(PACKAGE)'
+pkglib_DATA = top.ldif lustre2ldif.xsl
 
 include $(top_srcdir)/Rules
 
index f5d8098..c7ea957 100644 (file)
@@ -184,6 +184,10 @@ networkRef: <value-of select="@uuidref"/>
 mdsRef: <value-of select="@uuidref"/>
 </template>
 
+<template match="mdsdev_ref">
+mdsdevRef: <value-of select="@uuidref"/>
+</template>
+
 <template match="mountpoint_ref">
 mountpointRef: <value-of select="@uuidref"/>
 </template>