ruby-net-ldap
ruby-net-ldap copied to clipboard
ldapserver.rb:194:in `<main>': uninitialized constant LdapServerAsnSyntaxTemplate (NameError)
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)