welcome: please sign in

Diff for "MemberManual/TransferringFiles/OpenAFS/Generic"

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2011-03-03 08:34:47
Size: 881
Editor: ClintonEbadi
Comment: realms section should be optional, after ensuring this is true will remove from NeedsWork
Revision 4 as of 2011-04-21 17:28:45
Size: 86
Editor: static
Comment: fEg4Pa <a href="http://sifdvaoacncy.com/">sifdvaoacncy</a>
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off

This is the chapter of the MemberManual that describes how to configure OpenAFS Client on a generic system.

= Generic Configuration =

If you are not asked for certain configuration details during installation, you may need to edit the configuration file manually.

In {{{/etc/krb5.conf}}} add the following information.

Under {{{[realms]}}}:

{{{#!wiki note
Setting a realm configuration may be optional. If it is left unset everything should work automatically.
}}}

{{{
HCOOP.NET = {
        kdc = kerberos.hcoop.net
        admin_server = kerberos.hcoop.net
        }
}}}

Under {{{[domain_realm]}}}:
{{{
        hcoop.net = HCOOP.NET
        .hcoop.net = HCOOP.NET
}}}

If you want HCoop to be your default realm, under {{{[libdefaults]}}} add:
{{{
        default_realm = HCOOP.NET
}}}
fEg4Pa <a href="http://sifdvaoacncy.com/">sifdvaoacncy</a>

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