Consistent configureGlobal in samples
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import org.springframework.security.config.annotation.web.configuration.EnableWe
|
||||
@EnableWebSecurity
|
||||
public class SecurityConfig {
|
||||
@Autowired
|
||||
public void registerGlobalAuthentication(
|
||||
public void configureGlobal(
|
||||
AuthenticationManagerBuilder auth) throws Exception {
|
||||
auth
|
||||
.ldapAuthentication()
|
||||
|
||||
Reference in New Issue
Block a user