Whamcloud - gitweb
* create lustre-ldap rpm in lustre.spec that configures openldap to have
authorrread <rread>
Sat, 28 Dec 2002 00:37:13 +0000 (00:37 +0000)
committerrread <rread>
Sat, 28 Dec 2002 00:37:13 +0000 (00:37 +0000)
  a lustre database
* add lovconfig to xsl

lustre/conf/Makefile.am [new file with mode: 0644]
lustre/conf/lustre2ldif.xsl
lustre/conf/top.ldif [new file with mode: 0644]

diff --git a/lustre/conf/Makefile.am b/lustre/conf/Makefile.am
new file mode 100644 (file)
index 0000000..7f98129
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2001  Cluster File Systems, Inc.
+#
+# 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
+ldapconfdir = $(sysconfdir)/openldap
+ldapschemadir = $(sysconfdir)/openldap/schema
+ldapconf_SCRIPTS = slapd-lustre.conf
+ldapschema_SCRIPTS = lustre.schema
+
+include $(top_srcdir)/Rules
+
index 139008e..faebeea 100644 (file)
@@ -189,6 +189,10 @@ 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>
diff --git a/lustre/conf/top.ldif b/lustre/conf/top.ldif
new file mode 100644 (file)
index 0000000..8629444
--- /dev/null
@@ -0,0 +1,4 @@
+dn: fs=lustre
+fs:lustre
+objectClass: lustre
+desc: Lustre Config