[PR #294] [CLOSED] fix tests & workaround for undocumented getpw/getgr caching #381

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/294
Author: @speed47
Created: 2/16/2022
Status: Closed

Base: masterHead: pwgrcache


📝 Commits (5)

  • e7ae12d chore: fix FreeBSD tests
  • 3cee36f chore: remove CentOS 8 from tests (EOL)
  • 30269c1 chore: add more info in syslog warnings for accountDelete
  • 5e459cc fix: workaround for undocumented caching in getpw/getgr funcs
  • 5e83f2a chore: interactive.inc: prepend internal funcs by _

📊 Changes

13 files changed (+241 additions, -158 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+1 -1)
📝 .github/workflows/tests.yml (+1 -1)
📝 README.md (+1 -1)
📝 bin/helper/osh-accountDelete (+4 -4)
📝 bin/plugin/open/groupList (+1 -1)
📝 bin/plugin/open/info (+2 -2)
📝 bin/plugin/restricted/accountInfo (+6 -6)
📝 doc/sphinx/installation/basic.rst (+1 -1)
docker/Dockerfile.centos8 (+0 -27)
📝 lib/perl/OVH/Bastion.pm (+1 -1)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+138 -108)
📝 lib/perl/OVH/Bastion/interactive.inc (+5 -5)
📝 lib/perl/OVH/Bastion/os.inc (+80 -0)

📄 Description

No description provided


🔄 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/294 **Author:** [@speed47](https://github.com/speed47) **Created:** 2/16/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pwgrcache` --- ### 📝 Commits (5) - [`e7ae12d`](https://github.com/ovh/the-bastion/commit/e7ae12d94b5c6bd6aa3fdcc3614146b4f77f763c) chore: fix FreeBSD tests - [`3cee36f`](https://github.com/ovh/the-bastion/commit/3cee36f759091785130555a4fc8fe0fcbe4ac85c) chore: remove CentOS 8 from tests (EOL) - [`30269c1`](https://github.com/ovh/the-bastion/commit/30269c173c19200c4597b8ce7ae010cbcff0c31d) chore: add more info in syslog warnings for accountDelete - [`5e459cc`](https://github.com/ovh/the-bastion/commit/5e459cc0ac8ab18321efcdf95ef7a606b9eeb467) fix: workaround for undocumented caching in getpw/getgr funcs - [`5e83f2a`](https://github.com/ovh/the-bastion/commit/5e83f2aea5500d4daa8052bd9cae9fab17aebdfd) chore: interactive.inc: prepend internal funcs by _ ### 📊 Changes **13 files changed** (+241 additions, -158 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+1 -1) 📝 `.github/workflows/tests.yml` (+1 -1) 📝 `README.md` (+1 -1) 📝 `bin/helper/osh-accountDelete` (+4 -4) 📝 `bin/plugin/open/groupList` (+1 -1) 📝 `bin/plugin/open/info` (+2 -2) 📝 `bin/plugin/restricted/accountInfo` (+6 -6) 📝 `doc/sphinx/installation/basic.rst` (+1 -1) ➖ `docker/Dockerfile.centos8` (+0 -27) 📝 `lib/perl/OVH/Bastion.pm` (+1 -1) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+138 -108) 📝 `lib/perl/OVH/Bastion/interactive.inc` (+5 -5) 📝 `lib/perl/OVH/Bastion/os.inc` (+80 -0) </details> ### 📄 Description _No description provided_ --- <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:38 +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#381
No description provided.