From 3ecae259d09690d9410db58b5f8365bc46e5c030 Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 29 Mar 2003 02:50:00 +0000 Subject: [PATCH] use older 4xslt syntax, for compatibility --- lustre/utils/load_ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/load_ldap.sh b/lustre/utils/load_ldap.sh index cc3fcb3..531d385 100755 --- a/lustre/utils/load_ldap.sh +++ b/lustre/utils/load_ldap.sh @@ -33,7 +33,7 @@ ldapsearch $LDAP_AUTH -b $LDAP_BASE > /dev/null 2>&1 || ldapsearch $LDAP_AUTH -b config=$NAME,$LDAP_BASE > /dev/null 2>&1 && ldapdelete $LDAP_AUTH -r config=$NAME,$LDAP_BASE -4xslt --define config=$NAME $XML $LUSTRE/conf/lustre2ldif.xsl > $LDIF +4xslt -D config=$NAME $XML $LUSTRE/conf/lustre2ldif.xsl > $LDIF echo "Loading config to 'config=$NAME,$LDAP_BASE' ..." ldapadd $LDAP_AUTH -f $LDIF -- 1.8.3.1