Просмотр исходного кода

fix(ldap): typo spelling of distinguished (#5066)

Gabriel A. Devenyi 3 лет назад
Родитель
Сommit
2c83472b63
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      server/modules/authentication/ldap/definition.yml

+ 1 - 1
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: