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

ldapReadConnectTimeout and ldapReadTimeout fields break the plugin #22

Open
rabun788 opened this issue Oct 31, 2017 · 1 comment
Open

Comments

@rabun788
Copy link

These two fields look to not be used, looks like this was prematurely pushed into master.

"ldapConnectTimeout": 3000,
"ldapReadTimeout": 3000

ex:

com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "ldapReadTimeout" (class io.containx.marathon.plugin.auth.type.LDAPConfig), not marked as ignorable (10 known properties: "base", "userSearch", "groupSearch", "bindUser", "dn", "url", "useSimpleAuthentication", "userSubTree", "bindPassword", "groupSubTree"])
@eugenepaniot
Copy link
Contributor

@rabun788 seems you use old version of plugin. To use ldapConnectTimeout, ldapReadTimeout you should manually pakage plugin from the master source tree.

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

No branches or pull requests

2 participants