security_disable.properties
############# ### ### WebSphere Portal configuration file to disable WAS security and ### return Portal to unsecured mode. ### ### NOTE: Do NOT enclose any value in quotes! ### NOTE: Windows paths must use '/', not '\'. ### NOTE: Windows long paths are OK. ### NOTE: Properties are immutable. Once set, they cannot be overriden. ### ############## ############## ### ### How to use this file: ### ### 1. Consult InfoCenter for detailed instructions on the properties and tasks ### listed in this file: ### Installing and configuring> Enabling security> ### WebSphere Application Server global security> Manually disabling WebSphere Application Server global security ### 2. Change into the <wp_root>/config directory ### 3. Import the contents of this file into wpconfig.properties: ### on Windows: ### WPSconfig -DparentProperties="<full_path_to_this_file>" -DSaveParentProperties=true ### ### on iSeries: ### WPSconfig.sh -profileName <profile name> -DparentProperties="<full_path_to_this_file>" -DSaveParentProperties=true ### ### on other platforms ### ./WPSconfig.sh -DparentProperties=<full_path_to_this_file> -DSaveParentProperties=true ### 4. Run the task to disable security ### on Windows: ### WPSconfig disable-security ### ### on iSeries: ### WPSconfig.sh -profileName <profile name> disable-security ### ### on other platforms ### ./WPSconfig.sh disable-security ############## ############## ### Portal Config Properties - BEGIN ############## ### PortalAdminId: The user ID for the WebSphere Portal Administrator ### DEV (No security): PortalAdminId=uid=wpsadmin,o=default organization PortalAdminId=<portaladminid> ### PortalAdminPwd: The password for the WebSphere Portal Administrator PortalAdminPwd= ### PortalAdminGroupId: The group ID for the WebSphere Portal Administrator group ### DEV (No security): PortalAdminGroupId=<portaladmingroupid> PortalAdminGroupId=<portaladmingroupid> ############## ### Portal Config Properties - END ############## ############## ### Database Properties - BEGIN ############## ### Connection information for wmm db will be acquired from ### wpconfig_dbdomain.properties and wpconfig_dbtype.properties ### DbPassword: The database administrator password wmm.DbPassword= ############## ### Database Properties - END ############## ############## ### WebSphere Application Server Properties - BEGIN ############## ### WasUserid will be acquired from wpconfig.properties. ### WasPassword: The password for WebSphere Application Server security authentication (LDAP and CUR) WasPassword= ############## ### WebSphere Application Server Properties - END ##############