summaryrefslogtreecommitdiff
path: root/examples/ldapwalk2.pl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ldapwalk2.pl')
-rwxr-xr-xexamples/ldapwalk2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ldapwalk2.pl b/examples/ldapwalk2.pl
index 759e31d..eb1665a 100755
--- a/examples/ldapwalk2.pl
+++ b/examples/ldapwalk2.pl
@@ -36,7 +36,7 @@ my $attr;
if (($ldcon = new Net::LDAPapi($ldap_server)) == -1)
{
- die "Unable to Open LDAP Connection";
+ die "Unable to initialize!";
}
if ($ldcon->bind_s != LDAP_SUCCESS)