Conversation
Signed-off-by: Wyndoo <wyndo101@gmail.com>
Signed-off-by: Wyndoo <wyndo101@gmail.com>
|
Heyo! First thanks for the PR. What about simply adding that into the --get-users-info directly ? |
|
Thanks also from my side for the work! Agreed with @Dfte. Not sure in which module we should start grouping these enumerations, but I think we should accumulate those. We start to have a bunch of modules that just queries one interesting attribute that exist in rare cases (get-users-info, get-userPassword, get-UnixUserPassword etc.) |
|
Sure, which are the modules that you would want to group? Should the module query all the interesting attributes at once or the user can specify what attribute to enumerate in the module options? |
|
I think let's just leave the module as is and we will group it in a bigger module once we have found a good name. |
Description
Based on the "get-info-users" which outputs the info field of users, this module enumerates the scriptPath attribute of all AD users.
Type of change
Insert an "x" inside the brackets for relevant items (do not delete options)
Setup guide for the review
Screenshots (if appropriate):
Checklist:
Insert an "x" inside the brackets for completed and relevant items (do not delete options)
poetry run python -m ruff check . --preview, use--fixto automatically fix what it can)tests/e2e_commands.txtfile if necessary (new modules or features are required to be added to the e2e tests)