summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/ldap/dn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/auth/ldap/dn.rb')
-rw-r--r--lib/gitlab/auth/ldap/dn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/auth/ldap/dn.rb b/lib/gitlab/auth/ldap/dn.rb
index 0b496da784d..ea88dedadf5 100644
--- a/lib/gitlab/auth/ldap/dn.rb
+++ b/lib/gitlab/auth/ldap/dn.rb
@@ -21,7 +21,7 @@
# class also helps take care of that.
module Gitlab
module Auth
- module LDAP
+ module Ldap
class DN
FormatError = Class.new(StandardError)
MalformedError = Class.new(FormatError)