[Fedora-directory-commits] dsgw dbtdsgw.h,1.3,1.4

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 29 20:38:13 UTC 2008


Author: rmeggins

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

Modified Files:
	dbtdsgw.h 
Log Message:
Resolves: Bug 146294
Description: DSGW needs to be brand agnostic
Fix Description: I removed all of the places in the code that referred to Fedora, Red Hat, or Netscape Directory Servers and other related products.  I also updated one file that contained the "N" graphic logo.  There are still several references to Netscape.  The main one is where the dsgw references the browser.  The other references are in the attributes and objectclasses that still have the word "netscape" in them.  We cannot remove these.
Platforms tested: RHEL5 x86_64
Flag Day: no
Doc impact: no



Index: dbtdsgw.h
===================================================================
RCS file: /cvs/dirsec/dsgw/dbtdsgw.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dbtdsgw.h	27 Feb 2008 03:36:50 -0000	1.3
+++ dbtdsgw.h	29 Feb 2008 20:38:10 -0000	1.4
@@ -459,7 +459,7 @@
         ResDef( DBT_missingArgumentForBindpwDirectiv_, 408, "Missing argument for \"bindpw\" directive\n" )
         ResDef( DBT_badFilenameForBinddnfileDirecti_, 409, "The binddn file must be specified with a full path and cannot exist under the dsgw directory\n" )
         ResDef (DBT_wrongPlaceForBinddnDirectiv_, 410, "The bind information should not be in the main configuration file. Please put it in a separate file outside of the dsgw directory\n")
-	ResDef( DBT_NotWillingToExecute_,  411, "The directory server gateway is not available for the restricted installation. To use the gateway upgrade to the full version of the Netscape Directory Server.\n" )
+	ResDef( DBT_NotWillingToExecute_,  411, "This value is not used anymore.\n" )
 	ResDef( DBT_missingArgumentForOrgChartURLDirectiv_, 412, "Missing argument for \"url-orgchart-base\" directive\n" )/*extracted from config.c*/
 	ResDef( DBT_missingArgumentForOrgChartSearchAttr_ , 413, "Missing argument for \"orgchart-attrib-farleft-rdn\" directive\n" )/*extracted from config.c*/
 	ResDef( DBT_theCharsetIsNotSupported , 414, "The charset is not supported\n" )




More information about the Fedora-directory-commits mailing list