diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-04 09:13:50 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-04 09:13:50 +1000 |
commit | 5ef89790eb30bc61af4d6f8a429af316aa0a3702 (patch) | |
tree | c9022b89c8eaba043008c6770156632a631fa8e9 | |
parent | 5020938b4149566a487f02e6fa995d99daaa6b42 (diff) | |
download | puppet-5ef89790eb30bc61af4d6f8a429af316aa0a3702.tar.gz puppet-5ef89790eb30bc61af4d6f8a429af316aa0a3702.tar.xz puppet-5ef89790eb30bc61af4d6f8a429af316aa0a3702.zip |
Removed debugging from lib/puppet/util/ldap/connection.rb
-rw-r--r-- | lib/puppet/util/ldap/connection.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/util/ldap/connection.rb b/lib/puppet/util/ldap/connection.rb index 861539872..f6530f853 100644 --- a/lib/puppet/util/ldap/connection.rb +++ b/lib/puppet/util/ldap/connection.rb @@ -63,7 +63,6 @@ class Puppet::Util::Ldap::Connection @connection.set_option(LDAP::LDAP_OPT_REFERRALS, LDAP::LDAP_OPT_ON) @connection.simple_bind(user, password) rescue => detail - puts detail.class raise Puppet::Error, "Could not connect to LDAP: %s" % detail end end |