From ccee4677bfc1bad900734b8b04ef82929eb8e210 Mon Sep 17 00:00:00 2001 From: aiju Date: Thu, 21 Jul 2011 10:51:32 +0200 Subject: [PATCH] auth/debug: default hostowner is glenda --- sys/src/cmd/auth/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/auth/debug.c b/sys/src/cmd/auth/debug.c index 56b5202bf..d7df43f8b 100644 --- a/sys/src/cmd/auth/debug.c +++ b/sys/src/cmd/auth/debug.c @@ -268,7 +268,7 @@ authfutz(char *dom, char *user) /* try ticket request using bootes key */ snprint(prompt, sizeof prompt, "\tcpu server owner for domain %s ", dom); - readcons(prompt, "bootes", 0, tr.authid, sizeof tr.authid); + readcons(prompt, "glenda", 0, tr.authid, sizeof tr.authid); convTR2M(&tr, trbuf); if(_asgetticket(fd, trbuf, tbuf) < 0){ close(fd);