search for: krb5_cc_default_name

Displaying 3 results from an estimated 3 matches for "krb5_cc_default_name".

2005 Jun 29
3
sshd deletes the GSSAPI ticket on exit
...l calls pam_setcred(). And even that should not have been a problem. But it is, for a few PAM_KERBEROS implementations. Typical pam_setcred() implementations for the deletion of credentials work in the following way: * Either directly or indirectly, they call the standard kerberos5 function krb5_cc_default_name(), to first determine the credentials file name. This function does not know whether it is being called from PAM_KERBEROS or from a GSSAPI environment. It first checks to see if KRB5CCNAME is set. If set, it returns the file name that the variable is set to. If not set, then this function a...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...k5crypto_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_cc_default@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_cc_default_name@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_cc_get_principal@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference t...
2003 Aug 10
9
updated gssapi diff
this is the proposed gssapi diff against OpenSSH-current (non-portable). note: if this goes in, the old krb5 auth (ssh.com compatible) will be removed. please comment. jakob Index: auth.h =================================================================== RCS file: /home/hack/jakob/mycvs/sshgss/auth.h,v retrieving revision 1.1.1.2 retrieving revision 1.3 diff -u -r1.1.1.2 -r1.3 --- auth.h