From a1ef21445638aadd9d0f2b58000b11bd1ecb58f3 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Wed, 25 Apr 2012 13:49:19 -0700 Subject: JNDI realm enhancement to handle multiple entry ACLs. Currently the realm only returns the last acl result in a multiple entry ACL. Since most of them only have one entry, this is mistly ok. This simple fix allows the code to handle multiple entries correctly. Ticket #123. --- base/common/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'base/common/src/CMakeLists.txt') diff --git a/base/common/src/CMakeLists.txt b/base/common/src/CMakeLists.txt index 5cd55365d..2b3977dbe 100644 --- a/base/common/src/CMakeLists.txt +++ b/base/common/src/CMakeLists.txt @@ -1093,6 +1093,7 @@ set(PKI_CMSBUNDLE_JAR ${pki-cmsbundle_JAR_FILE} CACHE INTERNAL "pki-cmsbundle ja # build pki jndi realm set(CMAKE_JAR_CLASSES_PREFIX com/netscape/cmscore/realm) add_jar(pki-jndi-realm ${pki-jndi-realm_SRCS}) +add_dependencies(pki-jndi-realm pki-nsutil pki-cmsutil pki-certsrv pki-cms pki-cmscore pki-cmsbundle) install_jar(pki-jndi-realm ${JAVA_JAR_INSTALL_DIR}/pki) set(PKI_JNDI_REALM_JAR ${pki-jndi-realm_JAR_FILE} CACHE INTERNAL "pki-jndi-realm jar file") -- cgit