ref: 1c96ea01ec469f25d7c6c5467c0c8755ce1b6c95
parent: 6b7b78117d356d029db776c9830fecefa6531e70
author: aiju <aiju@phicode.de>
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);
--
⑨