Skip to content

Commit

Permalink
EPMRPP-94013 || Not possible to create LDAP integration with any enco…
Browse files Browse the repository at this point in the history
…der type (#1034)
  • Loading branch information
APiankouski authored Aug 29, 2024
1 parent 2963fbe commit 5807fb1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* @author <a href="mailto:[email protected]">Ivan Kustau</a>
*/
public enum FeatureFlag {
SINGLE_BUCKET("singleBucket");
SINGLE_BUCKET("singleBucket"),
DEFAULT_LDAP_ENCODER("defaultLdapEncoder");

private final String name;

Expand Down

0 comments on commit 5807fb1

Please sign in to comment.