[Fedora-directory-commits] ldapserver/ldap/clients/dsgw Versiongw.c, 1.4, 1.5 dbtdsgw.h, 1.5, 1.6

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 9 20:38:40 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/clients/dsgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28989

Modified Files:
	Versiongw.c dbtdsgw.h 
Log Message:
Bug(s) fixed: 202889:
Bug Description: Branding: Netscape Directory Server Gateway
Reviewed by: nkinder (Thanks!)
Fix Description: There were quite a few places in the dsgw/phonebook that referred to Netscape Directory Server.  These have been removed.
Nathan found a couple of places where I missed some netscape.com URLs, and suggested I remove references to Collabra server.
Platforms tested: FC5
Flag Day: no
Doc impact: no 



Index: Versiongw.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/Versiongw.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Versiongw.c	19 Apr 2005 22:07:01 -0000	1.4
+++ Versiongw.c	9 Oct 2006 20:38:37 -0000	1.5
@@ -49,4 +49,4 @@
 #define DSGW_VER_STR	PRODUCTTEXT
 #endif
 
-char *Versionstr = "Netscape-Directory-Gateway/"DSGW_VER_STR;
+char *Versionstr = "Fedora-Directory-Gateway/"DSGW_VER_STR;


Index: dbtdsgw.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dbtdsgw.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dbtdsgw.h	11 Apr 2006 02:14:32 -0000	1.5
+++ dbtdsgw.h	9 Oct 2006 20:38:37 -0000	1.6
@@ -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, "The directory server gateway is not available for the restricted installation. To use the gateway upgrade to the full version of the Fedora Directory Server.\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