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"