diff options
author | Rich Megginson <rmeggins@redhat.com> | 2006-09-06 16:56:44 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2006-09-06 16:56:44 +0000 |
commit | 1198d440e04d163d0147382493e0356c508e9835 (patch) | |
tree | 24be9513820e16c4dd4fb05f7921aa10d9bd98ac /ldap/servers | |
parent | 0c389297612bdc3818f27a05116d7a00609d94c2 (diff) | |
download | ds-1198d440e04d163d0147382493e0356c508e9835.tar.gz ds-1198d440e04d163d0147382493e0356c508e9835.tar.xz ds-1198d440e04d163d0147382493e0356c508e9835.zip |
Bug(s) fixed: 205456
Bug Description: Enable core DS build
Reviewed by: nkinder, nhosoi (Thanks!)
Fix Description: I turned off all of the other components in the build,
such as adminserver, setuputil, clients, etc. and enabled the packaging
step when building just the core DS. Now, when you build just the core
DS, you get a slapd.tar.gz which you unpack in the server root you
create e.g. mkdir /opt/rhds ; cd /opt/rhds ; tar xfz slapd.tar.gz
In order to create an instance, you have to use the ds_newinst.pl script
as described here -
http://directory.fedora.redhat.com/wiki/Install_Guide#Installing_just_the_core_directory_server
I also got rid of several references to adminutil that are not needed
anymore.
Platforms tested: RHEL4 64
Flag Day: Yes. In order to build the full setuputil/adminserver
package, you must specify USE_SETUPUTIL=1 USE_ADMINSERVER=1 etc. on the
make/gmake command line.
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: I need to change the acceptance tests to
be able to test just the core DS package.
Diffstat (limited to 'ldap/servers')
-rw-r--r-- | ldap/servers/plugins/acl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ldap/servers/plugins/acl/Makefile b/ldap/servers/plugins/acl/Makefile index 087019b2..5696a14b 100644 --- a/ldap/servers/plugins/acl/Makefile +++ b/ldap/servers/plugins/acl/Makefile @@ -54,9 +54,6 @@ LIBDIR = $(LIB_RELDIR) include $(BUILD_ROOT)/nsconfig.mk include $(LDAP_SRC)/nsldap.mk -# ACL plugin depends on libadminutil -#MCC_INCLUDE += $(ADMINUTIL_INCLUDE) - ifeq ($(ARCH), WINNT) DEF_FILE:=./libacl.def endif |