From e778838c20408a5ef7a1137a71cee44956c3302f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlJk3rkkeqyWyEI_vt7p82grwmi37Kg4uY" Date: Thu, 6 Mar 2014 06:05:21 -0500 Subject: [PATCH] Removed reference to LD_LIBRARY_PATH for /opt/moonshot. Updated yum repo information --- ConfiguringRHEL.mdwn | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/ConfiguringRHEL.mdwn b/ConfiguringRHEL.mdwn index d13d2a5..7a03a67 100644 --- a/ConfiguringRHEL.mdwn +++ b/ConfiguringRHEL.mdwn @@ -6,20 +6,7 @@ Again, in a real deployment these are not required, but help with testing This guide walks through deploying the client, IdP and SP portions of moonshot - depending on your target, some steps may be inappropriate. ## Environment -### LD_LIBRARY_PATH -__LD_LIBRARY_PATH__ has to have _/opt/moonshot/lib64/_ and _/usr/lib64/freeradius_ added to it.
-The best way to do this is create a file at _/etc/profile.d/moonshot.sh_, with the following: - if \[[ $LD_LIBRARY_PATH != */opt/moonshot/lib64/:/usr/lib64/freeradius/* ]] - then - export LD_LIBRARY_PATH=/opt/moonshot/lib64/:/usr/lib64/freeradius/:$LD_LIBRARY_PATH - fi - -After, either restart your shell session, or: - - source /etc/profile.d/moonshot.sh - -This is required as moonshot currently stores its modified libraries separately to the main system ones to avoid conflicts. This should not be necessary in the future. ### SELinux set to permissive Moonshot has a couple of outstanding issues regarding proper labeling of _SELinux_ contexts, causing it to fail when _SELinux_ is enforcing. This should be resolved soon - change the setting in _/etc/sysconfig/selinux_, or in _/etc/rc.local_: @@ -34,13 +21,17 @@ The simplest way to install EPEL is: yum install epel-release ## Moonshot Packages -The RPM's and SRPM's for moonshot are currently hosted at [[http://yum.dev.ja.net]] - this may change (and in fact, is quite likely to change) in the future. The packages are currently unsigned.
+The RPM's and SRPM's for moonshot are currently hosted at [[http://project-moonshot.org]] - this may change (and in fact, is quite likely to change) in the future. The packages are signed.
Example _/etc/yum.repos.d/moonshot.repo_ - [Moonshot] - name=Moonshot - baseurl=http://yum.dev.ja.net/RPMS/x86_64/ - gpgcheck=0 + [moonshot] + name=Moonshot RPMs + baseurl=http://repository.project-moonshot.org/rpms/centos6/ + failovermethod=priority + enabled=1 + gpgcheck=1 + gpgkey=http://repository.project-moonshot.org/rpms/centos6/moonshot.key + After setting up the repository definition, we'll set up a composite ORPS/IdP. -- 2.1.4