Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Allow IPv6 on ltb-passwd #127

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,18 @@ ltb-passwd:
# bindDN: "cn=....,dc=mydomain,dc=com"
# if you want to use a specific key of the credentials secret instead of the default one (LDAP_ADMIN_PASSWORD)
# passKey: LDAP_MY_KEY
env:
- name: SECRETKEY
value: "password"
- name: LDAP_LOGIN_ATTRIBUTE
value: "cn"
- name: LDAP_STARTTLS
value: "false"
- name: CHANGE_SSHKEY
value: "true"
- name: NGINX_LISTEN_PORT
value: "[::]:80 ipv6only=off"


## phpldapadmin
## For more parameters check following file: ./charts/phpldapadmin/values.yaml
Expand Down