Has anybody explored options on how to authenticate to multiple
AFS cells on an NT workstation that gets to AFS via Samba?

In the samba source, the AFS authentication call is- 

if (ka_UserAuthenticateGeneral(KA_USERAUTH_VERSION+KA_USERAUTH_DOSETPAG,
                                 this_user,
                                 (char *) 0, /* instance */
                                 (char *) 0, /* cell */
                                 password,
                                 0,          /* lifetime, default */
                                 &password_expires, /*days 'til it expires */
                                 0,          /* spare 2 */
                                 &reason) == 0)
    return(True);

Which leaves the cell name blank -- which (I guess) goes to the samba
server's AFS cell.  I suppose we could list out the cells to authenticate
to...but would prefer to avoid that expense, if there are better options.
Any help would be greatly appreciated.

TIA, 

-- 
_______________________________________________________________
Belinda M. Liviero ([EMAIL PROTECTED])  (503) 264-4773
MPG-MD6 Engineering Computing - Intel Corporation

Reply via email to