Bug#243929: adduser: Reserve specific UIDs for users that will be created at a later time

2022-11-29 Thread Marc Haber
Control: tags -1 thanks On Mon, Aug 22, 2022 at 08:42:26PM +0200, Marc Haber wrote: > Unfortunately, docs and tests are missing, and there are still some > issues in the code (marked with TODO). Hence, it's still a draft. Having > the code on salsa will help with rebasing. I have written a test

Bug#243929: adduser: Reserve specific UIDs for users that will be created at a later time

2022-08-22 Thread Marc Haber
On Thu, Jul 14, 2022 at 11:54:51AM +0200, Christoph Biedl wrote: > Christoph Biedl wrote... > > > Upon request of Marc Haber, I'm attaching the latest version of the Thanks for the patch. I have committed to a branch of the adduser repository and opened MR !61. Unfortunately, docs and tests are

Bug#243929: adduser: Reserve specific UIDs for users that will be created at a later time

2022-07-14 Thread Christoph Biedl
Upon request of Marc Haber, I'm attaching the latest version of the patch for this feature I had implemented more than twelve years ago and maintained for all the adduser versions that followed. Documentation is missing, so here are the relevant bits:

Bug#243929: adduser: Reserve specific UIDs for users that will be created at a later time

2022-07-14 Thread Christoph Biedl
Christoph Biedl wrote... > Upon request of Marc Haber, I'm attaching the latest version of the diff --git a/AdduserCommon.pm b/AdduserCommon.pm index d8cf966..21d2195 100644 --- a/AdduserCommon.pm +++ b/AdduserCommon.pm @@ -27,6 +27,7 @@ my $lockfile; 'gtx', 'invalidate_nscd',

Bug#243929: adduser: Reserve specific UIDs for users that will be created at a later time

2009-05-17 Thread Christoph Biedl
Hilko Bengen wrote... If the maintainers think that this feature might be useful, I promise to provide a patch. As I was looking for a solution to have unified system ids and Hilko was no longer interested in that topic I took the opportunity and hacked some stuff together. Attached you'll