remove references to PADL mechanism OIDs
authorLuke Howard <lukeh@padl.com>
Sun, 16 Sep 2012 04:11:31 +0000 (14:11 +1000)
committerLuke Howard <lukeh@padl.com>
Sun, 16 Sep 2012 04:11:31 +0000 (14:11 +1000)
mech_eap/README
mech_eap/README.samba4
mech_eap/mech
mech_eap/util_name.c

index 3cb2d50..c16ef62 100644 (file)
@@ -111,7 +111,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 22 1 18}" \
+% gss-client -port 5555 -spnego -mech "{1 3 6 1 5 5 15 1 1 18}" \
   -user <user>@<realm> -pass <pass> <host> host@<host> \
   "Testing GSS EAP"
 % gss-server -port 5555 -export host@<host>
index b565a79..cf58667 100644 (file)
@@ -46,7 +46,7 @@ on OS X it was necessary to start it with -M single to function under gdb.
 
 For the client, the GSS EAP mechanism can be specified on the command line:
 
-smbclient --password samba --mechanism 1.3.6.1.4.1.5322.22.1.18 '\\host\share'".
+smbclient --password samba --mechanism 1.3.6.1.5.5.15.1.1.18 '\\host\share'".
 
 There is no Moonshot SSPI implementation as yet, so it is not possible to test
 with a Windows client.
index 258a43a..3d2a2a8 100644 (file)
@@ -4,5 +4,5 @@
 # Any encryption type supported by Kerberos can be defined as the
 # last element of the OID arc.
 #
-eap-aes128             1.3.6.1.4.1.5322.22.1.17        mech_eap.so
-eap-aes256             1.3.6.1.4.1.5322.22.1.18        mech_eap.so
+eap-aes128             1.3.6.1.5.5.15.1.1.17           mech_eap.so
+eap-aes256             1.3.6.1.5.5.15.1.1.18           mech_eap.so
index 0b9c23b..9409600 100644 (file)
@@ -60,7 +60,7 @@
 #include "gssapiP_eap.h"
 
 static gss_OID_desc gssEapNtEapName = {
-    /* 1.3.6.1.4.1.5322.22.2.1  */
+    /* 1.3.6.1.5.5.15.2.1 */
     8, "\x2B\x06\x01\x05\x05\x0f\x02\x01"
 };