Bug 87359

Summary: /usr/src/crypto/openssh does not honour NO_KERBEROS="YES"
Product: Base System Reporter: Necati Ersen SISECI <siseci>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ofsen
Priority: Normal    
Version: 5.3-RELEASE   
Hardware: Any   
OS: Any   

Description Necati Ersen SISECI 2005-10-13 08:00:31 UTC
	/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)

Fix: 

Don't know any.
How-To-Repeat: 	Compiling world with NO_KERBEROS option set to YES in FreeBSD 5.3-RELEASE-p22.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-02-21 23:24:57 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-bugs

This is not i386-specific.
Comment 2 ru freebsd_committer freebsd_triage 2006-10-14 21:02:39 UTC
State Changed
From-To: open->closed

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.