Sfoglia il codice sorgente

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

Gabriel A. Devenyi 3 anni fa
parent
commit
2c83472b63
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: