From ed55069e241f46098180775cf1138d0490b657e2 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 16 Mar 2005 00:31:54 +0000 Subject: Instead of getting nes-webapps_6_1.dtd from http://developer.netscape.com/products/servers/enterprise/dtds/, get it from the installed tree. --- ldap/admin/src/scripts/template-dsml-activate.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ldap/admin/src/scripts') 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 < - + + -- cgit