Nate Simon

Results 3 issues of Nate Simon

**Bug Report** Mypy reports a strange type error when calling `bytes(filter(...))` like below. Write the following contents to a file and run mypy: ``` f = filter(lambda ch: chr(ch), b"hello")...

bug

I have a nslcd.conf file with a section like this: ``` pam_password_prohibit_message "Local password change is prohibited for LDAP login" validnames /^.*@company.com$/ nss_min_uid 100000 ``` When I try to change...

**Describe the bug** When the ssh server is configured to accept multiple public keys, libssh2 returns an unexpected error for the first unlock attempt. **To Reproduce** 1. Configure ssh server...