boltgolt

Results 158 comments of boltgolt

Thank you for these changes! I like all of them with the exception of the camera path change. The reason Howdy uses /by-path is that these paths are consistent during...

You can use [pam_exec](http://www.linux-pam.org/Linux-PAM-html/sag-pam_exec.html) for this, by having the pam_exec.so line before and after Howdy and pointing to the script you want to run

I guess a good step would be to understand the way PAM config files work. [This wiki page](https://github.com/boltgolt/howdy/wiki/Only-using-howdy-for-specific-authentication-types) might push you in the right direction. Once you understand that you...

Sorry for not getting back to you sooner, i had to think about it. This would be a major change, which will only benefit a very small amount of users....

@realcomplex updating the readme, thanks!

Possibly, but this would be very hard to get right. Howdy only really gets about 10 to 20 FPS on most PCs I've seen, and a blink lasts for about...

Did you make any progress on this by any chance @fatkaratekid ?

Python 3.5.0 should be the lowest supported

Seems like a good suggestion, same for the /var/log idea. I also want to move the current folder location in general as /lib/security was for pam-python compatibility before, maybe /usr/bin...

See #669 for other good points, @Zocker1999NET what do you think of my point above, moving the actual binaries/python files to somewhere that's not `/lib/security`?