From: https://me.yahoo.com/a/dWHr5icascHw9QMvEwpXaOC7tZc-#bfd36 Date: Mon, 12 Sep 2011 22:10:11 +0000 (-0700) Subject: Added new tutorial from openafs.dk for Debian GNU/Linux X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=3dc16fe1fcafb1347b2e67959c01eb7b276b2993 Added new tutorial from openafs.dk for Debian GNU/Linux --- diff --git a/AFSLore/CreatingANewCell.mdwn b/AFSLore/CreatingANewCell.mdwn index 62d23af..b00f9ff 100644 --- a/AFSLore/CreatingANewCell.mdwn +++ b/AFSLore/CreatingANewCell.mdwn @@ -2,6 +2,7 @@ These are some links (and commentary) to various documents that exist online that describe creating a new AFS cell. The most common problem with a lot of existing documentation is that it has you install the kaserver, which is highly deprecated. Any new cell installation really should install a conventional kerberos server (MIT, Heimdal and the Windows Active Directory server all have been used as kerberos servers for various AFS cells). +- [OpenAFS server tutorial for Debian Squeeze](http://openafs.dk/doku.php?id=server:start). Relative new (based on Debian Squeeze). - The [[OpenAFS]] [Quick Start Guide for Unix](http://www.openafs.org/pages/doc/QuickStartUnix/auqbg000.htm) --- derived from the Transarc 3.6 AFS document. Shows it's age in a lot of places, and takes you through using kaserver, which is highly deprecated. Still has useful information in it, however. - The Gentoo [OpenAFS Guide](http://www.gentoo.org/doc/en/openafs.xml) From the Gentoo Linux distribution. Again, takes you through using kaserver, which is highly deprecated. - [Using NetBSD to provide AFS and Kerberos services](http://kula.tproa.net/talks/afsbpw2005) Talk from the 2005 AFS & Kerb Workshop, describing how to use [[NetBSD]] to provide AFS and Kerberos services. Some steps are [[NetBSD]] specific, but there are key bits of info in there on using a Heimdal KDC as your kerberos server.