search for: krb5_free_creds

Displaying 7 results from an estimated 7 matches for "krb5_free_creds".

2005 Aug 25
7
[Bug 1073] if userok rejects a user their creds still get set
...led right at the end of auth, the creds have been forwarded and sshd is ready to set up the logged in users' envirnment; ten right at the last moment we decide not to allow gss to work - but sshd still stores the creds it has one line fix to this. In ssh_gssapi_krb5_userok, after failure do krb5_free_creds(krb_context, client->creds); this blows the forwarded creds away and so storecreds (called later ) does nothing ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2009 Apr 19
1
Stack trace dor gssapi-with-mic
...th-mic *** glibc detected *** ssh: double free or corruption (!prev): 0x0000000000574a20 *** ======= Backtrace: ========= /lib64/libc.so.6[0x2b044f62537e] /lib64/libc.so.6(__libc_free+0x6c)[0x2b044f62699c] /usr/lib64/libkrb5.so.3(krb5_free_cred_contents+0x6d)[0x2b044f1620cd] /usr/lib64/libkrb5.so.3(krb5_free_creds+0x9)[0x2b044f162139] /usr/lib64/libkrb5.so.3(krb5_free_tgt_creds+0x1d)[0x2b044f16216d] /usr/lib64/libkrb5.so.3(krb5_get_credentials+0x209)[0x2b044f15d299] /usr/lib64/libgssapi_krb5.so.2(krb5_gss_init_sec_context+0x998)[0x2b044f00ed68] ssh[0x433b09] ssh[0x433d3b] ssh[0x412c83] ssh[0x412e86] ssh[0x42...
2006 Jul 12
5
problem with winbind
Hi, Since 1 month, I tried without any success to configure Samba. My problem is that winbind crashes when I list users and groups. And I think that it is linked to my trusted domains (wbinfo -domain=myADdomain -u works well). The error is the following : [2006/07/11 14:30:29, 3] libsmb/cliconnect.c:cli_session_setup_spnego(757) got principal=machine$@TRUSTEDDOMAIN.COM [2006/07/11
2007 Feb 13
0
winbindd panic 3.0.24
...ace+0x2d) [0x800c5c5d] #1 /usr/sbin/winbindd(smb_panic+0x5d) [0x800c5d8d] #2 /usr/sbin/winbindd [0x800b1b6a] #3 [0xffffe420] #4 /usr/lib/libkrb5.so.3(krb5_free_principal+0x76) [0xb7edee46] #5 /usr/lib/libkrb5.so.3(krb5_free_cred_contents+0x2d) [0xb7ee015d] #6 /usr/lib/libkrb5.so.3(krb5_free_creds+0x29) [0xb7ee0249] #7 /usr/lib/libkrb5.so.3(krb5_free_tgt_creds+0x2e) [0xb7ee028e] #8 /usr/lib/libkrb5.so.3(krb5_get_credentials+0x1dc) [0xb7edac9c] #9 /usr/sbin/winbindd(cli_krb5_get_ticket+0x4b9) [0x800ee7e9] #10 /usr/sbin/winbindd(spnego_gen_negTokenTarg+0x62) [0x800ef802] #11 /us...
2007 Jan 31
0
Samba winbindd crash
...8a) [0x800b79ea] #1 /usr/sbin/winbindd(smb_panic+0x19) [0x800b7c49] #2 /usr/sbin/winbindd [0x800a1fa2] #3 [0xffffe420] #4 /usr/lib/libkrb5.so.3(krb5_free_principal+0x63) [0xb7ed0e33] #5 /usr/lib/libkrb5.so.3(krb5_free_cred_contents+0x2d) [0xb7ed215d] #6 /usr/lib/libkrb5.so.3(krb5_free_creds+0x29) [0xb7ed2249] #7 /usr/lib/libkrb5.so.3(krb5_free_tgt_creds+0x2e) [0xb7ed228e] #8 /usr/lib/libkrb5.so.3(krb5_get_credentials+0x1dc) [0xb7eccc9c] #9 /usr/sbin/winbindd(cli_krb5_get_ticket+0x4b9) [0x800df4a9] #10 /usr/sbin/winbindd(spnego_gen_negTokenTarg+0x62) [0x800e09b2] #1...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...rb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_mk_req_extended@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_free_creds@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_get_renewed_creds@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference...
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have