From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Subject: [9fans] more factotum nitpicks From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 13 Nov 2002 21:09:05 -0500 Topicbox-Message-UUID: 1e2d77fa-eacb-11e9-9e20-41e7f4b1d025 It seems that there is no need to set .authid and .authdom in B /sys/src/cmd/auth/factotum/p9cr.c:getchal because there's nobody paying attention to them in authsrv.c anyway. Same goes for .authdom and .chal which are set in: cmd/auth/factotum/[apop|chap|p9cr].c ( function getchal ) Nobody seems to care about them on the other end and what's more important I can't see any reason for auth protocols other than p9sk1 to have any business around Ticketreq.[authid|authdom|chal]. There is no server which can supply those values. If there's some hidden reason for them to be set, please let me know. Thanks, Roman. For authid and chal, no reason. For authdom, I'm thinking of making one authsrv handle multiple domains so it should continue to be set.