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

[SECURITY-877] WildFLy is Logging LDAP Bind Credential Password for SPNEGO #21

Merged
merged 2 commits into from Apr 20, 2015

Conversation

spolti
Copy link
Contributor

@spolti spolti commented Mar 23, 2015

No description provided.

if (credentials != null && credentials.length() > 0)
tmp.setProperty(Context.SECURITY_CREDENTIALS, "***");

if (bindCredential != null && bindCredential.length() > 0)
tmp.setProperty(BIND_CREDENTIAL, "***");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line above is also wrong but can you please wrap this with braces.

@darranl darranl merged commit 0dc9d19 into wildfly-security:master Apr 20, 2015
@darranl darranl mentioned this pull request May 11, 2020
5 tasks
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.

None yet

2 participants