Update the types that were mistakenly inversed. (closes: #401)
authornbk <nbk>
Mon, 20 Nov 2006 13:45:25 +0000 (13:45 +0000)
committernbk <nbk>
Mon, 20 Nov 2006 13:45:25 +0000 (13:45 +0000)
Thanks to Andrea Scharfe <schmedi@gmail.com>

doc/rlm_sim_triplets

index 89791ea..4f47a1c 100644 (file)
@@ -41,8 +41,8 @@ SIMTRIPLETS.DAT:
 
        imsi            - just a string
        challenge       - 16-byte value in hex.
-       kc              - 4-byte value in hex, the client key (Kc)
-       sres            - 8-byte value in hex, the secure response
+       sres            - 4-byte value in hex, the secure response
+       kc              - 8-byte value in hex, the client key (Kc)
 
   Note that EAP-SIM requires *three* sets of triplets, so there must be
 three challenges found in the file. The first three challenges are used.