From: rread Date: Sat, 29 Mar 2003 02:50:00 +0000 (+0000) Subject: use older 4xslt syntax, for compatibility X-Git-Tag: v1_7_100~1^94~42 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3ecae259d09690d9410db58b5f8365bc46e5c030;p=fs%2Flustre-release.git use older 4xslt syntax, for compatibility --- 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