Displaying 1 result from an estimated 1 matches for "tschroed".
2001 Dec 19
0
Patch for DU SIA auth
...l work properly.
For example, we have a Kerberos 5 / AFS SIA module here that requires that
the user authenticate durring sia_ses_authent and then uses the information
stored in the SIAENTITY during ses_launch to fetch krb tickets and afs
tokens.
diff -c openssh-3.0.2p1/auth-sia.c openssh-3.0.2p1-tschroed/auth-sia.c
*** openssh-3.0.2p1/auth-sia.c Mon Apr 16 04:37:05 2001
--- openssh-3.0.2p1-tschroed/auth-sia.c Thu Dec 6 13:02:26 2001
***************
*** 21,32 ****
extern char **saved_argv;
extern int errno;
int
auth_sia_password(char *user, char *pass)
{
int ret;
- SIAENTITY *en...