winnotes-registry-20040708
authorJeffrey Altman <jaltman@mit.edu>
Thu, 8 Jul 2004 15:45:58 +0000 (15:45 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 8 Jul 2004 15:45:58 +0000 (15:45 +0000)
Add descriptions of Global Drive Mappings; MaxCPUs, and Environment
Variables

doc/txt/winnotes/registry.txt

index b9a1826..ee1ede4 100644 (file)
@@ -1,8 +1,8 @@
 
-Registry keys used in the Windows AFS Client
---------------------------------------------
+Registry keys and Environment Variables used in the Windows AFS Client
+----------------------------------------------------------------------
 
-This file describes the registry keys used in the Windows AFS clients.
+REGISTRY KEYS:
 
 1. Service parameters
 ---------------------
@@ -292,6 +292,15 @@ Default : <no default>
   systems to avoid crashes in the RX library.
 
 
+Regkey:
+[HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters\GlobalAutoMapper]
+
+Value   : <Drive Letter:> for example "G:"
+Type    : SZ
+
+    Specifies the submount name to be mapped by afsd_service.exe at startup
+    to the provided drive letter.
+
 
 
 Regkey:
@@ -458,3 +467,17 @@ Function: LoadRemind(), SaveRemind()
   [HKLM\Software\TransarcCorporation\AFS Client\AfsCreds].
 
 
+ENVIRONMENT VARIABLES:
+
+Variable: AFS_RPC_ENCRYPT 
+Values:   "OFF" disables the use of RPC encryption
+          any other value allows RPC encryption to be used
+Default:  RPC encryption is on
+
+
+Variable: AFS_RPC_PROTSEQ
+Values:   "ncalrpc"  - local RPC 
+          "ncacn_np" - named pipes
+          "ncacn_ip_tcp" - tcp/ip
+Default:  local RPC
+