From 6b13074c005e8d5881f4d76ebddf187e3137116f Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 21 Jun 2007 21:57:23 +0000 Subject: Resolves: #244749 Summary: Configure Pass Thru Auth (comment #8, #9) Description: 1) Introducing BaseVersion (*.inf files) via PACKAGE_BASE_VERSION (configure.ac) to generate #.# format version number from #.#.#. The #.# format version number is used in the jar file names 2) Updated Util.pm.in to include ACIs to the search result. --- ldap/admin/src/scripts/Util.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldap/admin/src/scripts') diff --git a/ldap/admin/src/scripts/Util.pm.in b/ldap/admin/src/scripts/Util.pm.in index 2c3c283e..740cd39b 100644 --- a/ldap/admin/src/scripts/Util.pm.in +++ b/ldap/admin/src/scripts/Util.pm.in @@ -216,7 +216,7 @@ sub check_and_add_entry my $fresh = $context->[1]; my $verbose = $context->[2]; my @ctypes = $aentry->getValues("changetype"); - my $sentry = $conn->search($aentry->{dn}, "base", "(objectclass=*)"); + my $sentry = $conn->search($aentry->{dn}, "base", "(objectclass=*)", 0, ("*", "aci")); do { my $needtoadd; -- cgit