Skip to content

Fixed argument passing to the ldap keyword + logging#5

Open
melmothx wants to merge 2 commits into
racke:masterfrom
melmothx:master
Open

Fixed argument passing to the ldap keyword + logging#5
melmothx wants to merge 2 commits into
racke:masterfrom
melmothx:master

Conversation

@melmothx

Copy link
Copy Markdown
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