From 3f77715bb7d74f521391031015e938438da6a3e2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnhvnLpVM6jmGDneBFqh4rIiyOODPKLLMA" Date: Fri, 25 Mar 2011 08:05:40 -0400 Subject: [PATCH] --- testing/idp.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/testing/idp.mdwn b/testing/idp.mdwn index 2d7447b..efe3767 100644 --- a/testing/idp.mdwn +++ b/testing/idp.mdwn @@ -1,5 +1,7 @@ One of the laptops has a FreeRADUS instance that is configured as an Identity Provider. +The IP address of this system is 192.168.192.56. + There is a user defined in /etc/freeradius/users Username: steve@example.com @@ -9,4 +11,15 @@ FreeRADIUS is configured to return a SAML authentication assertion in the post-a Any RADIUS client using a secret of testing123 in 192.168/16 will work (see /etc/freeradius/clients.conf) +You will need to configure /usr/local/moonshot/etc/radsecproxy as: +config gss-eap { + type = UDP + timeout = 1 + retries = 1 + server { + hostname = "192.168.192.56" + service = "1812" + secret = "testing123" + } +} -- 2.1.4