Tests: Usermod rename user, change password, lock password#1622
Tests: Usermod rename user, change password, lock password#1622aborah-sudo wants to merge 3 commits intoshadow-maint:masterfrom
Conversation
1df807b to
83bcf72
Compare
d06e12d to
0611ed0
Compare
ikerexxe
left a comment
There was a problem hiding this comment.
I see you've chosen passlib over my suggestion to use hashlib. Can you help me understand the technical reasoning behind this choice? I want to make sure I understand the requirements correctly.
In addition, several commit messages mention usermode, but that's a different binary that isn't provided by shadow. Do you mind updating the commit messages to usermod?
ffd9848 to
02ace2b
Compare
This is the transformation to Python of the test located in `tests/usertools/01/10_usermod_rename_user_in_group.test` which checks that `usermod` can rename user who is member of a group
7f9d5a6 to
e761230
Compare
|
I see we went back to the I also want to avoid Please implement this using |
This is the transformation to Python of the test located in `tests/usertools/01/11_usermod_change_password.test` which checks that `usermod` can change user password
64b1e36 to
6d48bb4
Compare
This is the transformation to Python of the test located in `tests/usertools/01/11_usermod_lock_password.test` which checks that `usermod` can lock user password
Done |
No description provided.