auth/debug: default hostowner is glenda

This commit is contained in:
aiju 2011-07-21 10:51:32 +02:00
parent 58693ad81c
commit ccee4677bf

View 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);