Skip to content

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

Open
@sebbASF

Description

@sebbASF

LdapServerAsnSyntax = Net::BER.compile_syntax(LdapServerAsnSyntaxTemplate)

Fixed by changing the line to

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions