There is a very minor issue with both the InstallServer.sh and InstallAgent.sh scripts in the src directory. Neither have had the grep expression updated to include 10.7. This causes the older darwin-addusers.pl instead of the 10.7 friendly osx105-addusers.sh script to be called.
Simple fix - just change the line with grep -E "10.5.|10.6" to grep -E "10.5.|10.6|10.7" pat
