Bug#396687: Puts system user into the adm group

2006-11-05 Thread Gerrit Pape
On Sun, Nov 05, 2006 at 03:32:45PM +0100, Florian Weimer wrote: > * Gerrit Pape: > > On Thu, Nov 02, 2006 at 11:23:02AM +0100, Florian Weimer wrote: > >> From the postinst: > >> > >> adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm > >> gitlog > >> > >> This is wrong.

Bug#396687: Puts system user into the adm group

2006-11-05 Thread Florian Weimer
* Gerrit Pape: > On Thu, Nov 02, 2006 at 11:23:02AM +0100, Florian Weimer wrote: >> From the postinst: >> >> adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm >> gitlog >> >> This is wrong. adm group membership is reserved to (human) system >> administrators. > > Okay,

Bug#396687: Puts system user into the adm group

2006-11-02 Thread Gerrit Pape
On Thu, Nov 02, 2006 at 11:23:02AM +0100, Florian Weimer wrote: > From the postinst: > > adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm > gitlog > > This is wrong. adm group membership is reserved to (human) system > administrators. Okay, where can I read about this

Bug#396687: Puts system user into the adm group

2006-11-02 Thread Florian Weimer
Package: git-daemon-run Version: 1:1.4.3.3-1 Severity: important >From the postinst: adduser --system --home /var/log/git-daemon --no-create-home --ingroup adm gitlog This is wrong. adm group membership is reserved to (human) system administrators. What are you trying to accomplish? -- To