(no commit message)
[devwiki.git] / configuringdebian.mdwn
index 1712504..ec08727 100644 (file)
@@ -26,11 +26,13 @@ Clean installation of Debian 6.
 
     apt-get install -t testing libkrb5-3 krb5-user krb5-gss-samples
     apt-get install moonshot-gss-eap freeradius-common
+    apt-get install libapache2-mod-shib2
 
-    ktutil
-        addent -password -p host/localhost@EXAMPLE.ORG -k 1 -e aes256-cts
-        wkt /etc/krb5.keytab
-        quit
+    # not necessary(?):
+    #ktutil
+    #    addent -password -p host/localhost@EXAMPLE.ORG -k 1 -e aes256-cts
+    #    wkt /etc/krb5.keytab
+    #    quit
 
 
     cat >/etc/radsec.conf <<EOF
@@ -55,3 +57,6 @@ Clean installation of Debian 6.
     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
     EOF
+
+    gss-server host@localhost &
+    gss-client -mech "{1 3 6 1 4 1 5322 22 1 17}" localhost host@localhost HELLO