security_disable.properties

 

##############################################################################
#
# WebSphere Portal 5.1 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> Configuring 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 other platforms
#        ./WPSconfig.sh -DparentProperties=<full_path_to_this_file> -DSaveParentProperties=true
# 4. Run the task to disable security
#        ./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=uid=wpsadmin,o=default organization

# PortalAdminIdShort: The short WebSphere Portal admin ID
PortalAdminIdShort=wpsadmin

# PortalAdminPwd: The password for the WebSphere Portal Administrator
PortalAdminPwd=wpsadmin

# PortalAdminGroupId: The group ID for the WebSphere Portal Administrator group
# DEV (No security):  PortalAdminGroupId=cn=wpsadmins,o=default organization
PortalAdminGroupId=cn=wpsadmins,o=default organization

###############################################################################
# Portal Config Properties - END
###############################################################################

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.