diff --git a/VERSION b/VERSION index 7eeb2c7..32c4ece 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.62 +1.0.63 diff --git a/ldeep/__main__.py b/ldeep/__main__.py index 698bad9..772071e 100755 --- a/ldeep/__main__.py +++ b/ldeep/__main__.py @@ -1645,11 +1645,11 @@ def action_modify_password(self, kwargs): Arguments: #user:string - User to unlock + Target user #newpassword:string New password - #currpassword:string = None - Current password + @currpassword:string = None + Current password (might be optional according to privileges) """ user = kwargs["user"] new = kwargs["newpassword"] @@ -1661,7 +1661,7 @@ def action_modify_password(self, kwargs): info("Password of {username} changed".format(username=user)) else: error( - "Unable to change {username}'s password, check privileges or try with ldaps://".format( + "Unable to change {username}'s password, check privileges".format( username=user ) )