diff options
Diffstat (limited to 'ldap/include')
-rw-r--r-- | ldap/include/dirlite_strings.h | 2 | ||||
-rw-r--r-- | ldap/include/ntslapdregparms.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ldap/include/dirlite_strings.h b/ldap/include/dirlite_strings.h index 8cc36920..96c211bf 100644 --- a/ldap/include/dirlite_strings.h +++ b/ldap/include/dirlite_strings.h @@ -33,7 +33,7 @@ #define LITE_PW_EXP_ERR "Error: password policy is disabled in the " LITE_PRODUCT_NAME ", pw_exp " LITE_GENERIC_ERR /* all plugins which need to be used for Directory Lite must use this as their vendor string */ -#define PLUGIN_MAGIC_VENDOR_STR "Netscape Communications Corp." +#define PLUGIN_MAGIC_VENDOR_STR "Brandx, Inc." /* plugins which contain this substring in their pluginid will not be aprroved in DS Lite */ #define LITE_NTSYNCH_PLUGIN_ID_SUBSTR "nt-sync" diff --git a/ldap/include/ntslapdregparms.h b/ldap/include/ntslapdregparms.h index ea1ff559..8f235032 100644 --- a/ldap/include/ntslapdregparms.h +++ b/ldap/include/ntslapdregparms.h @@ -16,8 +16,8 @@ #define _NTSLAPDREGPARMS_H_ #define COMPANY_KEY "SOFTWARE\\Netscape" -#define COMPANY_NAME "Netscape Communications Corp." -#define PROGRAM_GROUP_NAME "Netscape" +#define COMPANY_NAME "Brandx, Inc." +#define PROGRAM_GROUP_NAME "Brandx" #define PRODUCT_NAME "slapd" #define PRODUCT_BIN "ns-slapd" #define SLAPD_EXE "slapd.exe" @@ -27,8 +27,8 @@ #define SLAPD_DONGLE_FILE "password.dng" #define DONGLE_FILE_NAME SLAPD_DONGLE_FILE #define PRODUCT_VERSION "1.0" -#define EVENTLOG_APPNAME "NetscapeSlapd" -#define DIRECTORY_SERVICE_PREFIX "Netscape Directory Server " +#define EVENTLOG_APPNAME "BrandxSlapd" +#define DIRECTORY_SERVICE_PREFIX "Brandx Directory Server " #define SERVICE_PREFIX DIRECTORY_SERVICE_PREFIX #define CONFIG_PATH_KEY "ConfigurationPath" #define EVENTLOG_MESSAGES_KEY "EventMessageFile" |