Skip to content

Instantly share code, notes, and snippets.

@dacrome
Created August 20, 2015 20:57
Show Gist options
  • Save dacrome/60e0fe20e2bf110f3864 to your computer and use it in GitHub Desktop.
Save dacrome/60e0fe20e2bf110f3864 to your computer and use it in GitHub Desktop.
spring ldap config
auth
.authenticationProvider(provider)
.ldapAuthentication()
.userDnPatterns(dnPatterns)
.groupSearchBase(groupSearchBase)
.contextSource().url(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment