chore (boundary/dev): remove typo (#3194)

pull/3197/head
Jim 3 years ago committed by GitHub
parent c6d7dc01a0
commit b974063a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save