commit ad8ccd554bb28e347cf0e997429a408457280182 from: Omar Polo date: Mon Oct 31 13:31:03 2022 UTC change example to use useradd; ok stsp@ commit - b2e7d31ee036249faf5099d0a548d8e0b1dcc520 commit + ad8ccd554bb28e347cf0e997429a408457280182 blob - e45f172997d4e491bc2a34fe0494284c43c94cfb blob + 5a81eccc64738c41542ac67a0c0695628e573319 --- regress/gotd/README +++ regress/gotd/README @@ -1,12 +1,11 @@ Running server regression tests requires some manual system preparation. Two dedicated user accounts and a group must be created. Password login -for these users should be disabled by passing a blank password to useradd -and confirming useradd's question about disabling passwords with 'yes'. +for these users should be disabled. - $ doas adduser got - $ doas adduser gotdev - $ doas addgroup gotsh + $ doas groupadd gotsh + $ doas useradd -m -G gotsh got + $ doas useradd -m -G gotsh gotdev The above user and group names correspond to defaults used by the test suite. If needed, the defaults can be overridden on by passing values for the