[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Proposal: Inhibit "console down"

Bryan Stansell bryan@conserver.com
Fri, 10 Aug 2007 11:04:21 -0700 (PDT)


Yep...I certainly like it.  It goes along with the other recent post
about preventing folks from turning off logging.  Both should be doable.

Bryan

On Thu, Aug 02, 2007 at 11:30:35AM +0200, Steffen Rheinhold wrote:
> Hello,
> 
> how about adding an conditional statement around ^Ecd ? I do not want
> users to down a console at all. Something like
> 
> OLD:
> 
> group.c Line 3620:
> case 'd':   /* down a console       */
>     CommandDown(pGE, pCLServing, pCEServing,
>            tyme);
>            break;
> 
> NEW:
> 
> case 'd':   /* down a console       */
>     if (pCEServing->allowUserDown) {
>         CommandDown(pGE, pCLServing, pCEServing,
>             tyme);
>             break;
>     }
> 
> and an option "options [!]allowuserdown" in conserver.cf
> 
> I am no C programmer, just to be discussed.
> 
> cu, Steffen
> 
> 
> 
> _______________________________________________
> users mailing list
> users@conserver.com
> https://www.conserver.com/mailman/listinfo/users