Zepmann / lldap-cli

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

Error in documentation about changing password #6

Closed ldidry closed 3 months ago

ldidry commented 9 months ago

The documentation says:

lldap-cli user update john.smith@example.com password hunter2

but this will give the help page.

The correct syntax seems to be:

lldap-cli user update set john.smith@example.com password hunter2

(adding a set after update)

Zepmann commented 3 months ago

Will look at this in the coming week.

Zepmann commented 3 months ago

Fixed by a PR from @Masgalor. Thanks for reporting, @ldidry.