Commit f71769f
authored
Update ldap.rb to allow LDAP and not LDAPS access
The code was failing because
```
vendor/gems/ruby/3.1.0/gems/net-ldap-0.17.1/lib/net/ldap/connection.rb:72:in `open_connection': unsupported encryption method (Net::LDAP::Error)
```
The "nil" encryption method doesn't exist, to not use encryption, we can just omit the `encryption` parameter1 parent 3a623ac commit f71769f
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | 242 | | |
245 | 243 | | |
246 | 244 | | |
| |||
0 commit comments