Fix some warnings
[mech_eap.orig] / README
diff --git a/README b/README
index b0cdaeb..6ef07ce 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ When installing, be sure to edit $prefix/etc/gss/mech to register
 the EAP mechanisms. A sample configuration file is in this directory.
 
 Make sure your RADIUS library is configured to talk to the server of
-your choice.
+your choice: see the example radsec.conf in this directory.
 
 Testing
 =======
@@ -28,7 +28,7 @@ Sample usage is given below. Substitute <user>, <pass> and <host>
 appropriately (<host> is the name of the host running the server,
 not the RADIUS server).
 
-% gss-client -port 5555 -spnego -mech "{1 3 6 1 4 1 5322 21 1 18}" \
+% gss-client -port 5555 -spnego -mech "{1 3 6 1 4 1 5322 22 1 18}" \
   -user <user> -pass <pass> <host> host@<host> "Testing GSS EAP"
 % gss-server -port 5555 -export host@<host>