SEAM Authentication On clients

Muhammed Reahan reahan2001 at yahoo.com
Mon Aug 11 09:59:20 EDT 2003


Topic (Sun Enterprise Authentication Module) SEAM Authentication On clients
Hello sir
I  have a little problem while authenticating my SEAM clients.
Most of the time KDC server is running.Supose Master KDC  is not available 
SEAM Clients waits  almost 5 minutes. SO for five minutes SEAM clients are 
in hang sort of state.
You can not do any thing. 
I want to reduce the default Wating time that a SEAM Client waits for Master KDC.
So Is there any way? That I can handle this problem.
I will be very thankful to you.
>From Muhammad Rehan
Bahria University Islamabad


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design softwareeFrom louise.swift at hants.gov.uk Mon Aug 11 10:53:12 2003
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU
	[18.7.7.76])
	by pch.mit.edu (8.12.8p1/8.12.8) with ESMTP id h7BErCk0004226
	for <kerberos at PCH.mit.edu>; Mon, 11 Aug 2003 10:53:12 -0400 (EDT)
Received: from gatekeeper2.hants.gov.uk (gatekeeper2.hants.gov.uk
	[195.166.69.31])h7BErBLQ000133
	for <kerberos at mit.edu>; Mon, 11 Aug 2003 10:53:11 -0400 (EDT)
Received: from [172.29.3.220] (helo=exconn04.it2000.hants.gov.uk)
	by gatekeeper2.hants.gov.uk with esmtp (Exim 3.15 #1)
	id 19mE2o-00044V-00
	for kerberos at mit.edu; Mon, 11 Aug 2003 15:53:10 +0100
Received: from EXVSRV09.it2000.hants.gov.uk ([172.29.3.202]) by
	exconn04.it2000.hants.gov.uk with Microsoft SMTPSVC(5.0.2195.5329);
	Mon, 11 Aug 2003 15:53:10 +0100
X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Date: Mon, 11 Aug 2003 15:53:10 +0100
Message-ID: <B01DC08A74C4444F8D6E7C79DC43A0165359CF at EXVSRV09.it2000.hants.gov.uk>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: problem trying to configure krb5-1.2.8 with compiler option for
	64bit support
Thread-Index: AcNgGEghtLzFUFKgQ/2qH8D2PiB7zQ==
From: "Swift, Louise" <louise.swift at hants.gov.uk>
To: <kerberos at mit.edu>
X-OriginalArrivalTime: 11 Aug 2003 14:53:10.0263 (UTC)
	FILETIME=[4828F070:01C36018]
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by pch.mit.edu id
	h7BErCk0004226
X-Mailman-Approved-At: Mon, 11 Aug 2003 12:47:59 -0400
Subject: problem trying to configure krb5-1.2.8 with compiler option for
 64bit support
X-BeenThere: kerberos at mit.edu
X-Mailman-Version: 2.1
Precedence: list
List-Id: The Kerberos Authentication System Mailing List <kerberos.mit.edu>
List-Help: <mailto:kerberos-request at mit.edu?subject=help>
List-Post: <mailto:kerberos at mit.edu>
List-Subscribe: <https://mailman.mit.edu/mailman/listinfo/kerberos>,
	<mailto:kerberos-request at mit.edu?subject=subscribe>
List-Archive: <http://mailman.mit.edu/pipermail/kerberos>
List-Unsubscribe: <https://mailman.mit.edu/mailman/listinfo/kerberos>,
	<mailto:kerberos-request at mit.edu?subject=unsubscribe>
X-List-Received-Date: Mon, 11 Aug 2003 14:53:13 -0000

Dear All
Hi, I'm having problems with configure when installing krb5-1.2.8
./configure --with-cc=gcc --without-krb4 --with-tcl=/usr/local --enable-shared      gives no problem, but if I use 
./configure --with-cc=gcc --with-ccopts=-m64 --without-krb4 --with-tcl=/usr/local --enable-shared  i get errors.
The output from the 2 commands is listed below. I would really appreciate any help you can give.
thank you & Cheers
Louise Swift

./configure --with-cc=gcc --without-krb4 --with-tcl=/usr/local --enable-shared
creating cache ./config.cache
checking for C compiler... gcc
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
LD defaults to gcc
CPPOPTS defaults to 
no krb4 support
checking for working const... yes
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for socket... no
checking for socket in -lsocket... yes
checking if DNS Kerberos lookup support should be compiled in... yes
checking for res_search... no
checking for res_search in -lresolv... yes
checking how to run the C preprocessor... gcc -E
checking whether we are using GNU C... yes
.
.
.etc & works fine

the highlighted yes' are no in the example that fails below (and the only difference is the --with-ccopts=-m64)


# ./configure --with-cc=gcc --with-ccopts=-m64 --without-krb4 --with-tcl=/usr/local --enable-shared
creating cache ./config.cache
checking for C compiler... gcc
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
CCOPTS is -m64
LD defaults to gcc
CPPOPTS defaults to 
no krb4 support
checking for working const... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... no
checking for gethostbyname in -lsocket... no
checking for gethostbyname in -lsocket... (cached) no
checking for gethostbyname in -lresolv... no
checking for socket... no
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking if DNS Kerberos lookup support should be compiled in... yes
checking for res_search... no
checking for res_search in -lresolv... no
configure: error: Cannot find resolver support routine res_search in -lresolv.

> Louise Swift
> IT Services (rm 415) 
> Hampshire County Council
> Elizabeth II Court, The Castle,
> Winchester, Hants SO23 8US
> Tel: +44 (0)1962 847427
> Fax: +44 (0)1962 847434
> HPSN: 200 7427
Louise.Swift at hants.gov.uk




More information about the Kerberos mailing list