ref: ccee4677bfc1bad900734b8b04ef82929eb8e210
parent: 58693ad81c09243227828b80c8f51d43d524d005
author: aiju <[email protected]>
date: Thu Jul 21 06:51:32 EDT 2011
auth/debug: default hostowner is glenda
--- a/sys/src/cmd/auth/debug.c
+++ b/sys/src/cmd/auth/debug.c
@@ -268,7 +268,7 @@
/* 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);