[PR #354] [MERGED] add accountFreeze / accountUnfreeze #423

Closed
opened 2026-05-07 00:20:50 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/354
Author: @speed47
Created: 12/16/2022
Status: Merged
Merged: 12/30/2022
Merged by: @speed47

Base: masterHead: freeze


📝 Commits (3)

  • 90539a6 enh: osh.pl: add the account name on each error message
  • 821cf29 enh: accountInfo: add --no-password-info and --no-output
  • cb3b47a feat: add accountFreeze/accountUnfreeze

📊 Changes

11 files changed (+401 additions, -38 deletions)

View changed files

bin/helper/osh-accountFreezeToggle (+137 -0)
bin/plugin/restricted/accountFreeze (+43 -0)
📝 bin/plugin/restricted/accountInfo (+23 -0)
📝 bin/plugin/restricted/accountList (+56 -17)
bin/plugin/restricted/accountUnfreeze (+40 -0)
📝 bin/shell/osh.pl (+29 -13)
📝 doc/sphinx/plugins/restricted/accountList.rst (+16 -8)
📝 doc/sphinx/plugins/restricted/index.rst (+2 -0)
etc/sudoers.d/osh-plugin-accountFreezeToggle (+2 -0)
📝 lib/perl/OVH/Bastion.pm (+23 -0)
📝 tests/functional/tests.d/325-accountinfo.sh (+30 -0)

📄 Description

feat: add accountFreeze/accountUnfreeze
enh: accountInfo: add --no-password-info and --no-output
enh: osh.pl: add the account name on each error message

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/354 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/16/2022 **Status:** ✅ Merged **Merged:** 12/30/2022 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `freeze` --- ### 📝 Commits (3) - [`90539a6`](https://github.com/ovh/the-bastion/commit/90539a61411c153b8c8ba4a67592daae41a45a8c) enh: osh.pl: add the account name on each error message - [`821cf29`](https://github.com/ovh/the-bastion/commit/821cf29a733ebae3e607d93effdcfbd60150fe05) enh: accountInfo: add --no-password-info and --no-output - [`cb3b47a`](https://github.com/ovh/the-bastion/commit/cb3b47a0071c4a93ccb3197b081eb5c28d7d2463) feat: add accountFreeze/accountUnfreeze ### 📊 Changes **11 files changed** (+401 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `bin/helper/osh-accountFreezeToggle` (+137 -0) ➕ `bin/plugin/restricted/accountFreeze` (+43 -0) 📝 `bin/plugin/restricted/accountInfo` (+23 -0) 📝 `bin/plugin/restricted/accountList` (+56 -17) ➕ `bin/plugin/restricted/accountUnfreeze` (+40 -0) 📝 `bin/shell/osh.pl` (+29 -13) 📝 `doc/sphinx/plugins/restricted/accountList.rst` (+16 -8) 📝 `doc/sphinx/plugins/restricted/index.rst` (+2 -0) ➕ `etc/sudoers.d/osh-plugin-accountFreezeToggle` (+2 -0) 📝 `lib/perl/OVH/Bastion.pm` (+23 -0) 📝 `tests/functional/tests.d/325-accountinfo.sh` (+30 -0) </details> ### 📄 Description feat: add accountFreeze/accountUnfreeze enh: accountInfo: add --no-password-info and --no-output enh: osh.pl: add the account name on each error message --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:50 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#423
No description provided.