[PR #76] [MERGED] fix: sudogen: handle '.' and OS-specific templates correctly #215

Closed
opened 2026-05-07 00:19:51 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/76
Author: @speed47
Created: 12/3/2020
Status: Merged
Merged: 12/4/2020
Merged by: @speed47

Base: masterHead: fixsudoers


📝 Commits (3)

  • 526a5d0 fix: sudogen: proper detection of OS-specific templates
  • 50c016b fix: sudogen: properly handle accounts & groups containing '.'
  • 7c26c2b fix: tests: adjust testcase max days after b604cd137f

📊 Changes

9 files changed (+116 additions, -54 deletions)

View changed files

📝 bin/admin/check-consistency.pl (+11 -3)
📝 bin/admin/install (+2 -2)
📝 bin/helper/osh-accountCreate (+1 -7)
📝 bin/helper/osh-accountDelete (+4 -1)
📝 bin/helper/osh-groupCreate (+1 -7)
📝 bin/helper/osh-groupDelete (+4 -1)
📝 bin/sudogen/generate-sudoers.sh (+90 -30)
📝 tests/functional/docker/docker_build_and_run_tests.sh (+2 -2)
📝 tests/functional/tests.d/370-mfa.sh (+1 -1)

📄 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/76 **Author:** [@speed47](https://github.com/speed47) **Created:** 12/3/2020 **Status:** ✅ Merged **Merged:** 12/4/2020 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `fixsudoers` --- ### 📝 Commits (3) - [`526a5d0`](https://github.com/ovh/the-bastion/commit/526a5d0389dc65e541e929b03acac06e4df0764a) fix: sudogen: proper detection of OS-specific templates - [`50c016b`](https://github.com/ovh/the-bastion/commit/50c016be100f86812a9b88abcd7f75601f8a14ee) fix: sudogen: properly handle accounts & groups containing '.' - [`7c26c2b`](https://github.com/ovh/the-bastion/commit/7c26c2b7211b2b9bc63df96f711d37510051d8d2) fix: tests: adjust testcase max days after b604cd137f38100ab44ee0329de75c98cfde66a7 ### 📊 Changes **9 files changed** (+116 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/check-consistency.pl` (+11 -3) 📝 `bin/admin/install` (+2 -2) 📝 `bin/helper/osh-accountCreate` (+1 -7) 📝 `bin/helper/osh-accountDelete` (+4 -1) 📝 `bin/helper/osh-groupCreate` (+1 -7) 📝 `bin/helper/osh-groupDelete` (+4 -1) 📝 `bin/sudogen/generate-sudoers.sh` (+90 -30) 📝 `tests/functional/docker/docker_build_and_run_tests.sh` (+2 -2) 📝 `tests/functional/tests.d/370-mfa.sh` (+1 -1) </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:19:51 +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#215
No description provided.