Skip to content

Commit

Permalink
BRASS-1291: Add Mandatory ldap.type Field to PingFederate Images for …
Browse files Browse the repository at this point in the history
…Version 11.3 (#135)

- Update baseline PingFederate server profiles to use the new ldap
type mandatory field.
  • Loading branch information
erikostien-pingidentity authored Nov 30, 2023
1 parent a30b999 commit cbc2e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions baseline/pingfederate-env-config/env_vars
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export PF_CLUSTER_ADAPTIVE_NODE_GROUP_ID=${PF_CLUSTER_ADAPTIVE_NODE_GROUP_ID:-${

# ldap.properties.subst
export PF_LDAP_LDAP_URL=${PF_LDAP_LDAP_URL:-ldap://${PD_ENGINE_PRIVATE_HOSTNAME}:${LDAP_PORT}}
export PF_LDAP_LDAP_TYPE=${PF_LDAP_LDAP_TYPE:-${PF_LDAP_TYPE}}
export PF_LDAP_LDAP_USERNAME=${PF_LDAP_LDAP_USERNAME:-cn=pingfederate}
export PF_LDAP_LDAP_PASSWORD=${PF_LDAP_LDAP_PASSWORD:=${PING_IDENTITY_PASSWORD}}
export PF_LDAP_SEARCH_BASE=${PF_LDAP_SEARCH_BASE:-ou=people,${USER_BASE_DN}}
Expand Down
1 change: 1 addition & 0 deletions baseline/pingfederate/instance/bin/ldap.properties.subst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ldap.url=ldap://${PD_ENGINE_PRIVATE_HOSTNAME}:${LDAP_PORT}
ldap.type=${PF_LDAP_TYPE}
ldap.username=cn=pingfederate
ldap.password=${PING_IDENTITY_PASSWORD}
ldap.connectTimeout=10000
Expand Down

0 comments on commit cbc2e76

Please sign in to comment.