ruby-net-ldap icon indicating copy to clipboard operation
ruby-net-ldap copied to clipboard

ldapserver.rb:194:in `<main>': uninitialized constant LdapServerAsnSyntaxTemplate (NameError)

Open sebbASF opened this issue 1 year ago • 0 comments

https://github.com/ruby-ldap/ruby-net-ldap/blob/7f060e1f3a02592b35c350082297f17d7eac73f1/testserver/ldapserver.rb#L194

Fixed by changing the line to

LdapServerAsnSyntax = Net::BER.compile_syntax(LdapServer::LdapServerAsnSyntaxTemplate)

sebbASF avatar Jan 12 '24 00:01 sebbASF