I am trying to get a program to authenticate on Solaris 2.4 machine.  I am
using
the latest version of AFS 3.4a (not the patches).  I am trying to make the
following call and I get a core dump and the program crashes:

    code = ka_UserAuthenticateGeneral(
        KA_USERAUTH_VERSION,
        p->user,        /* users name */
        (char *)0,      /* instance */
        (char *)0,      /* cell */
        p->pop_parm[1], /* password */
        0,              /* default lifetime */
        &password_expires, /* days until the password expires */
        0,              /* spare 2 */
        &reason         /* error string */
        ) ;

Has anybody else had problems using any of the AFS libraries on Solaris 2.4
machines?  I have tried earlier versions of the libraries and the patches
version with no luck.

-- 
James J. Barlow
System Engineer, Advanced Computing Group
National Center for Supercomputing Applications
605 East Springfield Avenue
Champaign, IL 61820           Voice : (217)244-6403
[EMAIL PROTECTED]          Cell : (217)369-8349
                                Fax : (217)244-1987
http://www.ncsa.uiuc.edu/People/jbarlow

Reply via email to