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

Issue with --passfile Parameter in Godap 2.7.0 #8

Closed
litvos opened this issue Jun 25, 2024 · 3 comments
Closed

Issue with --passfile Parameter in Godap 2.7.0 #8

litvos opened this issue Jun 25, 2024 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@litvos
Copy link

litvos commented Jun 25, 2024

Description:
I encountered an issue with the --passfile parameter in Godap version 2.7.0. While this parameter works correctly in version 2.5.0, I receive an error in version 2.7.0. The error does not occur in version 2.6.0.

Steps to Reproduce:

  1. Use Godap version 2.7.0.
  2. Attempt to use the --passfile parameter as done in previous versions.

Expected Behavior:
The --passfile parameter should work without any issues, as it does in versions 2.5.0 and 2.6.0.

Actual Behavior:
An error is generated:
2024/06/25 08:53:33 LDAP Result Code 206 "Empty password not allowed by the client": ldap: empty password not allowed by the client

Workaround
use -p and provide password via stdin

P.S Thank you for a fantastic piece of software!

@Macmod Macmod self-assigned this Jun 25, 2024
@Macmod Macmod added bug Something isn't working good first issue Good for newcomers labels Jun 25, 2024
@Macmod
Copy link
Owner

Macmod commented Jun 25, 2024

Great catch! For some reason I removed the lines that processed --passfile and --hashfile from 128a27d. My bad 👍

@Macmod Macmod closed this as completed in c9ca647 Jun 25, 2024
@Macmod
Copy link
Owner

Macmod commented Jun 25, 2024

Please try v2.7.1, let me know if that works for you :)

@litvos
Copy link
Author

litvos commented Jun 25, 2024

thank you Artur, works well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants