From 9f860e6f74791e103aed25a006dee55d7b3822b5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 20 Dec 2015 00:32:26 +0100 Subject: telnet is no longer a trusted control interface diff --git a/src/helsinki.at/rhimportd/ctrlTelnet.go b/src/helsinki.at/rhimportd/ctrlTelnet.go index 4300bd4..49971e1 100644 --- a/src/helsinki.at/rhimportd/ctrlTelnet.go +++ b/src/helsinki.at/rhimportd/ctrlTelnet.go @@ -148,7 +148,7 @@ func (c *TelnetClient) handle_cmd_set(args []string) { } if c.ctx == nil { c.ctx = rhimport.NewImportContext(c.conf, c.rddb, "") - c.ctx.Trusted = true // TODO: set this back to false as soon as debugging is done + c.ctx.Trusted = false } switch strings.ToLower(args[0]) { case "username": -- cgit v0.10.2