From 601249642893610ce2eada1bbd0e89d1bb2d0932 Mon Sep 17 00:00:00 2001 From: Nicolas Haller Date: Thu, 8 Jul 2010 14:34:27 +0200 Subject: [PATCH] autoconf says yes instead of nothing then all tests are done successfully --- plugins/other/slapd_ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/other/slapd_ b/plugins/other/slapd_ index 62826478..3f3f1563 100755 --- a/plugins/other/slapd_ +++ b/plugins/other/slapd_ @@ -189,6 +189,9 @@ if ($ARGV[0]) { or die "no (Needs LDAPv3)"; $ldap->bind ($userdn, password => $userpw) or die ("no (Can't log in, check env file)"); + # All tests done successfully + print "yes"; + } elsif ($ARGV[0] eq "config") { if ($0 =~ /slapd_([\w\d_]+)$/) { my $action = $1;