summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2007-06-21 21:57:23 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2007-06-21 21:57:23 +0000
commit6b13074c005e8d5881f4d76ebddf187e3137116f (patch)
tree5560363e8c9ba10d0eb9d4e6a89a248edadecb60 /ldap/admin/src/scripts
parentdd4b9de117646b6c74f15089973cb923186037e0 (diff)
downloadds-6b13074c005e8d5881f4d76ebddf187e3137116f.tar.gz
ds-6b13074c005e8d5881f4d76ebddf187e3137116f.tar.xz
ds-6b13074c005e8d5881f4d76ebddf187e3137116f.zip
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.
Diffstat (limited to 'ldap/admin/src/scripts')
-rw-r--r--ldap/admin/src/scripts/Util.pm.in2
1 files changed, 1 insertions, 1 deletions
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;