Explorar el Código

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

Gabriel A. Devenyi hace 3 años
padre
commit
2c83472b63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: