[Fedora-directory-commits] dsgw/pbconfig pb.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/pbconfig
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17993/dsgw/pbconfig

Modified Files:
	pb.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: pb.tmpl.in
===================================================================
RCS file: /cvs/dirsec/dsgw/pbconfig/pb.tmpl.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pb.tmpl.in	6 Mar 2008 22:00:40 -0000	1.4
+++ pb.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=pb&data=
+url-orgchart-base     "@httpurl@@cgiuri@/org?context=pb&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		@pbhtmldir@
+htmldir		"@pbhtmldir@"
 
 # The configdir directive tells the CGIs where to find the 
 # templates/configuration files
-configdir	@pbconfigdir@
+configdir	"@pbconfigdir@"
 
 # 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     @pburi@/
+gwnametrans     "@pburi@/"
 
 # The authlifetime directive specifies how long authentication credentials
 # are valid (in seconds).




More information about the Fedora-directory-commits mailing list