Skip to content

Commit

Permalink
Update rust/operator-binary/src/security/authentication.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
  • Loading branch information
sbernauer and maltesander authored Jun 14, 2024
1 parent 1a73b84 commit 4029b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/security/authentication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum Error {
},

#[snafu(display(
"The LDAP AuthenticationClass is missing the bind credentials. Currently nifi-operator only supports connecting to LDAP servers using bind credentials"
"The LDAP AuthenticationClass is missing the bind credentials. Currently the NiFi operator only supports connecting to LDAP servers using bind credentials"
))]
LdapAuthenticationClassMissingBindCredentials {},
}
Expand Down

0 comments on commit 4029b3e

Please sign in to comment.