[Fedora-directory-commits] dsgw/config dsgw.tmpl.in,1.4,1.5

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Jun 23 18:28:52 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/config
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17993/dsgw/config

Modified Files:
	dsgw.tmpl.in 
Log Message:
Resolves: bug 452018
Bug Description: The default url for <other> is missing dc=com
Reviewed by: nkinder (Thanks!)
Fix Description: Several values in the config files needed to be quoted.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no



Index: dsgw.tmpl.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/dsgw.tmpl.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dsgw.tmpl.in	6 Mar 2008 22:00:10 -0000	1.4
+++ dsgw.tmpl.in	23 Jun 2008 18:28:50 -0000	1.5
@@ -40,11 +40,11 @@
 
 dirmgr        "@dirmgr@"
 
-location-suffix       @suffix@
+location-suffix       "@suffix@"
 
 securitypath  "@securitydir@"
 
-url-orgchart-base     @httpurl@@cgiuri@/org?context=dsgw&data=
+url-orgchart-base     "@httpurl@@cgiuri@/org?context=dsgw&data="
 
 # The attribute the orgchart uses to search for entries.
 # This value should correspond to the value of attrib-farleft-rdn
@@ -55,16 +55,16 @@
 enable-aim-presence	true
 
 # The htmldir directive tells the CGIs where to find the html files
-htmldir		@htmldir@
+htmldir		"@htmldir@"
 
 # The configdir directive tells the CGIs where to find the 
 # templates/configuration files
-configdir	@configdir@
+configdir	"@configdir@"
 
 # The gwnametrans directive tells the CGIs what url to output
 # for http redirection. It should be the same nameTrans set
 # in the webserver, if any is being is used.
-gwnametrans	@dsgwuri@/
+gwnametrans	"@dsgwuri@/"
 
 # The authlifetime directive specifies how long authentication credentials
 # are valid (in seconds).




More information about the Fedora-directory-commits mailing list