Add LDAP user index

This commit is contained in:
2020-11-07 16:50:26 +01:00
parent 20a8102032
commit 259856a033
9 changed files with 90 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
gem 'net-ldap'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]