More info on installing Moonshot and on running tests with the vm images
[devwiki.git] / prepare.mdwn
1 # Preparing to use Moonshot
2
3 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.
4
5 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?
6
7 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.
8
9 Create a radsec.conf in $prefix/etc/radsec.conf.
10
11 Create a valid freeradius dictionary in $prefix/share/freeradius/dictionary. This may be a bug as well.
12
13
14 Todo:
15 * configure libradsec
16 * Set up RADIUS
17