---
 README | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/README b/README
index fad03d76a..aa360f819 100644
--- a/README
+++ b/README
@@ -1,20 +1,13 @@
-To get libsmbclient compiled under GNU/Hurd do the following:
-
-1) download and uncompress samba-3.0.5
-2) apply the patch samba-3.0.5_hurd.diff
-3) compile libsmbclient with
-   ./configure
-   make include/proto.h
-   make bin/libsmbclient.so
-4) You need the files: bin/libsmbclient.so and include/libsmbclient.h
-5) Modify the Makefile to have correct path
-
 To run the translator use the settrans command under GNU/Hurd:
 
-  settrans -c /src/smbfs/share/  /src/smbfs/smbfs \
-    -sSERVER_NAME  -rSHARED_RESOURCE  -wWORKGROUP -uUSERNAME -pPASSWORD
+  settrans -c /mnt  /hurd/smbfs \
+    -sSERVER  -rRESOURCE  -wWORKGROUP -uUSERNAME -pPASSWORD -mMINPROTO
+
+where SERVER is the IP address or DNS entry name of the host
+running the SMB server, RESOURCE is the name of the SMB share,
+WORKGROUP is a workgroup name such as "WORKGROUP".
 
-where SERVER_NAME is the IP address or DNS entry name of the host
-running the SMB server, SHARED_RESOURCE is a slash-separated path
-staring with `smb://', WORKGROUP is a workgroup name such as
-"WORKGROUP".
+MINPROTO takes values such as: SMB2_02, SMB2_10, SMB3_00, SMB3_02, SMB3_11
+and defaults to SMB3_11 if not specified.  This may be desirable to prevent
+lower versions of the protocol from being used, even though the server may
+support it.
-- 
2.51.0



Reply via email to