Remove useless "noauth" handling from the RPC interface.

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4358 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/cli/change_protection_level.py b/cli/change_protection_level.py
index 0e6598d..9ab7a61 100755
--- a/cli/change_protection_level.py
+++ b/cli/change_protection_level.py
@@ -17,7 +17,7 @@
 
 user = pwd.getpwuid(os.getuid())[0]
 autotest_host = rpc.get_autotest_server(options.web)
-afe_proxy = rpc.afe_comm(autotest_host, '/afe/server/noauth/rpc/')
+afe_proxy = rpc.afe_comm(autotest_host)
 
 hosts = afe_proxy.run('get_hosts', hostname__in=leftover_args[1:])
 for host in hosts: