Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed argument passing to the ldap keyword + logging #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

melmothx
Copy link
Contributor

Without this change, the argument connection was simply ignored
because the syntax for the "plugin_args" is "plugin_args(@_)", not
simply "plugin_args".

Which, btw, is totally useless as D2 plugins wants the Dancer2
namespace.

This change comes with two test files which use a public LDAP server
for testing.

The first file 01-bare-ldap.t will try to contact the public box and
write out a ldap.conf file in the t/ directory, which in turn will be used
by our tests in t/ldap.t

This pull request will also bring in the logging change.

Implemented logging in the Handle with coderefs.
This way we can have a Dancer[1,2]-agnostic handle.

Without this change, the argument connection was simply ignored
because the syntax for the "plugin_args" is "plugin_args(@_)", not
simply "plugin_args".

Which, btw, is totally useless as D2 plugins wants the Dancer2
namespace.

This change comes with two test files which use a public LDAP server
for testing.

The first file 01-bare-ldap.t will try to contact the public box and
write out a ldap.conf file in the t/ directory, which in turn will be used
by our tests in t/ldap.t
This way we can have a Dancer[1,2]-agnostic handle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant