Bug 100764

Summary: Handbook addition request -- MIT kerberos
Product: Documentation Reporter: Steve Mitchell <stevemit>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Steve Mitchell 2006-07-23 20:40:13 UTC
In the FreeBSD Handbook section 14.8.7, "Differences with the MIT port", it would be very helpful if the following information were included.  This information is unique to FreeBSD and is not found in the MIT documentation or the O'Reilly Kerberos book.

  --Steve
--------------------------------

The file /etc/rc.conf must be modified to point to the MIT server implementations on the master and slave KDC.  An example /etc/rc.conf excerpt for a master KDC is

# kerberos
# Override server locations with MIT implementation paths
# (/etc/default/rc.conf points to Heimdal implementations)
kerberos5_server="/usr/local/sbin/krb5kdc"
kadmind5_server="/usr/local/sbin/kadmind"
kerberos5_server_enable="YES"
kadmind5_server_enable="YES"

Other MIT kerberos applications are installed by default at
/usr/local/bin/kinit    (Heimdal: /usr/bin/kinit)
/usr/local/sbin/kadmin  (Heimdal: /usr/bin/kadmin)
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-10-10 03:43:47 UTC
State Changed
From-To: open->closed

I've added some relevent text.  Thanks! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-10-10 03:43:47 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-10 03:43:50 UTC
trhodes     2006-10-10 02:43:40 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/security chapter.sgml 
  Log:
  In cases of MIT kerberos, the rc.conf values will be different along with
  binary locations; note this.
  
  PR:             100764
  
  Revision  Changes    Path
  1.299     +12 -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"