summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/ldap/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/auth/ldap/person.rb')
-rw-r--r--lib/gitlab/auth/ldap/person.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/auth/ldap/person.rb b/lib/gitlab/auth/ldap/person.rb
index 11a4052a109..88ec22aa75c 100644
--- a/lib/gitlab/auth/ldap/person.rb
+++ b/lib/gitlab/auth/ldap/person.rb
@@ -4,6 +4,8 @@ module Gitlab
module Auth
module LDAP
class Person
+ prepend_if_ee('::EE::Gitlab::Auth::LDAP::Person') # rubocop: disable Cop/InjectEnterpriseEditionModule
+
# Active Directory-specific LDAP filter that checks if bit 2 of the
# userAccountControl attribute is set.
# Source: http://ctogonewild.com/2009/09/03/bitmask-searches-in-ldap/