]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-docs-20050418
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 19 Apr 2005 06:12:19 +0000 (06:12 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 19 Apr 2005 06:12:19 +0000 (06:12 +0000)
updates

doc/txt/winnotes/afs-changes-since-1.2.txt
doc/txt/winnotes/afs-install-notes.txt
doc/txt/winnotes/afs-issues.txt

index af1bf62b3e18d71dbd2d6136f1c3050c0f94422e..7d3151495a97c1f7e1bd9c19aa3845cc8a6f7f6f 100644 (file)
@@ -1,3 +1,33 @@
+Since 1.3.81:
+  * Added a script command to the msi installer "afs_replace"
+    which can be used to replace one version of OpenAFS with
+    another without requiring an uninstall and reinstall if
+    the installed msi is no longer in its original location.
+
+  * Apparently the problem with multi-domain forests with cross-
+    realm trusts to non-Windows realms was not entirely solved.
+    The authentication to the AFS SMB service failed because 
+    the wrong name was being used.  Using ASU as an example,
+    the authentication was being performed with the name
+    "QAAD\user" (an account in the forest root) and not 
+    "user@ASU.EDU (the MIT Kerberos principal used to login with)
+
+    The solution was to add an additional dependency on KFW
+    in order or to be able to easily obtain the client principal 
+    name stored in the MSLSA ccache TGT.  This information is 
+    used in two locations:  
+
+    - the pioctl() function 
+
+    - a new WinLogon Event Handler for the "logon" event.  
+
+    The pioctl function will now be able to use the correct
+    name when calling WNetAddConnection2() and the "logon"
+    event handler will now be able to call WNetAddConnection2().
+    The hope is that the "logon" event handler will be called 
+    before the profile is loaded but I have not guarrantee
+    that will happen. 
+
 Since 1.3.80:
   * Fixed a locking error in cm_TryBulkStat() which had the
     potential of deadlocking the system for the length of time
index 75120c5d31101eb383aa3ab48a31d638cd9edf9c..46cae6403b080c406ad8a257ab19b9c14c7c562b 100644 (file)
@@ -555,6 +555,7 @@ 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 registry.txt for details on the "Server Preferences" keys.
 
+
 39. As of 1.3.81, timestamps on file stored in AFS are reported to 
 Windows in UTC all year round.  Previously, in locales with daylight
 savings time, the time reported by AFS to Windows when DST is active
@@ -574,6 +575,15 @@ used to being able to compare the timestamp in an Unix shell with the
 timestamp from the Windows explorer.  During DST, these two times will
 no longer agree even though they are in fact describing the same time.
 
+
+40. If the installer refuses to install and complains about an RPC
+configuration error, check to ensure that the following registry
+entries are present and that they refer to the dll "rpcrt4.dll":
+
+   HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_np"
+   HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncacn_ip_tcp"
+   HKLM "SOFTWARE\Microsoft\RPC\ClientProtocols" "ncadg_ip_udp"
+
 ------------------------------------------------------------------------
 
 Reporting Bugs:
index da7f7b03346cc0b1f5eca86767557218ec93db4d..0aa44264b82a38ecbc09384d378b539c36c147c5 100644 (file)
@@ -172,7 +172,7 @@ List of unfunded projects:
   10. Documentation Documentation Documentation
   11. Large File support (> 2GB) in SMB/CIFS client
   12. Integrate KFW installation into the NSIS and MSI installers
-  13. Add support for record locking to AFS (requires changes to the servers)
+  13. Add support for byte range locking to AFS (requires changes to the servers)
   14. Unicode enable the SMB/CIFS server.  OEM Code Pages: 
       1. prevent the use of interoperable file names
       2. force the use of paths no longer than 256 characters