Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d286708
)
use older 4xslt syntax, for compatibility
author
rread
<rread>
Sat, 29 Mar 2003 02:50:00 +0000
(
02:50
+0000)
committer
rread
<rread>
Sat, 29 Mar 2003 02:50:00 +0000
(
02:50
+0000)
lustre/utils/load_ldap.sh
patch
|
blob
|
history
diff --git
a/lustre/utils/load_ldap.sh
b/lustre/utils/load_ldap.sh
index
cc3fcb3
..
531d385
100755
(executable)
--- 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