[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows build
From: |
Jeff Blaine |
Subject: |
Re: Windows build |
Date: |
Tue, 26 Oct 2010 15:31:44 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 |
FWIW, building under Cygwin works, but the resulting shishi
does not properly parse etc/shishi/shishi.conf
Hmm, I answered my own question. No, it doesn't work with
libidn installed either.
Note that it completely ignores the realm-kdc line of the
config file, but DOES pick up the default-realm ... weird.
address@hidden ~/shishi-1.0.0
$ grep ^[a-z] /usr/local/etc/shishi/shishi.conf
default-realm PROJ1.OUR.ORG
client-kdc-etypes=aes256-cts-hmac-sha1-96 des3-cbc-sha1-kd
verbose
verbose-asn1
verbose-noise
verbose-crypto
verbose-crypto-noise
realm-kdc=PROJ1.OUR.ORG,proj1-kdc.our.org
server-realm=PROJ1.OUR.ORG,.our.org
stringprocess=UTF-8
quick-random
address@hidden ~/shishi-1.0.0
$ /usr/local/bin/shishi.exe --verbose
--configuration-file=/usr/local/etc/shishi/shishi.conf --client-name=jblaine
armor data read fail
Shishi initial library configuration:
Default realm: PROJ1.OUR.ORG
Default principal: (NULL)
Client KDC etypes: aes256-cts-hmac-sha1-96
Verbose: -1
Ticket life: 28800 seconds. Tue Oct 26 23:27:03 2010
Renew life: 604800 seconds. Tue Nov 2 15:27:03 2010
KDCs for realm PROJ1.OUR.ORG:
KDCs for realm PROJ1.OUR.ORG:
Building KDC-REQ...
Sending AS-REQ...
Looking up SRV for _kerberos._udp.PROJ1.OUR.ORG
Looking up SRV for _kerberos._tcp.PROJ1.OUR.ORG
No SRV RRs, trying realm host mapping for PROJ1.OUR.ORG
Cannot find host PROJ1.OUR.ORG
Could not send to KDC: Cannot find host PROJ1.OUR.ORG
AS exchange failed: No KDC for realm known.
Could not send to KDC: Cannot find host PROJ1.OUR.ORG
Could not get TGT for ticket.
/usr/local/bin/shishi: could not get ticket as `jblaine' for
`krbtgt/PROJ1.OUR.ORG'