|
Size: 90
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
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.confThen reboot. Now as normal user you can get access with:
kinit username@HCOOP.NET afslog hcoop.net
Done.
