From 9763b3fe3dbb29df3ec94b25ff8900d3d61fb6bc Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 27 Dec 2002 22:46:31 +0000 Subject: [PATCH] new dir ./conf - move the DTD to conf - add ldap configs to conf change lconf arg --ldapserver to --ldapurl --- lustre/conf/lustre.dtd | 106 ++++++++++++++++++++++ lustre/conf/lustre2ldif.xsl | 198 ++++++++++++++++++++++++++++++++++++++++++ lustre/conf/slapd-lustre.conf | 12 +++ 3 files changed, 316 insertions(+) create mode 100644 lustre/conf/lustre.dtd create mode 100644 lustre/conf/lustre2ldif.xsl create mode 100644 lustre/conf/slapd-lustre.conf diff --git a/lustre/conf/lustre.dtd b/lustre/conf/lustre.dtd new file mode 100644 index 0000000..d7a678e --- /dev/null +++ b/lustre/conf/lustre.dtd @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl new file mode 100644 index 0000000..139008e --- /dev/null +++ b/lustre/conf/lustre2ldif.xsl @@ -0,0 +1,198 @@ + + + + +fs=lustre +config=,fs=lustre + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lustre/conf/slapd-lustre.conf b/lustre/conf/slapd-lustre.conf new file mode 100644 index 0000000..672f6ca --- /dev/null +++ b/lustre/conf/slapd-lustre.conf @@ -0,0 +1,12 @@ +####################################################################### +# lustre ldap config database +# $Id: slapd-lustre.conf,v 1.1.2.1 2002/12/27 22:46:26 rread Exp $ +####################################################################### + +database ldbm +suffix "fs=lustre" +rootdn "cn=Manager,fs=lustre" +include /etc/openldap/schema/lustre.schema +rootpw secret +directory /var/lib/ldap/lustre +index objectClass eq, uuid eq -- 1.8.3.1