[Fedora-directory-commits] dsgw/config/fr csearch.html.in, 1.1, 1.2 dsgw.conf, 1.1.1.1, 1.2 dsgw_adm.conf, 1.1.1.1, 1.2 dsgwfilter_adm.conf, 1.1.1.1, 1.2 newentry.html.in, 1.1, 1.2 search.html.in, 1.1, 1.2

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


Author: rmeggins

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

Modified Files:
	csearch.html.in dsgw.conf dsgw_adm.conf dsgwfilter_adm.conf 
	newentry.html.in search.html.in 
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: csearch.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/csearch.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csearch.html.in	14 Jan 2008 22:31:18 -0000	1.1
+++ csearch.html.in	29 Feb 2008 20:38:12 -0000	1.2
@@ -38,7 +38,7 @@
 <HTML>
 <!-- HEAD -->
 <!--csearch.html-->
-<TITLE>Netscape Directory Server Gateway : Advanced Search </TITLE>
+<TITLE>Directory Server Gateway : Advanced Search </TITLE>
 <!-- DS_CSEARCH_SCRIPT -->
 </HEAD>
 <FRAMESET ROWS=75,70,70,* BORDER=0 onLoad="init()">


Index: dsgw.conf
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/dsgw.conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- dsgw.conf	1 Jun 2006 19:43:54 -0000	1.1.1.1
+++ dsgw.conf	29 Feb 2008 20:38:12 -0000	1.2
@@ -64,13 +64,10 @@
 #   - same as above, but uses SSL to connect to the directory server,
 #     and contacts the server on port 636.
  
-baseurl   "ldap://ggood.mcom.com:389/o=Netscape Communications Corp., c=US"
-#baseurl  "ldap://belltower.mcom.com:9000/o=Ace%20Industry,%20c=US"
-#baseurl   "ldap://belltower:9000/o=Netscape Communications Corp., c=US"
-#baseurl  "ldap://ldap.itd.umich.edu:389/o=University of Michigan, c=US"
+baseurl   "ldap://ldap.example.com:389/dc=example,dc=com"
 
 # The dirmgr directive specifies the "Manager" DN for your directory.
-dirmgr	  "cn=Directory Manager, o=Netscape Communications Corp., c=US"
+dirmgr	  "cn=Directory Manager"
 
 # The securitypath directive gives the full path name to your
 # security databases.
@@ -100,7 +97,7 @@
 # should contain a locales directory, which contains configuration files.
 NLS ../../../lib/nls
 
-location-suffix "o=Netscape Communications Corp., c=US"
+location-suffix "dc=example,dc=com"
 
 # Mapping between config/display-XXX.html templates and LDAP objectClasses.
 # This can be generated by using ds/templateindex.  The format is:


Index: dsgw_adm.conf
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/dsgw_adm.conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- dsgw_adm.conf	1 Jun 2006 19:43:54 -0000	1.1.1.1
+++ dsgw_adm.conf	29 Feb 2008 20:38:12 -0000	1.2
@@ -61,8 +61,8 @@
 # Attribute Value Sets (used with DS_ATTRVAL_SET directives)
 #   attrvset   HANDLE   VALUE  PREFIX   SUFFIX
 #
-attrvset	CAL	news	""	"Netscape Collabra Server"
-attrvset	CAL	slapd	""	"Netscape Directory Server"
+attrvset	CAL	news	""	"Collabra Server"
+attrvset	CAL	slapd	""	"Directory Server"
 
 
 # Template Set definitions


Index: dsgwfilter_adm.conf
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/dsgwfilter_adm.conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- dsgwfilter_adm.conf	1 Jun 2006 19:43:53 -0000	1.1.1.1
+++ dsgwfilter_adm.conf	29 Feb 2008 20:38:12 -0000	1.2
@@ -67,7 +67,7 @@
 # if it is included.
 
 #
-# Directory Server gateway - for Netscape Admin Server
+# Directory Server gateway - for Admin Server
 #
 
 "dsgw-people"


Index: newentry.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/newentry.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- newentry.html.in	14 Jan 2008 22:31:18 -0000	1.1
+++ newentry.html.in	29 Feb 2008 20:38:12 -0000	1.2
@@ -38,7 +38,7 @@
 <HTML>
 <!-- HEAD -->
 <!--newentry.html-->
-<TITLE>Passerelle Netscape Directory Server : New Entry </TITLE>
+<TITLE>Passerelle Directory Server : New Entry </TITLE>
 <!-- DS_NEWENTRY_SCRIPT -->
 </HEAD>
 <FRAMESET ROWS=75,70,* BORDER=0 onLoad="init()">


Index: search.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/fr/search.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- search.html.in	14 Jan 2008 22:31:18 -0000	1.1
+++ search.html.in	29 Feb 2008 20:38:12 -0000	1.2
@@ -38,7 +38,7 @@
 <HTML>
 <!-- HEAD -->
 <!-- search.html -->
-<TITLE>Passerelle Netscape Directory Server : Standard Search</TITLE>
+<TITLE>Passerelle Directory Server : Standard Search</TITLE>
 <!-- DS_SEARCH_SCRIPT -->
 </HEAD>
 <FRAMESET ROWS=75,100,* BORDER=0 onLoad="init()">




More information about the Fedora-directory-commits mailing list