Tim Medin

Results 8 issues of Tim Medin

Allows server-side logging of impersonation

I'd like to have the ability to log (via server-side callback) when someone attempts to impersonate. I've submitted a PR for it https://github.com/gwendall/meteor-impersonate/pull/12

Since `data-schema-key` not added to` markdownInput` the autosave feature doesn't find the field.

When running Seatbelt with the `-q` option, the ASCII art is displayed. The `-q` option should disable the ASCII art. The placement of the `-q` (before or after the command...

Partial fix for issue #9. Maybe a full fix? The only remaining issue is I don't know if this will work properly if the `Negotiate | Singing | Sealing` context...

The ValidateCredentials function will sometimes try a password twice if the context fails to negotiate. Reference: https://stackoverflow.com/questions/31374578/authenticate-against-active-directory-once-counts-as-two-invalid-logins The line leading to this is here: https://github.com/ustayready/SharpHose/blob/b579c202a4ab0eea190555206f90dd148bb097dc/SharpHose/Nozzles/LDAP/LDAPNozzle.cs#L287 IMO, there are two ways...