From 3d36aca09b5cbdfbf3521a789f7da6cfa363e7e3 Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Wed, 29 Aug 2018 10:32:37 +0200 Subject: [PATCH] B #2372: Syntax error in ldap_auth.rb --- src/authm_mad/remotes/ldap/ldap_auth.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authm_mad/remotes/ldap/ldap_auth.rb b/src/authm_mad/remotes/ldap/ldap_auth.rb index 6197f5bcca..890ea2ce77 100644 --- a/src/authm_mad/remotes/ldap/ldap_auth.rb +++ b/src/authm_mad/remotes/ldap/ldap_auth.rb @@ -209,3 +209,4 @@ class OpenNebula::LdapAuth groups.delete(false) groups.compact.uniq end +end