bug#45570: [PATCH v3] system: Assert, that user and group names are unique.

2021-01-11 Thread Leo Prikler
Am Montag, den 11.01.2021, 14:09 +0100 schrieb Ludovic Courtès: > Hi, > > Leo Prikler skribis: > > > *gnu/system/shadow.scm (find-duplicates): New variable. > > (assert-unique-account-names, assert-unique-group-names): New > > variables. > > (account-activation): Use them here. > > LGTM, thanks

bug#45570: [PATCH v3] system: Assert, that user and group names are unique.

2021-01-11 Thread Ludovic Courtès
Hi, Leo Prikler skribis: > *gnu/system/shadow.scm (find-duplicates): New variable. > (assert-unique-account-names, assert-unique-group-names): New variables. > (account-activation): Use them here. LGTM, thanks! :-) Ludo’.

bug#45570: [PATCH v3] system: Assert, that user and group names are unique.

2021-01-07 Thread Leo Prikler
*gnu/system/shadow.scm (find-duplicates): New variable. (assert-unique-account-names, assert-unique-group-names): New variables. (account-activation): Use them here. --- gnu/system/shadow.scm | 44 +++ 1 file changed, 44 insertions(+) diff --git a/gnu/syste