Displaying 2 results from an estimated 2 matches for "k_afs_cell_of_fil".
Did you mean:
k_afs_cell_of_file
2004 Feb 27
1
[PATCH] Getting AFS tokens from a GSSAPI-delegated TGT
...;
+ if (options.kerberos_get_afs_token && k_hasafs()) {
+ session_krb5_use_ccache(s->authctxt);
+ if (s->authctxt->krb5_ctx != NULL) {
+ char cell[64];
- debug("Getting AFS token");
+ debug("Getting AFS token");
- k_setpag();
+ k_setpag();
- 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);
+ if (k_afs_cell_of_file(pw->pw_dir, cell, sizeof(cell)) == 0)
+ krb5_afslog(s->authctxt->krb5_ctx,
+ s->authctxt->krb5_fwd_ccac...
2004 Jan 01
1
Syncing sshd/krb GetAFSToken change to Portable: help wanted
...pto -lcom_err
session.o: In function `do_child?:
/home/builder/gate/openssh-tinderbox/session.c:1427: undefined reference
to `k_hasafs?
/home/builder/gate/openssh-tinderbox/session.c:1433: 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...