feat: add otherGroups to glauth example users

main
Louis Pearson 2024-01-07 14:40:23 -07:00
parent 5026d3a12c
commit 7386bb969a
1 changed files with 2 additions and 0 deletions

View File

@ -163,11 +163,13 @@
email = "contact@example.com"; email = "contact@example.com";
uidnumber = 1001; uidnumber = 1001;
primarygroup = 5501; primarygroup = 5501;
otherGroups = [ 5504 5505 5506 ];
} }
{ name = "geemili"; { name = "geemili";
email = "contact@example.com"; email = "contact@example.com";
uidnumber = 1000; uidnumber = 1000;
primarygroup = 5501; primarygroup = 5501;
otherGroups = [ 5504 5505 5506 ];
} }
]; ];
groups = [ groups = [