search for: krb5_cc_remove_cred

Displaying 2 results from an estimated 2 matches for "krb5_cc_remove_cred".

2007 Sep 07
1
Winbind crash due to Kerberos broken implementation
Hello, I am working on RHEL 3 update 4. The Kerberos version that comes with the OS is 1.2.7. I have installed samba 3.0.14a and encountered multiple winbind crashes. I have done some debugging and found the cause, samba function "ads_cleanup_expired_creds" calls Kerberos function krb5_cc_remove_cred (if the ticket is expired), the Kerberos implementation holds a struct of function pointers and the function for removing a ticket from the cache is not initialized (NULL), therefore in this scenario the winbind will crash. I checked and seen that the relevant Kerberos function is implemented in...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
.../thirdparty/libs/libsmbclient.so: undefined reference to `krb5_set_default_tgs_ktypes@krb5_3_MIT' /lib/libssl.so.6: undefined reference to `krb5_rc_destroy@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_remove_cred@krb5_3_MIT' /lib/libssl.so.6: undefined reference to `krb5_principal_compare@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_c_verify_checksum@k5crypto_3_MIT' /lib/libssl.so.6: undefined refere...