From: https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84 Date: Thu, 10 Nov 2011 00:28:53 +0000 (-0500) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=f5d214384ad3818c32ec8e8587e7960145390a40 --- diff --git a/ConfiguringRHEL.mdwn b/ConfiguringRHEL.mdwn index bf85a3f..019ece6 100644 --- a/ConfiguringRHEL.mdwn +++ b/ConfiguringRHEL.mdwn @@ -86,6 +86,12 @@ A legacy attribute required for SSH at this time is the user name returned by th Finally, set the EAP type in use by moonshot (EAP-TTLS) by editing _/etc/raddb/eap.conf_ default_eap_type = md5 + +becomes: + + default_eap_type = ttls + +Other EAP types should be supported (PEAP and MD5 tested). FreeRADIUS now has a very minimal IdP/ORPS configuration, and can be started with: @@ -121,7 +127,7 @@ Ultimately, the final values depend on the deployment – probably the address, ###gss_eap_id Next, a file is created in the home directory at _~/.gss\_eap\_id_ – this is the file that moonshot looks in for credentials. -The format is very simple – username followed by a password. For now, set it to: +The format is very simple – username followed by a password on separate lines. For now, set it to: steve testing