diff options
author | aiju <aiju@phicode.de> | 2011-07-21 10:51:32 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-07-21 10:51:32 +0200 |
commit | ccee4677bfc1bad900734b8b04ef82929eb8e210 (patch) | |
tree | 1c48264c9fd3b6d715fe7866140407707cd30b56 /sys/src/cmd/auth | |
parent | 58693ad81c09243227828b80c8f51d43d524d005 (diff) |
auth/debug: default hostowner is glenda
Diffstat (limited to 'sys/src/cmd/auth')
-rw-r--r-- | sys/src/cmd/auth/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |