Skip to content

Commit e001f04

Browse files
author
blackhedd
committed
Added syntax support for UnbindRequest bodies.
1 parent c07c5af commit e001f04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/net/ldap.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ class LdapError < Exception; end
273273

274274
AsnSyntax = BER.compile_syntax({
275275
:application => {
276+
:primitive => {
277+
2 => :null # UnbindRequest body
278+
},
276279
:constructed => {
277280
0 => :array, # BindRequest
278281
1 => :array, # BindResponse

0 commit comments

Comments
 (0)