From d190d2400eeef7f736338edea943ba8b93f64c69 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 13 Sep 2009 01:45:48 -0400 Subject: [PATCH] Windows Release Notes XML Reformat the Registry and Environment Values in Appendix A so that they are easier to identify in the table of contents. LICENSE MIT Reviewed-on: http://gerrit.openafs.org/453 Reviewed-by: Derrick Brashear Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- doc/xml/ReleaseNotesWindows/relnotes.xml | 1579 ++++++++++++------------------ 1 file changed, 638 insertions(+), 941 deletions(-) diff --git a/doc/xml/ReleaseNotesWindows/relnotes.xml b/doc/xml/ReleaseNotesWindows/relnotes.xml index 153e05a..0aba8b2 100644 --- a/doc/xml/ReleaseNotesWindows/relnotes.xml +++ b/doc/xml/ReleaseNotesWindows/relnotes.xml @@ -694,7 +694,7 @@ 3.35. Initial Server Preferences VLDB and File Server Preferences can now be provided initial values using registry keys.  This is useful for managed machines in a Windows domain which are centrally located (e.g., in a computing lab.)  See Appendix A for details on the " - Server Preferences" keys. + Server Preferences" keys.
@@ -2194,46 +2194,32 @@ The service parameters primarily affect the behavior of the AFS client service (afsd_service.exe).
Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] - - - - - - - - Value: LANadapter - - Type: DWORD - Default: -1 - Variable: LANadapter - LAN adapter number to use.  This is the lana number of the LAN adapter that the SMB server should bind to.  If unspecified or set to -1, a LAN adapter with named 'AFS' or a loopback adapter will be selected.  If neither are present, then all available adapters will be bound to.  When binding to a non-loopback adapter, the NetBIOS name hostname%-AFS' will be used (where %hostname% is the NetBIOS name of the host truncated to 11 characters). Otherwise, the NetBIOS name will be 'AFS'. - - - - - - - Value: CacheSize - - Type: DWORD - Default: 98304 (CM_CONFIGDEFAULT_CACHESIZE) - Variable: cm_initParams.cacheSize - Size of the AFS cache in 1k blocks. - - - - - - Value: ChunkSize - +
+ Value: LanAdapter + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] + Type: DWORD + Default: -1 + Variable: LANadapter + LAN adapter number to use.  This is the lana number of the LAN adapter that the SMB server should bind to.  If unspecified or set to -1, a LAN adapter with named 'AFS' or a loopback adapter will be selected.  If neither are present, then all available adapters will be bound to.  When binding to a non-loopback adapter, the NetBIOS name hostname%-AFS' will be used (where %hostname% is the NetBIOS name of the host truncated to 11 characters). Otherwise, the NetBIOS name will be 'AFS'. +
+
+ <anchor id='Value_CacheSize' />Value: CacheSize + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] + Type: DWORD + Default: 98304 (CM_CONFIGDEFAULT_CACHESIZE) + Variable: cm_initParams.cacheSize + Size of the AFS cache in 1k blocks. +
+
+ Value: ChunkSize + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD Default: 20 (CM_CONFIGDEFAULT_CHUNKSIZE) Variable: cm_logChunkSize (cm_chunkSize = 1 << cm_logChunkSize) Size of chunk for reading and writing. Actual chunk size is 2^cm_logChunkSize. The default chunk size is therefore 1 MB. - - - - +
+
+ Value: Daemons Value: Daemons @@ -2241,36 +2227,33 @@ Default: 4 (CM_CONFIGDEFAULT_DAEMONS) Variable: numBkgD Number of background daemons (number of threads of cm_BkgDaemon). (see cm_BkgDaemon in cm_daemon.c) - - - - - - Value: ServerThreads - +
+ + +
+ Value: ServerThreads + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD Default: 25 (CM_CONFIGDEFAULT_SVTHREADS) Variable: numSvThreads Number of SMB server threads (number of threads of smb_Server). (see smb_Server in smb.c). - - - - - +
+ + +
+ Value: Stats - Value: Stats - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD Default: 10000 (CM_CONFIGDEFAULT_STATS) Variable: cm_initParams.nStatCaches Cache configuration. - - - - - - Value: Volumes - +
+ + +
+ Value: Volumes + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2282,13 +2265,12 @@ Variable: cm_initParams.nVolumes Cache configuration. - - - - - - Value: Cells - +
+ + +
+ Value: Cells + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2299,26 +2281,24 @@ Variable: cm_initParams.nCells Cache configuration. - - - - - +
+ + +
+ Value: LogoffPreserveTokens - Value: LogoffPreserveTokens - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} Default : 0 If enabled (set to 1), the Logoff Event handler will not attempt to delete the user's tokens  if the user's profile is stored outside of AFS. - - - - - - Value: RootVolume - +
+ + +
+ Value: RootVolume + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -2327,14 +2307,13 @@ Default: "root.afs" Variable: cm_rootVolumeName Root volume name. - - - - - +
+ + +
+ Value: MountRoot - Value: MountRoot - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -2343,14 +2322,13 @@ Default: "/afs" Variable: cm_mountRoot Name of root mount point.  In symlinks, if a path starts with cm_mountRoot, it is assumed that the path is absolute (as opposed to relative) and is adjusted accordingly. Eg: if a path is specified as /afs/athena.mit.edu/foo/bar/baz and cm_mountRoot is "/afs", then the path is interpreted as \\afs\all\athena.mit.edu\foo\bar\baz.  If a path does not start with with cm_mountRoot, the path is assumed to be relative and suffixed to the reference directory (i.e. directory where the symlink exists) - - - - - +
+ + +
+ Value: CachePath - Value: CachePath - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ or REG_EXPAND_SZ @@ -2359,14 +2337,13 @@ Default: "%TEMP%\AFSCache" Variable: cm_CachePath Location of on-disk cache file.  The default is the SYSTEM account's TEMP directory.  The attributes assigned to the file are HIDDEN and SYSTEM. - - - - - +
+ + +
+ Value: NonPersistentCaching - Value: NonPersistentCaching - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD [0..1] @@ -2375,13 +2352,12 @@ Default: 0 Variable: buf_CacheType When this registry value is set to a non-zero value, the CachePath value is ignored and the cache data is stored in the windows paging file.  This disables the use of persistent caching and the ability to maintain a single UUID for the AFS client service across restarts. - - - - - - Value: ValidateCache - +
+ + +
+ Value: ValidateCache + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD [0..2] @@ -2397,13 +2373,12 @@ Variable: buf_CacheType 2 - Validation is performed at shutdown - - - - - - Value: TrapOnPanic - +
+ + +
+ Value: TrapOnPanic + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2412,14 +2387,13 @@ Default: 0 Variable: traceOnPanic Issues a breakpoint in the event of a panic. (breakpoint: _asm int 3). - - - - - +
+ + +
+ Value: NetbiosName - Value: NetbiosName - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_EXPAND_SZ @@ -2428,13 +2402,12 @@ Default: "AFS" Variable: cm_NetbiosName Specifies the NetBIOS name to be used when binding to a Loopback adapter.  To provide the old behavior specify a value of  "%COMPUTERNAME%-AFS". - - - - - - Value: IsGateway - +
+ + +
+ Value: IsGateway + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2444,13 +2417,12 @@ Default: 0 Variable: isGateway Select whether or not this AFS client should act as a gateway.  If set and the NetBIOS name hostname-AFS is bound to a physical NIC, other machines in the subnet can access AFS via SMB connections to hostname-AFS. When IsGateway is non-zero, the LAN adapter detection code will avoid binding to a loopback adapter.  This will ensure that the NetBIOS name will be of the form hostname-AFS instead of the value set by the "NetbiosName" registry value. - - - - - - Value: ReportSessionStartups - +
+ + +
+ Value: ReportSessionStartups + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2459,14 +2431,13 @@ Default: 0 Variable: reportSessionStartups If enabled, all SMB sessions created are recorded in the Application event log.  This also enables other events such as drive mappings or various error types to be logged. - - - - - +
+ + +
+ Value: TraceBufferSize - Value: TraceBufferSize - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2475,14 +2446,13 @@ Default: 10000 (CM_CONFIGDEFAULT_TRACEBUFSIZE) Variable: traceBufSize Number of entries to keep in trace log. - - - - - +
+ + +
+ Value: SysName - Value: SysName - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -2494,14 +2464,13 @@ Default: "x86_win32 i386_w2k i386_nt40" (X86) Variable: cm_sysName Provides an initial value for "fs sysname".  The string can contain one or more replacement values for @sys in order of preference separated by whitespace. - - - - - +
+ + +
+ Value: SecurityLevel - Value: SecurityLevel - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2510,14 +2479,13 @@ Default: 0 Variable: cryptall Enables encryption on RX calls. - - - - - +
+ + +
+ Value: UseDNS - Value: UseDNS - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2526,14 +2494,13 @@ Default: 1 Variable: cm_dnsEnabled Enables resolving volservers using AFSDB DNS queries. - - - - - +
+ + +
+ Value: FreelanceClient - Value: FreelanceClient - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2542,14 +2509,13 @@ Default: 0 Variable: cm_freelanceEnabled Enables freelance client. - - - - - +
+ + +
+ Value: HideDotFiles - Value: HideDotFiles - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1,0} @@ -2558,13 +2524,12 @@ Default: 1 Variable: smb_hideDotFiles Enables marking dotfiles with the hidden attribute.  Dot files are files whose name starts with a period (excluding "." and ".."). - - - - - - Value: MaxMpxRequests - +
+ + +
+ Value: MaxMpxRequests + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2573,13 +2538,12 @@ Default: 50 Variable: smb_maxMpxRequests Maximum number of multiplexed SMB requests that can be made. - - - - - - Value: MaxVCPerServer - +
+ + +
+ Value: MaxVCPerServer + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2588,14 +2552,13 @@ Default: 100 Variable: smb_maxVCPerServer Maximum number of SMB virtual circuits. - - - - - +
+ + +
+ Value: Cell - Value: Cell - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -2604,13 +2567,12 @@ Default: <none> Variable: rootCellName Name of root cell (the cell from which root.afs should be mounted in \\afs\all). - - - - - - Value: RxEnablePeerStats - +
+ + +
+ Value: RxEnablePeerStats + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -2620,13 +2582,12 @@ Default: 1 Variable: rx_enable_peer_stats When set to 1, the Rx library collects peer statistics.   - - - - - - Value: RxEnableProcessStats - +
+ + +
+ Value: RxEnableProcessStats + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -2636,13 +2597,12 @@ Default: 1 Variable: rx_extra_process_stats When set to 1, the Rx library collects process statistics.   - - - - - - Value: RxExtraPackets - +
+ + +
+ Value: RxExtraPackets + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2651,14 +2611,13 @@ Default: 120 Variable: rx_extraPackets When set, this number of extra Rx packets are allocated at startup. - - - - - +
+ + +
+ Value: RxMaxMTU - Value: RxMaxMTU - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2668,13 +2627,12 @@ Default: 0 Variable: rx_mtu If set to anything other than 0, that value is used as the maximum send and receive MTU supported by the RX interface. In order to enable OpenAFS to operate across releases of the Cisco IPSec VPN client prior than 5.0, this value must be set to 1264 or smaller. - - - - - - Value: RxNoJumbo - +
+ + +
+ Value: RxNoJumbo + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0,1} @@ -2683,14 +2641,13 @@ Default: 0 Variable: rx_nojumbo If enabled, does not send or indicate that we are able to send or receive RX jumbograms. - - - - - +
+ + +
+ Value: ConnDeadTimeout - Value: ConnDeadTimeout - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2699,13 +2656,12 @@ Default: 0 (seconds) Variable: ConnDeadtimeout When the value is 0, this setting is configured to be one-half the HardDeadTimeout value. - - - - - - Value: HardDeadTimeout - +
+ + +
+ Value: HardDeadTimeout + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD @@ -2722,14 +2678,13 @@ Variable: HardDeadtimeout If the minimum SMB timeout is not specified the value is 45 seconds.  See http://support.microsoft.com:80/support/kb/articles/Q102/0/67.asp - - - - - +
+ + +
+ Value: TraceOption - Value: TraceOption - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0-15} @@ -2739,52 +2694,48 @@ Default: 0 Bit 1 enables logging of events captured by the AFS Client Service. Bit 2 enables real-time viewing of "fs trace" logging with DbgView or similar tools. Bit 3 enables "fs trace" logging on startup. - - - - - - Value: AllSubmount - +
+ + +
+ Value: AllSubmount + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} Default: 1 Variable: allSubmount (smb.c) By setting this value to 0, the "\\NetbiosName\all" mount point will not be created.  This allows the read-write versions of root.afs to be hidden. - - - - - +
+ + +
+ Value: NoFindLanaByName - Value: NoFindLanaByName - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} Default: 0 Disables the attempt to identity the network adapter to use by looking for an adapter with a display name of "AFS". - - - - - - Value: MaxCPUs - +
+ + +
+ Value: MaxCPUs + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {1..32} or {1..64} depending on the architecture Default: <no default> If this value is specified, afsd_service.exe will restrict itself to executing on the specified number of CPUs if there are a greater number installed in the machine.  - - - - - +
+ + +
+ Value: SmbAuthType - Value: smbAuthType - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0..2} @@ -2804,135 +2755,124 @@ Default: 2 The default is Extended authentication - - - - - +
+ + +
+ Value: MaxLogSize - Value: MaxLogSize - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0 .. MAXDWORD} Default: 100K This entry determines the maximum size of the %WINDIR%\TEMP\afsd_init.log file.  If the file is larger than this value when afsd_service.exe starts the file will be reset to 0 bytes.  If this value is 0, it means the file should be allowed to grow indefinitely. - - - - - - Value: FlushOnHibernate - +
+ + +
+ Value: FlushOnHibernate + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0,1} Default: 1 If set, flushes all volumes before the machine goes on hibernate or stand-by. - - - - - - Value: daemonCheckDownInterval - +
+ + +
+ Value: DaemonCheckDownInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 180 This value controls how frequently the AFS cache manager probes servers that are marked as "down". - - - - - - Value: daemonCheckUpInterval - +
+ + +
+ Value: DaemonCheckUpInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 600 This value controls how frequently the AFS cache manager probes servers that are marked as "up". - - - - - - Value: daemonCheckVolInterval - +
+ + +
+ Value: DaemonCheckVolInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 3600 This value controls how frequently the AFS cache manager forces a reset on the existing volume database information. - - - - - - Value: daemonCheckCBInterval - +
+ + +
+ Value: DaemonCheckCBInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 60 This value controls how frequently the AFS cache manager checks for callback invalidation. - - - - - - Value: daemonCheckLockInterval - +
+ + +
+ Value: DaemonCheckLockInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 60 This value controls how frequently the AFS cache manager checks for invalid file locks. - - - - - - Value: daemonCheckTokenInterval - +
+ + +
+ Value: DaemonCheckTokenInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 180 This value controls how frequently the AFS cache manager checks for expired tokens. - - - - - - Value: daemonCheckOfflineVolInterval - +
+ + +
+ Value: DaemonCheckOfflineVolInterval + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD (seconds) Default: 600 This value controls how frequently the AFS cache manager checks offline volumes to see if they have come back online. At the same time volumes which were determined to be busy have their state reset to online. - - - - - - Value: CallBackPort - +
+ + +
+ Value: CallBackPort + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD Default: 7001 This value specifies which port number should be used for receiving callbacks from the file server. The standard AFS Callback port is 7001. Alternative values can be useful if the client is behind a NAT and a permanent port mapping for the client is being configured. - - - - - +
+ + +
+ Value: EnableServerLocks - Value: EnableServerLocks - + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1, 2} @@ -2941,13 +2881,12 @@ Default: 1 0: never obtain server locks 1: obtain server locks unless the file server says not to 2: always obtain server locks - - - - - - Value: DeleteReadOnly - +
+ + +
+ Value: DeleteReadOnly + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -2955,13 +2894,12 @@ Default: 0 Determines whether or not the AFS Cache Manager will permit files marked with the "Read Only" DOS attribute to be deleted or not. For compatibility with Explorer, the default is ‘no’. 0: do not permit "Read Only" files to be deleted. 1: delete files that have the "Read Only" attribute set without complaint. - - - - - - Value: BPlusTrees - +
+ + +
+ Value: BPlusTrees + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -2969,25 +2907,23 @@ Default: 1 Determines whether or not the AFS Cache Manager uses locally constructed B+ Trees to speed up the performance of directory searches. 0: do not use B+ Trees for directory lookups 1: use B+ Trees for directory lookups - - - - - - Value: PrefetchExecutableExtensions - +
+ + +
+ Value: PrefetchExecutableExtensions + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: MULTI_SZ Default: none specified The AFS Cache Manager will pre-fetch the entire contents of any file whose name matches ends with one of the specified extensions. This option is intended for use primarily with executables and dynamic link libraries that should be fully cached prior to a machine losing its connection with the file server. - - - - - - Value: OfflineReadOnlyIsValid - +
+ + +
+ Value: OfflineReadOnlyIsValid + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -2995,13 +2931,12 @@ Default: 0 Determines whether or not cached data from .readonly volumes is considered valid even if a callback cannot be registered with a file server. This option is meant to be used by organizations for whom .readonly volume content very rarely changes (if ever.) 0: do not treat offline .readonly content as valid 1: treat offline .readonly content as valid - - - - - - Value: GiveUpAllCallBacks - +
+ + +
+ Value: GiveUpAllCallBacks + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -3009,13 +2944,12 @@ Default: 0 Determines whether or not the AFS Cache Manager will give up all callbacks prior to the service being suspended or shutdown. Doing so will have significant performance benefits for the file servers. However, file servers older than 1.4.6 can become unstable if the GiveUpAllCallBacks RPC is executed. 0: do not perform GiveUpAllCallBacks RPCs 1: perform GiveUpAllCallBacks RPCs - - - - - - Value: FollowBackupPath - +
+ + +
+ Value: FollowBackupPath + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {0, 1} @@ -3023,98 +2957,74 @@ Default: 0 Determines whether or not the AFS Cache Manager will give preference to .backup volumes when following mount points that originate in a .backup volume. 0: do not prefer .backup volumes when the mount point originates in a .backup volume. 1: prefer .backup volumes when the mount point originates in a .backup volume. - - - - - - Value: RxUdpBufSize - +
+ + +
+ Value: RxUdpBufSize + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD {bytes} Default: 262144 Specifies the UDP socket receive and send buffer sizes.. - - - - - +
Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters\GlobalAutoMapper] - - - - - - - - Value: <Drive Letter:> for example "G:" - +
+ Value: <DriveLetter> + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters\GlobalAutoMapper] Type: REG_SZ Specifies the submount name to be mapped by afsd_service.exe at startup to the provided drive letter. This option is deprecated. - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client] - - - - - - - +
+ Value: CellServDBDir - Value: CellServDBDir - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_SZ Default: <not defined> Specifies the directory containing the CellServDB file.  When this value is not specified, the ProgramData directory is searched and if the CellServDB file is not found, the AFS Client install directory is used. - - - - - +
+ + +
+ Value: VerifyServiceSignature - Value: VerifyServiceSignature - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD Default: 0x1 This value can be used to disable the runtime verification of the digital signatures applied to afsd_service.exe and the OpenAFS DLLs it loads.  This test is performed to verify that   the DLLs which are loaded by afsd_service.exe are from the same distribution as afsd_service.exe.  This is to prevent random errors caused when DLLs from one distribution of AFS are loaded by another one.  This is not a security test.  The reason for disabling this test is to free up additional memory which can be used for a large cache size. - - - - - +
+ + +
+ Value: IoctlDebug - Value: IoctlDebug - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD Default: 0x0 This value can be used to debug the cause of pioctl() failures.  Set a non-zero value and the pioctl() library will output status information to stdout.  Executing command line tools such as tokens.exe, fs.exe, etc can then be used to determine why the pioctl() call is failing. - - - - - +
+ + +
+ Value: MiniDumpType - Value: MiniDumpType - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD @@ -3122,9 +3032,6 @@ Default: 0x0 (MiniDumpNormal) This value is used to specify the type of minidump generated by afsd_service.exe either when the process crashes or when a user initiated is dump file is generated with the "fs.exe minidump" command. Valid values are dependent on the version of DbgHelp.dll installed on the machine.  The best version to use is not the version that comes with the operating system but the version that is included in the most recent release of " Microsoft Debugging Tools for Windows".  See the Microsoft Developer Library for further information. - - - @@ -3173,74 +3080,59 @@ MiniDumpWithThreadInfo = 0x00001000 MiniDumpWithCodeSegs = 0x00002000 - - - - - +
+ + +
+ Value: EnableSMBAsyncStore - Value: EnableSMBAsyncStore - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD Default: 0x1 This value can be used to disable the use of SMB Asynchronous Store operations.  - - - - - +
+ + +
+ Value: SMBAsyncStoreSize - Value: SMBAsyncStoreSize - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD Default: 32 This value determines the size of SMB Asynchronous Store operations. This value can be used to increase the write performance on higher speed networks by increasing the value. The value must be a multiple of the cache buffer block size and cannot be larger than the cache manager chunk size. The specified value will be adjusted to enforce its compliance with these restrictions. - - - - - +
+ + +
+ Value: StoreAnsiFilenames - Value: StoreAnsiFilenames - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] Type: REG_DWORD Default: 0x0 This value can be used to force the AFS Client Service to store filenames using the Windows system's ANSI character set instead of the OEM Code Page character set which has traditionally been used by SMB file systems.  Note: The use of ANSI characters will render access to files with 8-bit OEM file names inaccessible from Windows.  This option is of use primarily when you wish to allow file names produced on Windows to be accessible from Latin-1 UNIX systems and vice versa. - - - - - + This value is ignored now that all file names are processed as Unicode and stored on the file server as UTF-8. +
+
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CSCPolicy] - - - - - - - - Value: "smb/cifs share name" - +
+ Value: <smb share name> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CSCPolicy] Type: REG_SZ Default: <none> This key is used to map SMB/CIFS shares to Client Side Caching (off-line access) policies. For each share one of the following policies may be used: "manual", "programs", "documents", "disable".  These values used to be stored in afsdsbmt.ini - - - - - +
@@ -3258,37 +3150,29 @@ Default: <none> Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<cellname>] The actual name of the <cellname> key is the full name of the cell whose configuration is being specified. The <cellname> key contains both values and subkeys. Each subkey represents a single host name or IP address. When a host is to be known by more than one name or IP address, a separate subkey should be created for each. Unlike the <cellname> key name, the <server> key names do not have to be actual host names. - - - - - - - - Value: "Description" - +
+ Value: Description + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>] Type: REG_SZ Default: <none> This value is used to store a description of the Cell appropriate for display in end user facing tools. - - - - - - Value: "ForceDNS" - +
+ + +
+ Value: ForceDNS + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>] Type: REG_DWORD Range: 0 or 1 Default: 0 if <server> subkeys exist; 1 otherwise When set to 1 all server configuration provided in the registry or the CellServDB file is ignored and DNS AFSDB lookups are used instead. - - - - - - Value: "LinkedCell" - +
+ + +
+ Value: LinkedCell + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>] Type: REG_SZ Default: <none> @@ -3297,11 +3181,8 @@ Default: <none> This functionality can be used for example to develop a test cell that is equivalent to a production cell with the exception that it substitutes test versions of volumes for the production versions. Another use is to assist in the transition from one cell name to another. See also: Linked Cells. - - - - - +
+
@@ -3309,75 +3190,54 @@ Default: <none> The actual name of the <server> key may be a fully qualified domain name of the server whose configuration is being specified. If a domain name is specified as the key name, all values become optional. - - - - - - - - Value: "HostName" - +
+ Value: HostName Type: REG_SZ + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>\<Server>] Default: <none> This value is used to specify a fully qualified domain name appropriate that matches either a DNS A or DNS CNAME record. If provided, this value supercedes the name of the <server> key. It is recommended that the value of this field be terminated with a period in order to avoid the use of domain substitution during the gethostbyname() evaluation. - - - - - - Value: "IPv4Address" - +
+ + +
+ Value: IPv4Address + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>\<Server>] Type: REG_SZ Default: <none> If the DNS host name lookup fails this value will be used as the IPv4 address for the server. - - - - - - Value: "Rank" - +
+ + +
+ Value: Rank + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>\<Server>] Type: REG_DWORD Range: 0..65535 Default: 0 This value specifies the default server preference. A value of 0 indicates that no preference has been specified. When non-zero values are specified lower values indicate a stronger preference than higher values. - - - - - - Value: "Comment" - +
+ + +
+ Value: Comment + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\CellServDB\<Cell Name>\<Server>] Type: REG_SZ Default: <none> A text string that can be displayed to end users to describe the server. - - - - - +
- -
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Freelance] - - - - - - - - Value: "numeric value" - +
+ Value: <numeric value> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Freelance] Type: REG_SZ @@ -3386,23 +3246,13 @@ Default: <none> "athena.mit.edu#athena.mit.edu:root.cell." ".athena.mit.edu%athena.mit.edu:root.cell." These values used to be stored in afs_freelance.ini - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Freelance\Symlinks] - - - - - - - - Value: "numeric value" - +
+ Value: <numeric value> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Freelance\Symlinks] Type: REG_SZ @@ -3412,11 +3262,7 @@ Default: <none> "athena:athena.mit.edu." "home:athena.mit.edu\user\j\a\jaltman." "filename:path\file." - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms] @@ -3425,77 +3271,48 @@ Default: <none>
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms\"Realm Name"] In addition to the optional values, this key contains one subkey for each cell that is to be added to the AFS Provider configuration. - - - - - - - - Value: - AFSEnabled - +
+ Value: AFSEnabled + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms\<Realm Name>] Type: REG_DWORD Default: 0x01 This key is used to specify whether the new identity should be configured to obtain AFS credentials. In general, it is only specified when disabling the acquisition of AFS credentials is desired. The default is to obtain AFS credentials. - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms\"Realm Name"\"Cell Name"] - - - - - - - - Value: - MethodName - +
+ Value: MethodName + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms\<Realm Name>\<Cell Name>] Type: REG_SZ Default: <none> This key is used to specify the token acquisition method to be used. When unspecified, the AFS provider will automatically try Kerberos v5 and then Kerberos v5 (if available). As of this writing valid method names include "Auto", "Kerberos5", "Kerberos524", "Kerberos4". Note: Kerberos524 and Kerberos4 cannot be used with 64-bit Kerberos for Windows. - - - - - - Value: - Realm - +
+ + +
+ Value: Realm + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Realms\<Realm Name>\<Cell Name>] Type: REG_SZ Default: <none> This key is used to specify the realm to be used when acquiring AFS tokens. If not specified, the realm will be determined by performing a domain to realm mapping on the domain of a random volume location database server for the cell. - - - - - +
+
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Submounts] - - - - - - - - Value: "submount name" - +
+ Value: <Submount Name> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Submounts] Type: REG_EXPAND_SZ @@ -3503,57 +3320,34 @@ Default: <none> This key is used to store mappings of UNIX style AFS paths to submount names which can be referenced as UNC paths.  For example the submount string "/athena.mit.edu/user/j/a/jaltman" can be associated with the submount name "jaltman.home".  This can then be referenced as the UNC path \\AFS\jaltman.home. These values used to be stored in afsdsbmt.ini NOTE: Submounts should no longer be used with OpenAFS. Use the Windows Explorer to create drive mappings to AFS UNC paths instead of using the AFS Submount mechanism. - - - - - +
+
- Regkey: + <title id='Regkey_HKLM_SOFTWARE_OpenAFS_Client_ServerPreferences_VLDB'>Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\VLDB] - - - - - - - - Value: "hostname or ip address" - +
+ Value: <hostname or ip address> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\ServerPreferences\VLDB] Type: REG_DWORD Default: <none> This key is used to specify a default set of VLDB server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 256 prior to the preference being set. - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\File] - - - - - - - - Value: "hostname or ip address" - +
+ Value: <hostname or ip address> + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\ServerPreferences\File] Type: REG_DWORD Default: <none> This key is used to specify a default set of File server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 256 prior to the preference being set. - - - - - +
@@ -3561,120 +3355,95 @@ Default: <none> Affects the network provider (afslogon.dll).
Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] - - - - - - - - Value: FailLoginsSilently - +
+ Value: FailLoginsSilently + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: DWORD Default: 0 Do not display message boxes if the login fails. - - - - - +
Regkey: -[HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] - - - - - - - - Value: NoWarnings - +[HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] +
+ Value: NoWarnings + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: DWORD Default: 0 Disables visible warnings during logon. - - - - - - Value: AuthentProviderPath - +
+ + +
+ Value: AuthentProviderPath + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: REG_SZ NSIS: %WINDIR%\SYSTEM32\afslogon.dll Specifies the install location of the authentication provider dll. - - - - - - Value: Class - +
+ + +
+ Value: Class + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: DWORD NSIS: 0x02 Specifies the class of network provider - - - - - - Value: DependOnGroup - +
+ + +
+ Value: DependOnGroup + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: REG_MULTI_SZ NSIS: PNP_TDI Specifies the service groups upon which the AFS Client Service depends.  Windows should not attempt to start the AFS Client Service until all of the services within these groups have successfully started. - - - - - - Value: DependOnService - +
+ + +
+ Value: DependOnService + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: REG_MULTI_SZ NSIS: Tcpip NETBIOS RpcSs Specifies a list of services upon which the AFS Client Service depends.  Windows should not attempt to start the AFS Client Service until all of the specified services have successfully started. - - - - - - Value: Name - +
+ + +
+ Value: Name + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: REG_SZ NSIS: "OpenAFSDaemon" Specifies the display name of the AFS Client Service - - - - - - Value: ProviderPath - +
+ + +
+ Value: ProviderPath + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider] Type: REG_SZ NSIS: %WINDIR%\SYSTEM32\afslogon.dll Specifies the DLL to use for the network provider - - - - - +
+
@@ -3714,16 +3483,12 @@ NSIS: %WINDIR%\SYSTEM32\afslogon.dll [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\"domain name"] [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] - - - - - - - +
+ Value: LogonOptions - Value: LogonOptions - + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: DWORD @@ -3746,13 +3511,14 @@ Default: 0x01 High Security Mode generates random SMB names for the creation of Drive Mappings.  This mode should not be used without Integrated Logon. As of 1.3.65 the SMB server supports SMB authentication.  The High Security Mode should not be used when using SMB authentication (SMBAuthType setting is non zero). - - - - - - Value: FailLoginsSilentl - +
+ + +
+ Value: FailLoginsSilently + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: DWORD (1|0) @@ -3761,13 +3527,14 @@ Default: 0 NSIS/WiX: (not set) If true, does not display any visible warnings in the event of an error during the integrated login process. - - - - - - Value: LogonScript - +
+ + +
+ Value: LogonScript + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: REG_SZ or REG_EXPAND_SZ @@ -3776,13 +3543,14 @@ Default: (null) NSIS/WiX: (only value under NP key) <install path>\afscreds.exe -:%s -x -a -m -n -q A logon script that will be scheduled to be run after the profile load is complete.  If using the REG_EXPAND_SZ type, you can use any system environment variable as "%varname%" which would be expanded at the time the network provider is run.  Optionally using a "%s" in the value would result in it being expanded into the AFS SMB username for the session. - - - - - - Value: LoginRetryInterval - +
+ + +
+ Value: LoginRetryInterval + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: DWORD @@ -3791,13 +3559,14 @@ Default: 30 NSIS/WiX: (not set) If the OpenAFS client service has not started yet, the network provider will wait for a maximum of "LoginRetryInterval" seconds while retrying every "LoginSleepInterval" seconds to check if the service is up. - - - - - - Value: LoginSleepInterval - +
+ + +
+ Value: LoginSleepInterval + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: DWORD @@ -3806,37 +3575,36 @@ Default: 5 NSIS/WiX: (not set) See description of LoginRetryInterval. - - - - - +
+ + +
+ Value: Realm - Value: Realm - + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: REG_SZ NSIS: <not set> When Kerberos v5 is being used, Realm specifies the Kerberos v5 realm that should be appended to the first component of the Domain logon username to construct the Kerberos v5 principal for which AFS tokens should be obtained. - - - - - +
+ + +
+ Value: TheseCells - Value: TheseCells - + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\<domain name>] + [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\Domain\LOCALHOST] Type: REG_MULTI_SZ NSIS: <not set> When Kerberos v5 is being used, TheseCells provides a list of additional cells for which tokens should be obtained with the default Kerberos v5 principal. - - - - - +
+
@@ -3867,15 +3635,9 @@ NSIS: <not set>
Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] - - - - - - - - Value: Gateway - +
+ Value: Gateway + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -3884,13 +3646,12 @@ Default: "" Function: GetGatewayName() If the AFS client is utilizing a gateway to obtain AFS access, the name of the gateway is specified by this value. - - - - - - Value: Cell - +
+ + +
+ Value: Cell + Regkey: [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] Type: REG_SZ @@ -3899,25 +3660,16 @@ Default: <none> Variable: IsServiceConfigured() The value Cell is used to determine if the AFS Client Service has been properly configured or not. - - - - - +
Regkey: [HKLM\SOFTWARE\OpenAFS\Client] [HKCU\SOFTWARE\OpenAFS\Client] - - - - - - - - Value: ShowTrayIcon - +
+ Value: ShowTrayIcon + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: DWORD {0, 1} @@ -3928,13 +3680,13 @@ Function: InitApp(), Main_OnCheckTerminate() This value is used to determine whether or not a shortcut should be maintained in the user's Start Menu->Programs->Startup folder. This value used to be stored at [HKLM\Software\TransarcCorporation\AFS Client\AfsCreds]. The current user value is checked first; if it does not exist the local machine value is checked. - - - - - - Value: EnableKFW - +
+ + +
+ Value: EnableKFW + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: DWORD {0, 1} @@ -3943,13 +3695,13 @@ Default: 1 Function: KFW_is_available() When MIT Kerberos for Windows can be loaded, Kerberos v5 will be used to obtain AFS credentials.  By setting this value to 0, the internal Kerberos v4 implementation will be used instead.  The current user value is checked first; if it does not exist the local machine value is checked. - - - - - - Value: AcceptDottedPrincipalNames - +
+ + +
+ Value: AcceptDottedPrincipalNames + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: DWORD {0, 1} @@ -3958,14 +3710,14 @@ Default: 1 Function: KFW_accept_dotted_usernames() Kerberos v5 principal names are traditionally mapped to Kerberos v4 names by the AFS servers before they can be looked up in the Protection database.  The mapping algorithm used permits collisions to occur.  Both of the Kerberos v5 names, "user.admin@REALM" and "user/admin@REALM" are interpreted as the same user identity within the cell.  To enable both names to be sent to the server by AFSCreds or Integrated Logon, set this value to 1. - - - - - +
+ + +
+ Value: Use524 - Value: Use524 - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: DWORD {0, 1} @@ -3974,14 +3726,14 @@ Default: 0 Function: KFW_use_krb524() When MIT Kerberos for Windows can be loaded, Kerberos v5 will be used to obtain AFS credentials.  By setting this value to 1, the Kerberos v5 tickets will be converted to Kerberos v4 tokens via a call to the krb524 daemon.  The current user value is checked first; if it does not exist the local machine value is checked. - - - - - +
+ + +
+ Value: AfscredsShortcutParams - Value: AfscredsShortcutParams - + Regkey: [HKLM\SOFTWARE\OpenAFS\Client] + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: REG_SZ @@ -4012,24 +3764,14 @@ Function: Shortcut_FixStartup - - - - - +
Regkey: [HKCU\SOFTWARE\OpenAFS\Client] - - - - - - - - Value: Authentication Cell - +
+ Value: Authentication Cell + Regkey: [HKCU\SOFTWARE\OpenAFS\Client] Type: REG_SZ @@ -4038,24 +3780,15 @@ Default: <none> Function: Afscreds.exe GetDefaultCell() This value allows the user to configure a different cell name to be used as the default cell when acquiring tokens in afscreds.exe. - - - - - +
+
Regkey: [HKCU\SOFTWARE\OpenAFS\Client\Reminders] - - - - - - - - Value: "afs cell name" - +
+ Value: <afs cell name> + Regkey: [HKCU\SOFTWARE\OpenAFS\Client\Reminders] Type: DWORD {0, 1} @@ -4065,74 +3798,44 @@ Default: <none> Function: LoadRemind(), SaveRemind() These values are used to save and restore the state of the reminder flag for each cell for which the user has obtained tokens. This value used to be stored at [HKLM\Software\TransarcCorporation\AFS Client\AfsCreds]. - - - - - +
Regkey: [HKCU\SOFTWARE\OpenAFS\Client\Active Maps] - - - - - - - - Value: "upper case drive letter" - +
+ Value: <upper case drive letter> + Regkey: [HKCU\SOFTWARE\OpenAFS\Client\ActiveMaps] Type: DWORD {0, 1} Default: <none> These values are used to store the persistence state of the AFS drive mappings as listed in the [...\Client\Mappings] key. These values used to be stored in the afsdsbmt.ini file - - - - - +
+
Regkey: [HKCU\SOFTWARE\OpenAFS\Client\Mappings] - - - - - - - - Value: "upper case drive letter" - +
+ Value: <upper case drive letter> + Regkey: [HKCU\SOFTWARE\OpenAFS\Client\Mappings] Type: REG_SZ Default: <none> These values are used to store the AFS path in UNIX notation to which the drive letter is to be mapped. These values used to be stored in the afsdsbmt.ini file. - - - - - +
A.4 OpenAFS Client Service Environment Variables - - - - - - - - Variable: AFS_RPC_ENCRYPT - +
+ Value: AFS_RPC_ENCRYPT Values: "OFF" disables the use of RPC encryption @@ -4142,13 +3845,11 @@ Default: <none> Default: RPC encryption is on - - - - - - Variable: AFS_RPC_PROTSEQ - +
+ + +
+ Value: AFS_RPC_PROTSEQ Values: @@ -4165,11 +3866,7 @@ Default: RPC encryption is on Default: local RPC - - - - - +
 
-- 1.9.4