Skip to content

Commit 0bb9692

Browse files
authored
fix: LDAP bind credential fix for openldap stack (#10)
1 parent 6a2d720 commit 0bb9692

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stacks/authentication/openldap-tls-authenticationclass.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ spec:
1010
searchBase: ou=users,dc=example,dc=org
1111
# The bind credentials are used so an application can bind to the LDAP server
1212
bindCredentials:
13-
secretClass: ldap-bind-credentials
13+
secretClass: openldap-bind-credentials
1414
port: 1636
1515
tls:
1616
verification:
1717
server:
1818
caCert:
1919
secretClass: openldap-tls
20-
2120
---
2221
apiVersion: secrets.stackable.tech/v1alpha1
2322
kind: SecretClass
@@ -39,4 +38,4 @@ metadata:
3938
stringData:
4039
# User and password are defined in the OpenLDAP StatefulSet
4140
user: cn=ldapadmin,dc=example,dc=org
42-
password: ldapadminpassword
41+
password: ldapadminpassword

0 commit comments

Comments
 (0)