From e5c378e101d36fc302153a9c449f468e5f337fdb Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 28 Dec 2002 00:37:13 +0000 Subject: [PATCH] * create lustre-ldap rpm in lustre.spec that configures openldap to have a lustre database * add lovconfig to xsl --- lustre/conf/Makefile.am | 13 +++++++++++++ lustre/conf/lustre2ldif.xsl | 4 ++++ lustre/conf/top.ldif | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 lustre/conf/Makefile.am create mode 100644 lustre/conf/top.ldif diff --git a/lustre/conf/Makefile.am b/lustre/conf/Makefile.am new file mode 100644 index 0000000..7f98129 --- /dev/null +++ b/lustre/conf/Makefile.am @@ -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 + diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl index 139008e..faebeea 100644 --- a/lustre/conf/lustre2ldif.xsl +++ b/lustre/conf/lustre2ldif.xsl @@ -189,6 +189,10 @@ echoclientRef: lovRef: + + diff --git a/lustre/conf/top.ldif b/lustre/conf/top.ldif new file mode 100644 index 0000000..8629444 --- /dev/null +++ b/lustre/conf/top.ldif @@ -0,0 +1,4 @@ +dn: fs=lustre +fs:lustre +objectClass: lustre +desc: Lustre Config -- 1.8.3.1