From: Luke Howard Date: Sun, 16 Sep 2012 04:11:31 +0000 (+1000) Subject: remove references to PADL mechanism OIDs X-Git-Tag: 0.9.2~66 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=65b06d7e720738acf873c20933e36fae0fe857fd remove references to PADL mechanism OIDs --- diff --git a/mech_eap/README b/mech_eap/README index 3cb2d50..c16ef62 100644 --- a/mech_eap/README +++ b/mech_eap/README @@ -111,7 +111,7 @@ Sample usage is given below. Substitute , and appropriately ( 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 @ -pass host@ \ "Testing GSS EAP" % gss-server -port 5555 -export host@ diff --git a/mech_eap/README.samba4 b/mech_eap/README.samba4 index b565a79..cf58667 100644 --- a/mech_eap/README.samba4 +++ b/mech_eap/README.samba4 @@ -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. diff --git a/mech_eap/mech b/mech_eap/mech index 258a43a..3d2a2a8 100644 --- a/mech_eap/mech +++ b/mech_eap/mech @@ -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 diff --git a/mech_eap/util_name.c b/mech_eap/util_name.c index 0b9c23b..9409600 100644 --- a/mech_eap/util_name.c +++ b/mech_eap/util_name.c @@ -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" };