search for: send_to_kdc

Displaying 6 results from an estimated 6 matches for "send_to_kdc".

2003 May 12
2
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
...s, ``Don't use it for another purpose,'' but if getaddrinfo can't be renamed then stuff like this is inevitable, and i think it might not just be me so i wanted to point it out: heimdal uses the getaddrinfo()-returned ai_protocol, ai_socktype and ai_protocol in its socket() call in send_to_kdc(), after passing in the desired ai_socktype in hints->ai_socktype. on Solaris 2.6, there's no getaddrinfo(), so heimdal builds this into it's libroken and ssh builds this into libopenbsd-compat. when sshd goes to use pam_krb5 for keyboard-interactive, the pam_krb5 calls to heimdal's...
2004 Nov 30
0
Numerous errors trying to authenticate samba against w2k3
...etc/srvtab: Vno Type Principal When I try to authenticate with the kinit command I get an error: freebsd# kinit administrator@DOMAIN.LOCAL FreeBSD Inc. (freebsd.template.state.company.com) Kerberos Initialization for "administrator@DOMAIN.LOCAL" Password: kinit: Retry count exceeded (send_to_kdc) I seem to be having a hard time finding an helpful information about this error message, which has been frustrating. Since I can't connect via kinit, I obviously can't connect via samba (3.0.9): freebsd# net ads join -U administrator%password -S 192.168.1.1 -W DOMAIN [2004/11/30 15:41:4...
2004 Nov 16
3
authentication against win2k3 server
I've been trying to setup Samba to authenticate users against accounts existing on a Windows 2003 Server without any backwards capability. Ideally, this needs to be done without any changes to the Windows 2003 Server. Users will not be logging into the Samba shares at all. This is merely for authentication. I'm running FreeBSD 4.10-Relase #4 with Samba 3.0.8. This is my smb.conf file:
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
....bin/telnet/../../../crypto/telnet/telnet/authenc.c:61 61 ring_supply_data(&netoring, str, len); (gdb) up #3 0x280e1046 in send_and_recv_tcp (fd=4, tmout=3, req=0xbfbfeeac, rep=0xbfbfeea4) at /usr/src/stable/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c:139 139 if(net_write(fd, len, sizeof(len)) < 0) Problem: libkrb5 is trying to use net_write defined in libroken, but is getting net_write from the telnet sources instead. Fix: rename net_write in the telnet sources to telnet_net_write. Patchfile attached, if someone would be kind e...
2004 Sep 22
9
Winbindd on FreeBSD 4.10 Help
All, First off I would like to say the book "The Official Samba-3 HowTO and Reference Guide" is awesome I purchased it off Amazon a couple of weeks ago. Ok now on to my problem. I have samba installed and configured and joined the domain no problem. When I run wbinfo -u I can see my domain users, when I run wbinfo -g I can see all my domain groups, BUT if I run
2010 May 02
2
samba4 make error - drsblobs.so
...tlmssp_sign.c Compiling auth/ntlmssp/ntlmssp_client.c Compiling auth/ntlmssp/ntlmssp_server.c Partially linking bin/mergedobj/gensec_ntlmssp.o Compiling auth/gensec/gensec_gssapi.c auth/gensec/gensec_gssapi.c: In function ?gensec_gssapi_start?: auth/gensec/gensec_gssapi.c:225: warning: ?gsskrb5_set_send_to_kdc? is deprecated (declared at heimdal/lib/gssapi/gssapi/gssap i_krb5.h:147) Partially linking bin/mergedobj/gensec_gssapi.o Compiling auth/gensec/spnego.c Compiling ../libcli/auth/spnego_parse.c Partially linking bin/mergedobj/gensec_spnego.o Compiling auth/gensec/schannel.c Compiling...