You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Use Godap version 2.7.0.
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!
The text was updated successfully, but these errors were encountered:
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:
--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 stdinP.S Thank you for a fantastic piece of software!
The text was updated successfully, but these errors were encountered: