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/utest/auth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ldaputil/utest/auth.cpp') 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", -- cgit