mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
STABLE14-windows-docs-20050418
updates
This commit is contained in:
parent
6e06e55f04
commit
2a360c185f
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user