diff --git a/README.html b/README.html
index 758d35d..728cf93 100644
--- a/README.html
+++ b/README.html
@@ -112,6 +112,8 @@
- From a Windows command prompt run nfs_mount.exe to mount a share:
> nfs_mount.exe Z: <server_name>:\
+ - To specify the security flavor, add the 'sec=' mount option with sys, krb5, krb5i, or krb5p:
+
> nfs_mount.exe -o sec=<flavor> Z: <server_name>:\
- You can later unmount with:
> nfs_mount.exe -d Z
@@ -140,12 +142,14 @@
- AUTH_SYS does not handle multiple users, so all operations are sent as the user that established the mount.
+ - krb5p security has only been tested with DES, as the linux server does not support gss krb5 v2 tokens with rotated date.
- When recovering opens and locks outside of the server's grace period, client does not check whether the file has been modified by another client.
- When nfs_mount.exe is run without arguments, it does not properly list mounted drives.
- If nfsd.exe is restarted while a drive is mapped, that drive needs to be remounted before further use.
- Symbolic links are not supported in Cygwin. Connectathon's basic test8 and special test nfsidem have been commented out.
- Does not properly handle renaming a file on top of an existing open file- the existing file is removed on rename, and not preserved until last close. Connectathon's special test op_ren has been commented out.
+Please direct any questions to msv4-devel@citi.umich.edu.