From 4bfb0599e552a97b7c7585593eb473a3d5e06e27 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Devenyi" Date: Tue, 1 Mar 2022 11:49:15 -0500 Subject: [PATCH] Fix typo spelling of distinguished --- server/modules/authentication/ldap/definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/authentication/ldap/definition.yml b/server/modules/authentication/ldap/definition.yml index 40710e265e..8b0b1b2d05 100644 --- a/server/modules/authentication/ldap/definition.yml +++ b/server/modules/authentication/ldap/definition.yml @@ -19,7 +19,7 @@ props: title: Admin Bind DN type: String default: cn='root' - hint: The dstinguished name (dn) of the account used for binding. + hint: The distinguished name (dn) of the account used for binding. maxWidth: 600 order: 2 bindCredentials: