commit 280d06442f275affaf67b56f3425093cd3f6e236 from: Omar Polo via: Thomas Adam date: Mon Oct 31 17:41:54 2022 UTC change example to use useradd; ok stsp@ commit - a5f25a125bdd034cacf049f827a57f9cfc837134 commit + 280d06442f275affaf67b56f3425093cd3f6e236 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