(no commit message)
[devwiki.git] / configuringdebian.mdwn
index a36beda..601ac4d 100644 (file)
@@ -29,7 +29,7 @@ Clean installation of Debian 6.
     apt-get install libapache2-mod-shib2
 
     cat >/etc/radsec.conf <<EOF
-    dictionary = "/etc/freeradius/dictionary"
+
 
     realm gss-eap {
         type = "UDP"
@@ -49,7 +49,8 @@ Clean installation of Debian 6.
     cat >/usr/etc/gss/mech <<EOF
     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
     EOF
 
-    gss-server host@localhost &
-    gss-client -mech "{1 3 6 1 4 1 5322 22 1 17}" localhost host@localhost HELLO
+[[!inline pages=testing-/gss-sample.mdwn]]