Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


When a custom authentication manager is used, only the type and name of the been bean in the Spring Context needs to be specified.
Spring looks in the application context for a custom implementation an bean of the type org.springframework.security.authentication.AuthenticationProvider with the name "ldap01". So it is important that the AuthenticationBean with the specified name is available in the application context.

...