Zepmann / lldap-cli

A command line tool for managing LLDAP.
GNU General Public License v3.0
37 stars 7 forks source link

Missing newline after manual password input #2

Closed jakob42 closed 9 months ago

jakob42 commented 10 months ago

Hi,

if I specify a password with -W in my bash (5.1.16) it correctly asks for a password, but doesn't print a newline. As a result the table header isn't properly aligned.

$ lldap-cli -D admin -W -H https://lldap.example.com schema attribute user list
Login password: Name           Type       Is list  Is visible  Is editable
----           ----       -------  ----------  -----------
avatar         JpegPhoto  false    true        true
creation_date  DateTime   false    true        false
display_name   String     false    true        true
first_name     String     false    true        true

Thanks for the useful addition to lldap!

Zepmann commented 9 months ago

@jakob42

This should be fixed in the latest version. Can you test this?

jakob42 commented 9 months ago

Yes, thank you 👍