###### Configuration changes #########
# Current Version: 1.8.x             #
# Previous Version: 1.7.x            #
######################################

Shibboleth Configuration
====================
* Layout files changed (*.html)
* Add value to attribute-map.xml (vo name attribute map) (urn:oid:1.3.6.1.4.1.1076.20.100.10.10.2)
* Added application override for Grouper admin UI


TOMCAT Configuration
====================
* Remove JVM parameter -Djava.net.preferIPv4Stack from JAVA_OPTS (can be found in tomcat6.conf)

* Add the following lines to tomcat6.conf:

    # Network opts added to start && shutdown process
    NETWORK_OPTS="-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true"

* Add the variable NETWORK_OPTS to /usr/sbin/tomcat6:
  Add it to start, security-start and stop like the following example

  if [ "$1" = "start" ]; then
    ${JAVACMD} $JAVA_OPTS $NETWORK_OPTS $CATALINA_OPTS \
    
    
 HTTPD Configuration
 ====================
 * Added Shibboleth directives to grouper.conf for Grouper admin UI