compiling util/db2 for windows
Nooly Great
noolyg at yahoo.com
Tue Jul 27 04:08:03 EDT 2004
Hi,
Has the db2 ever been compiled for windows?
Is it possible?
If anyone has a Makefile to share, I'd love to have it...
I've been trying to compile the server side of kerberos for windows, but without much success - db2 is one of the toughest...
Any help would be appreciated,
Thanks.
Nooly.
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!!From tsach.moshkovits at exlibris.co.il Tue Jul 27 07:53:51 2004
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU
[18.7.21.83])
by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id i6RBrol1002305
for <krbdev at PCH.mit.edu>; Tue, 27 Jul 2004 07:53:50 -0400 (EDT)
Received: from exmail01.exlibris.co.il (ingatway.exlibris.co.il
[192.115.76.45] (may be forged))i6RBrm2q027826
for <krbdev at mit.edu>; Tue, 27 Jul 2004 07:53:48 -0400 (EDT)
Received: from exchange01.exlibris-int.il ([192.115.76.50])
i6RBpkHM018088 for <krbdev at mit.edu>; Tue, 27 Jul 2004 14:51:47 +0300
Received: by exchange01.exlibris-int.il with Internet Mail Service
(5.5.2653.19) id <PD429VBC>; Tue, 27 Jul 2004 14:52:03 +0200
Message-ID: <46FBA84293DBD511989E00A0C9ED2F7105170EF0 at exchange01.exlibris-int.il>
From: Tsach Moshkovits <tsach.moshkovits at exlibris.co.il>
To: "'krbdev at mit.edu'" <krbdev at mit.edu>
Date: Tue, 27 Jul 2004 14:52:02 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
charset="windows-1255"
X-yoursite-MailScanner-Information: Please contact the ISP for more
information
X-yoursite-MailScanner: Found to be clean
X-yoursite-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9,
required 9, autolearn=not spam, BAYES_00 -4.90)
X-MailScanner-From: tsach.moshkovits at exlibris.co.il
X-Mailman-Approved-At: Tue, 27 Jul 2004 17:33:44 -0400
Subject: krb5_get_in_tkt_with_password fails where kinit succeeds
X-BeenThere: krbdev at mit.edu
X-Mailman-Version: 2.1
Precedence: list
List-Id: Kerberos Developers Mailing List <krbdev.mit.edu>
List-Help: <mailto:krbdev-request at mit.edu?subject=help>
List-Post: <mailto:krbdev at mit.edu>
List-Subscribe: <https://mailman.mit.edu/mailman/listinfo/krbdev>,
<mailto:krbdev-request at mit.edu?subject=subscribe>
List-Archive: <http://mailman.mit.edu/pipermail/krbdev>
List-Unsubscribe: <https://mailman.mit.edu/mailman/listinfo/krbdev>,
<mailto:krbdev-request at mit.edu?subject=unsubscribe>
X-List-Received-Date: Tue, 27 Jul 2004 11:53:51 -0000
Hi,
I'm trying the kerberize my application and to in order to get
TGT I'm using krb5_get_in_tkt_with_password() :
#define KRB5_DEFAULT_OPTIONS (KDC_OPT_PROXIABLE|KDC_OPT_FORWARDABLE)
.
.
krb5_parse_name(context,user,&(in_cred.client));
krb5_parse_name(context,full_servicename,&(in_cred.server));
in_cred.times.starttime = time(0);
in_cred.times.endtime = time(0) + KRB5_DEFAULT_LIFE;
.
.
retval=krb5_get_in_tkt_with_password(
context,
KRB5_DEFAULT_OPTIONS,
0, 0, 0, password, 0, &in_cred, 0);
but fail with error "Decrypt integrity check failed". Same user/pass works
perfectly
using kinit. Why god why?
Does it have something to do with "salt"? how can I tell? if so, how do I
set this salting feature on/off?
Any clue will be appreciated
Tsach M
More information about the krbdev
mailing list