⇤ ← Revision 1 as of 2009-10-03 19:27:15
Size: 725
Comment:
|
Size: 881
Comment: realms section should be optional, after ensuring this is true will remove from NeedsWork
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
{{{#!wiki note Setting a realm configuration may be optional. If it is left unset everything should work automatically. }}} |
|
Line 29: | Line 34: |
---- CategoryNeedsWork |
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]:
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