We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I insert {"filter": "(uid=#{username})", "scope": "sub"} to LDAP Custom Domain search, Test Connection -button gives Error: TypeError.
{"filter": "(uid=#{username})", "scope": "sub"}
Seems that even default (example) JSON gives TypeError.
Do I have some configuration problem?
The text was updated successfully, but these errors were encountered:
3beed42
@savikko is fixed in our branch develop, you can pass userDN and password as empty strings if you don't want to use the develop version:
userDN
password
{"filter": "(uid=#{username})", "scope": "sub", "userDN": "", "password": ""}
Sorry, something went wrong.
rodrigok
No branches or pull requests
When I insert
{"filter": "(uid=#{username})", "scope": "sub"}
to LDAP Custom Domain search, Test Connection -button gives Error: TypeError.
Seems that even default (example) JSON gives TypeError.
Do I have some configuration problem?
The text was updated successfully, but these errors were encountered: