I had installed openafs by compiling the source code on 64-bit alpha machines.
the operating system is tru64 5.0a .
the problem i am facing is , when i run " klog <user-name> " , user is not getting tokens . it is giving error
" unable to authenticate because passoword is incorrect " .
but for admin , it is giving tokens.
when i gone through the source code , i noticed that all variables defined are of " afs_int32" type which are " int " variables.
i doubt , something wrong with this. because in the header files , two types are defined . one is "afs_int32 " and the other is "afs_int64 " . but in the source code only afs_int32 is used , even i am compiling int on 64-bit machines.
so please tell me , if any changes have to made to the source code for compiling it on 64-bit machines.
please tell , like
1. all the places where the afs_int32 is to be changed to afs_int64 etc.
thanking you all
