From nobody@FreeBSD.org  Tue Mar 19 02:40:52 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4439837B404
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Mar 2002 02:40:51 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g2JAepA20274;
	Tue, 19 Mar 2002 02:40:51 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203191040.g2JAepA20274@freefall.freebsd.org>
Date: Tue, 19 Mar 2002 02:40:51 -0800 (PST)
From: Steven Enderle <enderle@mdn.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Kerberos Problem/Handbook wrong/Followup to pr34401
X-Send-Pr-Version: www-1.0

>Number:         36086
>Category:       misc
>Synopsis:       Kerberos Problem/Handbook wrong/Followup to pr34401
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 19 02:50:00 PST 2002
>Closed-Date:    Sat Nov 04 05:43:14 GMT 2006
>Last-Modified:  Sat Nov  4 06:10:20 GMT 2006
>Originator:     Steven Enderle
>Release:        4.5-RELEASE (p-1)
>Organization:
mdn Hbner GmbH
>Environment:
From 4.4 through recent Releases (4.5-p2)
>Description:
I already submitted a pr which i can not submit a follow up to because our mail server has no reverse domain name and your mailserver does not accept any emails from mail servers without reverse names (What ever!! That sucks!). There is also no way to do that via web interface (You can submit a pr but not submit any followups! 

Its pr34401. 

Now, about the kerberos problem, i had: The Handbook says, the srvtab file for the clients needs to be /etc/kerberosIV/srvtab. This is the way it is done in OpenBSD. the ksrvutil manpage says:

...
     In all cases, the default file used is KEY_FILE as defined in krb.h
     unless this is overridden by the -f option.
...

# grep KEY_FILE /usr/include/krb.h 
#

-> It couldn't find KEY_FILE anywhere in any header. But ok. I don't care.

But finally the freebsd kerberos utilitys use /etc/srvtab instead of /etc/kerberosIV/srvtab.

# truss ksrvutil list
...
stat("/etc/srvtab",0xbfbfdfec)                   = 0 (0x0)
open("/etc/srvtab",0,00)                         = 3 (0x3)
... etc
>How-To-Repeat:
Try to install kerberosIV with help of the FreeBSD handbook (did anyone ever do this at all?)
>Fix:
a) change the handbook to say /etc/srvtab

b) change the source ... this is the prefered way (if you want to get me nuts because i have to mv all those srvtabs again from /etc/kerberosIV to /etc/ and back again)

and fix your mail system (@#!\&%)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Fri Dec 6 11:58:17 PST 2002 
Responsible-Changed-Why:  
I've been looking for a reason to play with Kerberos. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36086 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Sat Nov 4 05:42:59 UTC 2006 
State-Changed-Why:  
Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36086 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/36086: commit references a PR
Date: Sat,  4 Nov 2006 06:00:43 +0000 (UTC)

 trhodes     2006-11-04 05:59:58 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/security chapter.sgml 
   Log:
   Correct PRs list in previous commit should read:
   
   PR: 36086 and 97409
   
   Revision  Changes    Path
   1.306     +0 -0      doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
