From siseci@istanbul.enderunix.org  Thu Oct 13 06:52:09 2005
Return-Path: <siseci@istanbul.enderunix.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB85916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Oct 2005 06:52:09 +0000 (GMT)
	(envelope-from siseci@istanbul.enderunix.org)
Received: from istanbul.enderunix.org (freefall.marmara.edu.tr [193.140.143.23])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0442643D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Oct 2005 06:52:08 +0000 (GMT)
	(envelope-from siseci@istanbul.enderunix.org)
Received: (qmail 8677 invoked by uid 1027); 13 Oct 2005 06:52:32 -0000
Message-Id: <20051013065230.8673.qmail@istanbul.enderunix.org>
Date: 13 Oct 2005 06:52:30 -0000
From: Necati Ersen SISECI <siseci@enderunix.org>
Reply-To: Necati Ersen SISECI <siseci@enderunix.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ofsen@enderunix.org
Subject: /usr/src/crypto/openssh does not honour NO_KERBEROS="YES"
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87359
>Category:       bin
>Synopsis:       /usr/src/crypto/openssh does not honour NO_KERBEROS="YES"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 07:00:31 GMT 2005
>Closed-Date:    Sat Oct 14 20:03:56 GMT 2006
>Last-Modified:  Sat Oct 14 20:03:56 GMT 2006
>Originator:     Necati Ersen SISECI
>Release:        FreeBSD 5.3-RELEASE-p22
>Organization:
EnderUNIX SDT @ Turkey
>Environment:
System: FreeBSD istanbul.enderunix.org 


	
>Description:
	/usr/src/crypto/openssh does not honour NO_KERBEROS="YES"
	The files comes with 5.3-RELEASE-p22 does not honour NO_KERBEROS="YES"
	but 5.3-RELEASE-p21 does.

	FreeBSD 5.3-RELEASE-p21
	root@# ldd /usr/bin/ssh 
	/usr/bin/ssh:
                libssh.so.2 => /usr/lib/libssh.so.2 (0x28089000)
                libutil.so.4 => /lib/libutil.so.4 (0x280b8000)
                libz.so.2 => /lib/libz.so.2 (0x280c4000)
                libcrypt.so.2 => /lib/libcrypt.so.2 (0x280d4000)
                libcrypto.so.3 => /lib/libcrypto.so.3 (0x280ec000)
                libc.so.5 => /lib/libc.so.5 (0x281e1000)

	
	FreeBSD 5.3-RELEASE-p22
	root@# ldd /usr/bin/ssh 
	/usr/bin/ssh:
                libssh.so.2 => /usr/lib/libssh.so.2 (0x2808a000)
                libutil.so.4 => /lib/libutil.so.4 (0x280b9000)
                libz.so.2 => /lib/libz.so.2 (0x280c5000)
                libgssapi.so.7 => /usr/lib/libgssapi.so.7 (0x280d5000)
                libkrb5.so.7 => /usr/lib/libkrb5.so.7 (0x280e3000)
                libasn1.so.7 => /usr/lib/libasn1.so.7 (0x2811a000)
                libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x2813a000)
                libmd.so.2 => /lib/libmd.so.2 (0x2813c000)
                libroken.so.7 => /usr/lib/libroken.so.7 (0x28146000)
                libcrypt.so.2 => /lib/libcrypt.so.2 (0x28154000)
                libcrypto.so.3 => /lib/libcrypto.so.3 (0x2816c000)
                libc.so.5 => /lib/libc.so.5 (0x28261000)

>How-To-Repeat:
	Compiling world with NO_KERBEROS option set to YES in FreeBSD 5.3-RELEASE-p22.
>Fix:
	Don't know any.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Feb 21 23:24:57 UTC 2006 
Responsible-Changed-Why:  
This is not i386-specific. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87359 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Sat Oct 14 20:02:39 UTC 2006 
State-Changed-Why:  
Some kind of a pilot error; NO_KERBEROS is properly suported 
in src/secure/usr.bin/ssh/Makefile on RELENG_5_3 and has not 
been changed between p21 and p22. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87359 
>Unformatted:
