welcome: please sign in

Diff for "MemberManual/TransferringFiles/OpenAFS/OpenBSD"

Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2011-04-21 12:17:39
Size: 90
Editor: static
Comment: INKUeY That's not just the best answer. It's the btseest answer!
Revision 6 as of 2013-01-14 09:08:06
Size: 442
Editor: ClintonEbadi
Comment: cat / kind of spartan
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
INKUeY That's not just the best answer. It's the btseest answer! OpenBSD comes with the Arla AFS client built-in. To configure, as root:

{{{
mkdir /afs
echo hcoop.net > /etc/afs/ThisCell
echo afs=YES >> /etc/rc.conf.local
echo '[appdefaults]
    libkafs = {
        afs-use-524 = local
    }' > /etc/kerberosV/krb5.conf
}}}

Then reboot. Now as normal user you can get access with:

{{{
kinit username@HCOOP.NET
afslog hcoop.net
}}}

Done.
Line 3: Line 22:
CategoryHomepage CategoryMemberManual CategoryNeedsWork

OpenBSD comes with the Arla AFS client built-in. To configure, as root:

mkdir /afs
echo hcoop.net > /etc/afs/ThisCell
echo afs=YES >> /etc/rc.conf.local
echo '[appdefaults]
    libkafs = {
        afs-use-524 = local
    }' > /etc/kerberosV/krb5.conf

Then reboot. Now as normal user you can get access with:

kinit username@HCOOP.NET
afslog hcoop.net

Done.


CategoryMemberManual CategoryNeedsWork

MemberManual/TransferringFiles/OpenAFS/OpenBSD (last edited 2013-01-14 09:08:06 by ClintonEbadi)