November 2017
Intermediate to advanced
542 pages
14h 24m
English
We have already included all of the dependencies you need for this chapter, so you will not need to make any updates to your build.gradle file. However, if you were just adding LDAP support to your own application, you would need to add spring-security-ldap as a dependency in build.gradle, as follows:
//build.gradle dependencies { // LDAP: compile('org.springframework.boot:spring-boot-starter-data-ldap') compile("org.springframework.ldap:spring-ldap-core") compile("org.springframework.security:spring-security-ldap") compile("org.springframework:spring-tx") compile("com.unboundid:unboundid-ldapsdk") ... }
Read now
Unlock full access