Skip to content

updating from 1.6.0 -> 1.6.1 means that you will need require 'active_directory' even if loaded from Gemfile #1

Description

@freibuis

Hi,

since updating to revision 1.6.1 you will need to use

require 'active_directory'

regardless if you run this from bundle exec

otherwise when you run

ActiveDirectory::Base.setup(settings)

you will get

uninitialized constant ActiveDirectory::Base

this breaks behavior from 1.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions