]> git.lizzy.rs Git - plan9front.git/commitdiff
auth/debug: default hostowner is glenda
authoraiju <aiju@phicode.de>
Thu, 21 Jul 2011 08:51:32 +0000 (10:51 +0200)
committeraiju <aiju@phicode.de>
Thu, 21 Jul 2011 08:51:32 +0000 (10:51 +0200)
sys/src/cmd/auth/debug.c

index 56b5202bfe6ceb16924db88ba269686794f9ca01..d7df43f8bf22e27ceb84d35f4d424dcc34940c94 100644 (file)
@@ -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);