Skip to content

Commit

Permalink
activating phpldapadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderUngefug committed Dec 18, 2024
1 parent 09b8dc5 commit f60ed5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/dbildungs-iam-ldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ env:
# LDAP_EXTRA_SCHEMAS: cosine,inetorgperson,nis

# Security
LDAP_ENABLE_TLS: "yes"
LDAP_ENABLE_TLS: "no"
# LDAP_ENABLE_TLS: "no" # disable it for testing with phpldapadmin
# LDAP_REQUIRE_TLS: "yes" # not sure whether this is necessary, it breaks stuff
LDAPTLS_REQCERT: "never"
Expand Down Expand Up @@ -402,12 +402,12 @@ customStartupProbe: {}
## phpldapadmin
## For more parameters check following file: ./charts/phpldapadmin/values.yaml
# if you want to use phpldapadmin for debugging set:
# initTLSSecret:
# tls_enabled: false
# env:
# LDAP_ENABLE_TLS: "no"
initTLSSecret:
tls_enabled: false
env:
LDAP_ENABLE_TLS: "no"
phpldapadmin:
enabled: false
enabled: true
image:
tag: 0.9.0
env:
Expand Down

0 comments on commit f60ed5a

Please sign in to comment.