summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-03-16 00:31:54 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-03-16 00:31:54 +0000
commited55069e241f46098180775cf1138d0490b657e2 (patch)
tree77230a19a3b4dc10aeb4db4c0c9b08f0ff297dbb /ldap/admin/src/scripts
parent582957d7b7a2cc438de748a6752c21dc9af1040e (diff)
downloadds-ed55069e241f46098180775cf1138d0490b657e2.tar.gz
ds-ed55069e241f46098180775cf1138d0490b657e2.tar.xz
ds-ed55069e241f46098180775cf1138d0490b657e2.zip
Instead of getting nes-webapps_6_1.dtd from http://developer.netscape.com/products/servers/enterprise/dtds/, get it from the installed tree.
Diffstat (limited to 'ldap/admin/src/scripts')
-rw-r--r--ldap/admin/src/scripts/template-dsml-activate.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/ldap/admin/src/scripts/template-dsml-activate.pl b/ldap/admin/src/scripts/template-dsml-activate.pl
index 392e164f..6ebaf751 100644
--- a/ldap/admin/src/scripts/template-dsml-activate.pl
+++ b/ldap/admin/src/scripts/template-dsml-activate.pl
@@ -34,7 +34,7 @@ sub usage {
} else {
open DSMLCFG, ">$SERVERROOT{{SEP}}clients{{SEP}}dsmlgw{{SEP}}dsmlgw.cfg";
select DSMLCFG;
- print "\#properties file for the Netscape DSMLGW\n\nServerHost=${SERVERNAME}\nServerPort={{SERVER-PORT}}\nBindDN=\nBindPW=\n\n";
+ print "\#properties file for the DSMLGW\n\nServerHost=${SERVERNAME}\nServerPort={{SERVER-PORT}}\nBindDN=\nBindPW=\n\n";
print "MinLoginPool=1\nMaxLoginPool=2\nMinPool=3\nMaxPool=15\n";
close DSMLCFG;
}
@@ -150,7 +150,8 @@ EOF
print STDERR "adding necessary entry to $file.\n";
print <<EOF;
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE vs PUBLIC "-//Netscape Communications Corp.; Netscape//DTD Virtual Server Web Applications 6.1//EN" "http://developer.netscape.com/products/servers/enterprise/dtds/nes-webapps_6_1.dtd">
+<!DOCTYPE vs SYSTEM "file:${SERVERROOT}/bin/https/dtds/nes-webapps_6_1.dtd">
+
<vs>
<web-app uri="/axis" dir="${SERVERROOT}{{SEP}}clients{{SEP}}dsmlgw" enable="true"/>
</vs>