X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=blobdiff_plain;f=prepare.mdwn;fp=prepare.mdwn;h=e5146d7510af8c7b3b87d114309c3430df68f6ee;hp=a239733ffe269a6ffcacc4577b5feb54a0d65d5a;hb=f7f82687b1ff8b8700008b9801d9b048eae01bba;hpb=bb1717701e6ecd3225b669a8b870dfe3f290ebb8 diff --git a/prepare.mdwn b/prepare.mdwn index a239733..e5146d7 100644 --- a/prepare.mdwn +++ b/prepare.mdwn @@ -1,8 +1,15 @@ # Preparing to use Moonshot -First, look at the mech file in the mech_eap directory of the source -tree. Copy this file to /etc/gss/mech and change the location of -mech_eap.so to be correct for your installation. +First, look at the mech file in the mech_eap directory of the source tree. Copy this file to /etc/gss/mech (or on Debian/Ubuntu systems /usr/etc/gss/mech). The Debian path is a bug that will be fixed; this page will be updated after. + +Then, create a symlink from /usr/lib/gss/mech_eap.so to the installed mech_eap.so. Are you getting the feeling you're running down some untested code paths here yet? + +On Debian systems make sure /usr/lib/freeradius is in your default linker search path. Perhaps edit /etc/ld.so.conf and run ldconfig. Yes, that too is a bug. + +Create a radsec.conf in $prefix/etc/radsec.conf. + +Create a valid freeradius dictionary in $prefix/share/freeradius/dictionary. This may be a bug as well. + Todo: * configure libradsec