From 03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 25 Mar 2005 02:09:27 +0000 Subject: [Bug 146919] Directory Server rebranding 1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version --- lib/ldaputil/examples/Certmap.mak | 26 +++++++++++++------------- lib/ldaputil/examples/README | 6 +++--- lib/ldaputil/utest/auth.cpp | 4 ++-- lib/ldaputil/utest/authtest | 2 +- lib/ldaputil/utest/certmap.conf | 2 +- lib/ldaputil/utest/stubs.cpp | 2 +- lib/ldaputil/utest/test.ref | 14 +++++++------- lib/libsi18n/getstrmem.h | 12 ++++++------ 8 files changed, 34 insertions(+), 34 deletions(-) (limited to 'lib') diff --git a/lib/ldaputil/examples/Certmap.mak b/lib/ldaputil/examples/Certmap.mak index a8e2d0ee..d965d152 100644 --- a/lib/ldaputil/examples/Certmap.mak +++ b/lib/ldaputil/examples/Certmap.mak @@ -72,8 +72,8 @@ CLEAN : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "c:\netscape\suitespot\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c -CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "c:\netscape\suitespot\include" /D "WIN32"\ +# ADD CPP /nologo /MT /W3 /GX /O2 /I "c:\Fedora\servers\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c +CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "c:\Fedora\servers\include" /D "WIN32"\ /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Certmap.pch" /YX /Fo"$(INTDIR)/" /c CPP_OBJS=.\Release/ CPP_SBRS=.\. @@ -99,7 +99,7 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ LINK32_OBJS= \ "$(INTDIR)\init.obj" \ "$(INTDIR)\plugin.obj" \ - "C:\Netscape\SuiteSpot\lib\nsldap32v10.lib" + "C:\Fedora\servers\lib\nsldap32v10.lib" "$(OUTDIR)\Certmap.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -138,8 +138,8 @@ CLEAN : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\netscape\suitespot\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c -CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\netscape\suitespot\include" /D\ +# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\Fedora\servers\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c +CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\Fedora\servers\include" /D\ "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Certmap.pch" /YX\ /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c CPP_OBJS=.\Debug/ @@ -166,7 +166,7 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ LINK32_OBJS= \ "$(INTDIR)\init.obj" \ "$(INTDIR)\plugin.obj" \ - "C:\Netscape\SuiteSpot\lib\nsldap32v10.lib" + "C:\Fedora\servers\lib\nsldap32v10.lib" "$(OUTDIR)\Certmap.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -211,9 +211,9 @@ LINK32_OBJS= \ SOURCE=.\plugin.c DEP_CPP_PLUGI=\ ".\plugin.h"\ - "c:\netscape\suitespot\include\certmap.h"\ - "c:\netscape\suitespot\include\lber.h"\ - "c:\netscape\suitespot\include\ldap.h"\ + "c:\Fedora\servers\include\certmap.h"\ + "c:\Fedora\servers\include\lber.h"\ + "c:\Fedora\servers\include\ldap.h"\ {$(INCLUDE)}"\sys\types.h"\ @@ -227,9 +227,9 @@ DEP_CPP_PLUGI=\ SOURCE=.\init.c DEP_CPP_INIT_=\ ".\plugin.h"\ - "c:\netscape\suitespot\include\certmap.h"\ - "c:\netscape\suitespot\include\lber.h"\ - "c:\netscape\suitespot\include\ldap.h"\ + "c:\Fedora\servers\include\certmap.h"\ + "c:\Fedora\servers\include\lber.h"\ + "c:\Fedora\servers\include\ldap.h"\ {$(INCLUDE)}"\sys\types.h"\ @@ -240,7 +240,7 @@ DEP_CPP_INIT_=\ ################################################################################ # Begin Source File -SOURCE=C:\Netscape\SuiteSpot\lib\nsldap32v10.lib +SOURCE=C:\Fedora\servers\lib\nsldap32v10.lib !IF "$(CFG)" == "Certmap - Win32 Release" diff --git a/lib/ldaputil/examples/README b/lib/ldaputil/examples/README index 51bc59e8..0cf56b0f 100644 --- a/lib/ldaputil/examples/README +++ b/lib/ldaputil/examples/README @@ -7,7 +7,7 @@ This directory contains an example program to demonstrate writing plugins using the "Certificate to LDAP Mapping" API. -Please read the "Managing Netscape Servers" manual to find out +Please read the "Managing Servers" manual to find out about how certificate to ldap mapping can be configured using the /userdb/certmap.conf file. Also refer to the "Certificate to LDAP Mapping API" documentation to find out @@ -66,8 +66,8 @@ subject DN and the issuer DN from the certificate. Build Procedure --------------- On UNIX: Edit the Makefile, and set the variables ARCH & SROOT -according to the comments in the Makefile. Download LDAP SDK -from the Netscape's DevEdge site and make the ldap include +according to the comments in the Makefile. Download LDAP C SDK +from the mozilla.org site and make the ldap include files available in /include. Copy the ../include/certmap.h file to the /include directory. Use 'gmake' to build the plugin. A shared library plugin.so diff --git a/lib/ldaputil/utest/auth.cpp b/lib/ldaputil/utest/auth.cpp index cfdd4a53..c273e803 100644 --- a/lib/ldaputil/utest/auth.cpp +++ b/lib/ldaputil/utest/auth.cpp @@ -21,7 +21,7 @@ static const char* dllname = "plugin.so"; -char *global_issuer_dn = "o=Netscape Communications, c=US"; +char *global_issuer_dn = "o=Fedora Project, c=US"; #define NSPR_INIT(Program) (PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 8)) @@ -62,7 +62,7 @@ static int ldapu_certinfo_delete_test (const char *fname, const char *old_fname) } /* rv = ldapu_certinfo_delete("o=Ace Industry, c=US"); */ - rv = ldapu_certinfo_delete("o=Netscape Communications, c=US"); + rv = ldapu_certinfo_delete("o=Fedora Project, c=US"); if (rv != LDAPU_SUCCESS) { fprintf(stderr, "ldapu_certinfo_delete failed. Reason: %s\n", diff --git a/lib/ldaputil/utest/authtest b/lib/ldaputil/utest/authtest index 026fa9d1..f08db599 100755 --- a/lib/ldaputil/utest/authtest +++ b/lib/ldaputil/utest/authtest @@ -87,7 +87,7 @@ must_succeed ./auth 9 "o=Ace Industry, c=US" "cn=Kirsten Vaughan, ou=Human Resou #must_fail ./auth 9 "default" "cn=Kirsten Vaughan, o=Ace Industry, c=US" # test for encode/decode bindpw -must_succeed ./auth 10 "cn=Foo Bar, o=Netscape Communication, c=US" "foobar" +must_succeed ./auth 10 "cn=Foo Bar, o=Fedora Project, c=US" "foobar" # test for reading dbnames from dbswitch.conf file must_succeed ./auth 11 dblist.conf ignore diff --git a/lib/ldaputil/utest/certmap.conf b/lib/ldaputil/utest/certmap.conf index 7d2dd575..7be4532f 100644 --- a/lib/ldaputil/utest/certmap.conf +++ b/lib/ldaputil/utest/certmap.conf @@ -21,7 +21,7 @@ certmap default default #default:FilterComps cn -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c diff --git a/lib/ldaputil/utest/stubs.cpp b/lib/ldaputil/utest/stubs.cpp index 4dfce34a..b3ae6e09 100644 --- a/lib/ldaputil/utest/stubs.cpp +++ b/lib/ldaputil/utest/stubs.cpp @@ -26,7 +26,7 @@ NSAPI_PUBLIC int ldapu_get_cert_subject_dn (void *cert_in, char **subjectDN) NSAPI_PUBLIC int ldapu_get_cert_issuer_dn (void *cert, char **issuerDN) { /* TEMPORARY -- not implemented yet*/ - *issuerDN = strdup("o=Netscape Communications, c=US"); + *issuerDN = strdup("o=Fedora Project, c=US"); return *issuerDN ? LDAPU_SUCCESS : LDAPU_FAILED; } diff --git a/lib/ldaputil/utest/test.ref b/lib/ldaputil/utest/test.ref index 88d4effd..b1ad9ccf 100644 --- a/lib/ldaputil/utest/test.ref +++ b/lib/ldaputil/utest/test.ref @@ -254,9 +254,9 @@ plugin_verify_fn called. Matched entry to cert: "cn=Kirsten Vaughan, ou=Human Resources, o=Ace Industry, c=US" Authentication succeeded. -Start of test: ./auth 10 "cn=Foo Bar, o=Netscape Communication, c=US" "foobar" +Start of test: ./auth 10 "cn=Foo Bar, o=Fedora Project, c=US" "foobar" Config file written: config_out.conf -binddn from config file: "cn=Foo Bar, o=Netscape Communication, c=US" +binddn from config file: "cn=Foo Bar, o=Fedora Project, c=US" bindpw from config file: "foobar" Config file test succeeded Authentication succeeded. @@ -291,7 +291,7 @@ certmap default default #default:FilterComps cn -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c @@ -317,7 +317,7 @@ default2:verifycert on certmap default default -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c @@ -350,7 +350,7 @@ certmap default default #default:FilterComps cn -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c @@ -403,7 +403,7 @@ certmap default default #default:FilterComps cn -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c @@ -429,7 +429,7 @@ default2:verifycert on certmap default default -certmap default1 o=Netscape Communications, c=US +certmap default1 o=Fedora Project, c=US default1:library ./plugin.so default1:InitFn plugin_init_fn default1:DNComps ou o c diff --git a/lib/libsi18n/getstrmem.h b/lib/libsi18n/getstrmem.h index 3aa2025a..cff4e9e2 100644 --- a/lib/libsi18n/getstrmem.h +++ b/lib/libsi18n/getstrmem.h @@ -57,7 +57,7 @@ static char* userforms[] = { "", "Error: could not open servers list file.

\n", "Error: could not open %s server list file.

\n", - "Brandx Server Account", + "Fedora Server Account", "Server Account Management for %s", "Server Account Management", emptyString }; @@ -478,7 +478,7 @@ static char* httpdaemon[] = { "warning: daemon is running as super-user\n", "could not determine current user name\n", "error: chroot to %s failed (%s)\n", - "WARNING! Brandx executable and library have different versions.\n", + "WARNING! Fedora executable and library have different versions.\n", "startup: listening to %s://%s, port %d as %s\n", "startup: listening to %s://%s, port %d as %s\n", "seminit failed (%s)\n", @@ -828,7 +828,7 @@ static char* base[] = { "unable to allocate hash entry", "cache_insert: unable to create cache entry", "HTTP/1.0 200 OK\nContent-type: text/html\n\n", - "

Brandx cache status report

\n", + "

Fedora cache status report

\n", "No caches on system

", "

%s cache

\n", "Cache hit ratio: %d/%d (%f)

\n

\n", @@ -863,7 +863,7 @@ static char* base[] = { "error getting processor info for processor %d", "Error binding to processor %d", "bound process %d to processor %d", - "Brandx server is not explicitly binding to any processors.", + "Fedora server is not explicitly binding to any processors.", "cache monitor exited", "cache batch update daemon exited", "Using single threaded accepts.", @@ -872,7 +872,7 @@ static char* base[] = { "This machine has %d processors.", "Error calling thr_seconcurrency(%d)- (%s)", "Set conncurrency to %d.", - "WARNING! Brandx executable and library have different versions.\n", + "WARNING! Fedora executable and library have different versions.\n", "", "", "seminit failed (%s)\n", @@ -938,7 +938,7 @@ static char* base[] = { "dns-cache-insert: malloc failure", "successful server startup", "%s B%s", - "Brandx executable and shared library have different versions", + "Fedora executable and shared library have different versions", " executable version is %s", " shared library version is %s", "error reporting shutting down", -- cgit