]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-nim-afscred-identity-initialization-20080108
authorAsanka Herath <asanka@secure-endpoints.com>
Tue, 8 Jan 2008 17:06:39 +0000 (17:06 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2008 17:06:39 +0000 (17:06 +0000)
commit238fc1d858c9758e52c1acf94fd02abb16248fbb
treee4b453af739b32b2665701ec42b8e7eb9ba22806
parent2e4a7c47a173eca16e6113c7a4a70902c3a4d8b8
DEVEL15-windows-nim-afscred-identity-initialization-20080108

LICENSE MIT

One of the challenges to deploying NIM has been the configuration of
AFS token acquisition.  This patch adds a new registry key hierarchy

  HKLM\SOFTWARE\OpenAFS\Client\Realms

which is used to configure the AFS Provider for a new identity based
upon the realm of the identity.  The Realms key contains subkeys for
each realm for which configuration data is being provided

  HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName"

"RealmName" contains one optional value, "AFSEnabled", and subkeys for
each Cell that is to be added to the configuration.  "AFSEnabled" defaults
to 0x01.

   HKLM\SOFTWARE\OpenAFS\Client\Realms\"RealmName"\"CellName"

In "CellName", there are two optional values, "Realm" and "MethodName".
If the values are not specified, the automatic realm and method determination
algorithms are used.

These values can be added to an MSI transform or deployed via Group Policy.

(cherry picked from commit 521f139a89c2f078888b8bad37a495d23723a789)
src/WINNT/netidmgr_plugin/afsnewcreds.c