From b974063a52aa13846eca35a4bbc2be8141ee8aaf Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 1 May 2023 15:12:17 -0400 Subject: [PATCH] chore (boundary/dev): remove typo (#3194) --- internal/cmd/base/dev.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/base/dev.go b/internal/cmd/base/dev.go index 4b316786bb..20b5c6f711 100644 --- a/internal/cmd/base/dev.go +++ b/internal/cmd/base/dev.go @@ -254,7 +254,7 @@ func (b *Server) CreateDevLdapAuthMethod(ctx context.Context) error { return nil }) b.InfoKeys = append(b.InfoKeys, "generated ldap auth method host:port") - b.Info["generated ldap auth method host:port"] = fmt.Sprintf("%s:%d (does not have a root DSE; use simple bind, ou=people,ex)", host, port) + b.Info["generated ldap auth method host:port"] = fmt.Sprintf("%s:%d (does not have a root DSE; use simple bind)", host, port) // users="ou=people,dc=example,dc=org" groups="ou=groups,dc=example,dc=org" b.InfoKeys = append(b.InfoKeys, "generated ldap auth method base search DNs")