We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8ff06 commit 00f042fCopy full SHA for 00f042f
api/src/main/java/io/kafbat/ui/config/auth/LdapProperties.java
@@ -20,7 +20,7 @@ public class LdapProperties {
20
21
@Value("${oauth2.ldap.activeDirectory:false}")
22
private boolean isActiveDirectory;
23
- @Value("${oauth2.ldap.activeDirectory.domain:@null}")
+ @Value("${oauth2.ldap.activeDirectory.domain:#{null}}")
24
private String activeDirectoryDomain;
25
26
}
0 commit comments