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
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.Thanks for the useful addition to lldap!