-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend sssctl to manage cached GPOs #7147
Conversation
ebbec2b
to
a23f1e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scabrero, I reviewd the changes, looks great! Thanks for the effort.
Would you be so kind and update also sss_cache man page? (src/man/sss_cache.8.xml)
Tomáš
Sorry, mixed up T. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, works as expected, ACK
Hi @scabrero, could you please add RN? |
Hi @alexey-tikhonov, I added an empty commit with the :relnote: tag. If you prefer to amend the latest patch just let me know and I will push again. Thanks for the reviews! |
Hi, thank you for the patches, in general I'm fine but please my in-line comments. Some general comments.
or
which imo should be mentioned in the Is there is reason you are using the bye, |
44923f8
to
4179583
Compare
Hi, I have addressed all suggestions and pushed an update with the following changes: Hi Sumit,
Because I saw that
Yes, and I made it case-insensitive for searches. Summary of changes:
|
4179583
to
08a7645
Compare
08a7645
to
9aa961e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thank you for your patience, I have no further comments, ACK.
bye,
Sumit
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Always store the guid uppercased and enclosed in curly brackets. Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
…tive Signed-off-by: Samuel Cabrero <[email protected]>
Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
Resolves: SSSD#4523 Signed-off-by: Samuel Cabrero <[email protected]>
:relnote: The 'sssctl' command line tool has been extended to manage the cached GPOs. It is now possible to list ('gpo-list') and show ('gpo-show') the cached GPOs, and the 'gpo-remove' and 'gpo-purge' subcommands are particularly useful as they remove not only the entry from the database but also the downloaded GPO files. Signed-off-by: Samuel Cabrero <[email protected]>
9aa961e
to
4d6dfc0
Compare
|
Extends the
sssctl
tool to show, list, remove and purge cached GPOs.Fixes #4523