Skip to content

Commit

Permalink
Unified password to CAdemo123
Browse files Browse the repository at this point in the history
  • Loading branch information
munsa04 committed Nov 12, 2015
1 parent 1b423c6 commit 73ef6fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base/access-gateway/data/environment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INSTANCE_NAME=default

ADMIN_REG_NAME=siteminder

ADMIN_REG_PASSWORD=dGVzdDEyMw==
ADMIN_REG_PASSWORD=Q0FkZW1vMTIz

TRUSTED_HOST_NAME=samplehost

Expand Down
3 changes: 2 additions & 1 deletion base/admin-ui/data/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ PS_HOST=policy-server

PS_USERNAME=siteminder

PS_PASSWORD=dGVzdDEyMw==

PS_PASSWORD=Q0FkZW1vMTIz
6 changes: 3 additions & 3 deletions base/policy-server/data/environment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ POLICY_STORE_ROOT_DN=o=sso
#policy.store.user
POLICY_STORE_USER_DN=cn=Administrator,o=sso

POLICY_STORE_USER_PASSWORD=dGVzdDEyMw==
POLICY_STORE_USER_PASSWORD=Q0FkZW1vMTIz

#policy.store.ssl
# 1 if ssl enabled, 0 if non ssl enabled
Expand All @@ -26,7 +26,7 @@ nete_java_root=/opt/CA/

nete_fips_mode=COMPAT

nete_shared_key=dGVzdDEyMw==
nete_shared_key=Q0FkZW1vMTIz

#encrypted using ../password-util/passwordEncode.sh
nete_su_password=dGVzdDEyMw==
nete_su_password=Q0FkZW1vMTIz
2 changes: 1 addition & 1 deletion base/policy-store/ldif/sso-policy-store.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ objectClass: person
objectClass: top
cn: Administrator
sn: sso
userPassword: test123
userPassword: CAdemo123

0 comments on commit 73ef6fd

Please sign in to comment.