FC-77 - RC32 Release
diff --git a/build.properties b/build.properties
index 540a4d7..5417db1 100644
--- a/build.properties
+++ b/build.properties
@@ -17,7 +17,7 @@
 ########################################################################
 
 # Use this Fortress Core version:
-version=1.0-RC31
+version=1.0-RC32
 
 # Enable local.mode property if your machine does not have connection to Internet and runtime dependencies have already downloaded to FORTRESS_HOME/lib folder on this machine:
 #local.mode=true
@@ -45,7 +45,7 @@
 http.user=demouser4
 http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf
 http.host=localhost
-http.port=8080
+http.port=80
 
 ########################################################################
 # 3. BEGIN MULTITNENACY SECTION (Set tenant=HOME if not multitenant):
@@ -174,20 +174,20 @@
 # Each of the options are used for a particular Symas-OpenLDAP platform.
 
 # Option 1 - Debian i386 Silver:
-platform=Debian-Silver-i386
+#platform=Debian-Silver-i386
 #slapd.install=dpkg -i symas-openldap-silver.32_2.4.35-1_i386.deb
 #slapd.uninstall=dpkg -r symas-openldap-silver
-install.image.dir=/home/smckinn/archives/debian32
-slapd.module.dir=${openldap.root}/lib/openldap
-slapd.start=${openldap.root}/lib/slapd -h ldap://${ldap.host}:${ldap.port} -f ${openldap.root}/etc/openldap/slapd.conf -F ${openldap.root}/etc/openldap
+#install.image.dir=/home/smckinn/archives/debian32
+#slapd.module.dir=${openldap.root}/lib/openldap
+#slapd.start=${openldap.root}/lib/slapd -h ldap://${ldap.host}:${ldap.port} -f ${openldap.root}/etc/openldap/slapd.conf -F ${openldap.root}/etc/openldap
 
 # Option 2 - Debian 64-bit Silver:
-#platform=Debian-Silver-x86-64
+platform=Debian-Silver-x86-64
 #slapd.install=dpkg -i symas-openldap-silver.64_2.4.35-1_amd64.deb
 #slapd.uninstall=dpkg -r symas-openldap-silver
-#install.image.dir=/home/smckinn/archives/debian64
-#slapd.module.dir=${openldap.root}/lib64/openldap
-#slapd.start=${openldap.root}/lib64/slapd -h ldap://${ldap.host}:${ldap.port} -f ${openldap.root}/etc/openldap/slapd.conf -F ${openldap.root}/etc/openldap
+install.image.dir=/home/smckinn/archives/debian64
+slapd.module.dir=${openldap.root}/lib64/openldap
+slapd.start=${openldap.root}/lib64/slapd -h ldap://${ldap.host}:${ldap.port} -f ${openldap.root}/etc/openldap/slapd.conf -F ${openldap.root}/etc/openldap
 
 # Option 3 - Debian i386 Gold:
 #platform=Debian-Gold-i386
diff --git a/ivy.xml b/ivy.xml
index 0dfd598..df64bb4 100755
--- a/ivy.xml
+++ b/ivy.xml
@@ -47,6 +47,7 @@
         <dependency org="net.sf.opencsv" name="opencsv" rev="2.3" conf="default->master" />
 
         <!-- Fortress core source is NOT dependent on Sentry, EnMasse or Commander artifacts rather they're required for its QUICKSTART demo apps: -->
+<!--
         <dependency org="us.joshuatreesoftware" name="sentry" rev="1.0-RC31"  conf="default->master">
             <artifact name="sentry" type="jar"/>
         </dependency>
@@ -56,6 +57,7 @@
         <dependency org="us.joshuatreesoftware" name="commander" rev="1.0-RC31"  conf="default->master">
             <artifact name="commander" type="jar"/>
         </dependency>
+-->
 
     </dependencies>
 </ivy-module>
diff --git a/pom.xml b/pom.xml
index 09cd024..ea2b857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <artifactId>fortress</artifactId>
     <packaging>jar</packaging>
     <name>Fortress Core</name>
-    <version>1.0-RC31</version>
+    <version>1.0-RC32</version>
     <description>Fortress is a standards-based Identity and Access Management SDK.</description>
     <url>http://jts.us</url>