Browse Source

Fix typo in ldap.adoc

Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com>
pull/18122/merge
Peter Potrowl 4 weeks ago committed by Rob Winch
parent
commit
d84d0ca22e
  1. 4
      docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

4
docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

@ -38,7 +38,7 @@ Gradle:: @@ -38,7 +38,7 @@ Gradle::
+
[source,groovy,role="secondary"]
----
depenendencies {
dependencies {
implementation "org.springframework.boot:spring-boot-starter-data-ldap"
implementation "org.springframework.security:spring-security-ldap"
}
@ -150,7 +150,7 @@ Gradle:: @@ -150,7 +150,7 @@ Gradle::
+
[source,groovy,role="secondary",subs="verbatim,attributes"]
----
depenendencies {
dependencies {
runtimeOnly "com.unboundid:unboundid-ldapsdk:{unboundid-ldapsdk-version}"
}
----

Loading…
Cancel
Save