Closed ldidry closed 3 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)
set
update
Will look at this in the coming week.
Fixed by a PR from @Masgalor. Thanks for reporting, @ldidry.
The documentation says:
but this will give the help page.
The correct syntax seems to be:
(adding a
set
afterupdate
)