diff --git a/stacks/authentication/openldap-tls-authenticationclass.yaml b/stacks/authentication/openldap-tls-authenticationclass.yaml index fb69a52d..6a96c846 100644 --- a/stacks/authentication/openldap-tls-authenticationclass.yaml +++ b/stacks/authentication/openldap-tls-authenticationclass.yaml @@ -10,14 +10,13 @@ spec: searchBase: ou=users,dc=example,dc=org # The bind credentials are used so an application can bind to the LDAP server bindCredentials: - secretClass: ldap-bind-credentials + secretClass: openldap-bind-credentials port: 1636 tls: verification: server: caCert: secretClass: openldap-tls - --- apiVersion: secrets.stackable.tech/v1alpha1 kind: SecretClass @@ -39,4 +38,4 @@ metadata: stringData: # User and password are defined in the OpenLDAP StatefulSet user: cn=ldapadmin,dc=example,dc=org - password: ldapadminpassword \ No newline at end of file + password: ldapadminpassword