Displaying 3 results from an estimated 3 matches for "krb5_afslog_hom".
Did you mean:
krb5_afslog_home
2004 Feb 27
1
[PATCH] Getting AFS tokens from a GSSAPI-delegated TGT
...sizeof(cell)) == 0)
- krb5_afslog(s->authctxt->krb5_ctx,
- s->authctxt->krb5_fwd_ccache, cell, NULL);
+ if (k_afs_cell_of_file(pw->pw_dir, cell, sizeof(cell)) == 0)
+ krb5_afslog(s->authctxt->krb5_ctx,
+ s->authctxt->krb5_fwd_ccache, cell, NULL);
- krb5_afslog_home(s->authctxt->krb5_ctx,
- s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir);
+ krb5_afslog_home(s->authctxt->krb5_ctx,
+ s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir);
+ }
}
#endif
2004 Jan 01
1
Syncing sshd/krb GetAFSToken change to Portable: help wanted
...: undefined reference
to `k_setpag?
/home/builder/gate/openssh-tinderbox/session.c:1435: undefined reference
to `k_afs_cell_of_file?
/home/builder/gate/openssh-tinderbox/session.c:1436: undefined reference
to `krb5_afslog?
/home/builder/gate/openssh-tinderbox/session.c:1439: undefined reference
to `krb5_afslog_home?
collect2: ld returned 1 exit status
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
-------------- next part ------------...
2004 Feb 27
2
OPenAFS and OpenSSH replacing kafs
..._token) {
+ debug("calling get_afs_token");
+ (*get_afs_token)(NULL, env, pw->pw_dir, 1);
+ }
+ dlclose(handle);
+ }
+ }
+#else
+
#if defined(KRB5) && defined(USE_AFS)
/*
* At this point, we check to see if AFS is active and if we have
@@ -1477,6 +1503,7 @@
krb5_afslog_home(s->authctxt->krb5_ctx,
s->authctxt->krb5_fwd_ccache, NULL, NULL, pw->pw_dir);
}
+#endif
#endif
/* Change current directory to the user\'s home directory. */