From 879f66ce5bdeb6939e724c71e061a2f265f18656 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Mon, 5 Dec 2011 19:21:13 +0100 Subject: [PATCH] make ldap drivers compatible with 3.2 (return driver name) --- src/authm_mad/remotes/ldap/authenticate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authm_mad/remotes/ldap/authenticate b/src/authm_mad/remotes/ldap/authenticate index 90501553f1..8d0fa527d9 100755 --- a/src/authm_mad/remotes/ldap/authenticate +++ b/src/authm_mad/remotes/ldap/authenticate @@ -54,7 +54,7 @@ if options[:group] end if ldap.authenticate(user_name, secret) - puts "#{user} #{user_name}" + puts "ldap #{user} #{user_name}" exit(0) else STDERR.puts "Bad user/password"