From ec5b34b8fc1d0871c9a4a7ca62161ae1429fd45f Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 8 Jul 2004 15:45:58 +0000 Subject: [PATCH] winnotes-registry-20040708 Add descriptions of Global Drive Mappings; MaxCPUs, and Environment Variables --- doc/txt/winnotes/registry.txt | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/doc/txt/winnotes/registry.txt b/doc/txt/winnotes/registry.txt index b9a1826f0..ee1ede4ba 100644 --- a/doc/txt/winnotes/registry.txt +++ b/doc/txt/winnotes/registry.txt @@ -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 : systems to avoid crashes in the RX library. +Regkey: +[HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters\GlobalAutoMapper] + +Value : 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 + -- 2.39.5