summaryrefslogtreecommitdiffstats
path: root/ldap/servers/snmp
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
commit2021746ab9832bbd8a4cbb4d788f1a8556667d81 (patch)
tree18541feca5f4ceb4730176304df5de051e369288 /ldap/servers/snmp
parent1edb0d5cd52be6c43a2291997468d7ff413f6a21 (diff)
downloadds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.gz
ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.xz
ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.zip
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0 Reviewed by: Noriko (Thanks!) Fix Description: This also fixes some lingering build issues involving perldap, which is no longer a separate setup package, but just gets included into DS in a similar manner to nspr, nss, etc. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'ldap/servers/snmp')
-rw-r--r--ldap/servers/snmp/ntagt/Makefile2
-rw-r--r--ldap/servers/snmp/ntagt/nsldapagt_nt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ldap/servers/snmp/ntagt/Makefile b/ldap/servers/snmp/ntagt/Makefile
index 2e7d59ce..b0f50b98 100644
--- a/ldap/servers/snmp/ntagt/Makefile
+++ b/ldap/servers/snmp/ntagt/Makefile
@@ -107,7 +107,7 @@ $(AGTMMAP): $(SLAPD_ROOT)/$(AGTMMAP).c $(SLAPD_ROOT)/$(AGTMMAP).h
$(SNMP_OBJS): $(SNMP_SRCS) $(SNMP_INCS)
$(BINDIR)/$(SNMP_LIB): $(SNMP_OBJS) $(SNMP_RES) Makefile
- $(LINK_DLL) $(LD_EXTRAS) /DEF:"nsldapagt_nt.def" /VERSION:"7" \
+ $(LINK_DLL) $(LD_EXTRAS) /DEF:"nsldapagt_nt.def" /VERSION:"1" \
$(SNMP_OBJS) $(EXTRA_LIBS)
$(LIBDEST)/%.$(OBJ_SUFFIX): %.cxx
diff --git a/ldap/servers/snmp/ntagt/nsldapagt_nt.c b/ldap/servers/snmp/ntagt/nsldapagt_nt.c
index 853ac04b..bb73dbf6 100644
--- a/ldap/servers/snmp/ntagt/nsldapagt_nt.c
+++ b/ldap/servers/snmp/ntagt/nsldapagt_nt.c
@@ -784,7 +784,7 @@ int MagtLoadStaticInfo(MagtStaticInfo_t *staticInfo, char *pszRootDir, int *SNMP
REPLACE(staticInfo->entityDescr.val, "Fedora Directory Server");
staticInfo->entityDescr.len = strlen(staticInfo->entityDescr.val);
- REPLACE(staticInfo->entityVers.val, "7");
+ REPLACE(staticInfo->entityVers.val, "1");
staticInfo->entityVers.len = strlen(staticInfo->entityVers.val);
REPLACE(staticInfo->entityOrg.val, "Not Available");