Search Criteria
Package Details: pwauth 2.3.11-6
Git Clone URL: | https://aur.archlinux.org/pwauth.git (read-only, click to copy) |
---|---|
Package Base: | pwauth |
Description: | An authenticator designed to be used for web authentication |
Upstream URL: | https://github.com/phokz/pwauth/tree/master/pwauth |
Licenses: | |
Submitter: | oksijun |
Maintainer: | oksijun |
Last Packager: | oksijun |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-23 09:33 |
Last Updated: | 2017-01-08 09:09 |
Latest Comments
oksijun commented on 2017-01-08 09:16
Thanks, updated.
ejona86 commented on 2017-01-07 21:07
The download source is no longer available. I don't see a tag for 2.3.11 on github. I did find https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pwauth/pwauth-2.3.11.tar.gz though.
oksijun commented on 2016-04-19 12:02
The default system-auth configuration passes the nullok flag to the pam_unix auth component.
I'm by no means a pam expert, but it seems to me that this would be equivalent to allowing password-less authentication to HTTP resources by default (assuming that this is the context pwauth is being used in the most).
Feel free to correct me / pitch in ...
piernov commented on 2016-03-28 22:20
Hi, since I'm using LDAP for Unix login and I have therefore PAM configured to use it in system-auth, I prefer using this in /etc/pam.d/pwauth:
#%PAM-1.0
auth include system-auth
account include system-auth
session include system-auth
oksijun commented on 2016-03-24 15:03
Thanks, PAM support has been added.
mrechte commented on 2016-03-01 14:43
Hello,
I changed a few things to make pwauth work with PAM rather than /etc/passwd:
New PKGBUILD: http://pastebin.com/M4tH7vVg
Modified patch: http://pastebin.com/gSbFQ9XG
New patch makefile.patch: http://pastebin.com/vPmggzwJ
Note that after that, pwauth will require a /etc/pam.d/pwauth configuration. See INSTALL in src directory.
Thanks
mfc_alpha commented on 2015-11-09 14:57
Thx for the fix!
oksijun commented on 2015-11-05 16:00
MIN_UNIX_UID is now 1000
mfc_alpha commented on 2015-11-05 13:13
MIN_UNIX_UID is now 1001.
But my first user is 1000 and cannot be authenticated :'(
Can it be set to 1000 ?
oksijun commented on 2015-10-23 09:38
This wasn't migrated from AUR3.
Patched so SERVER_UIDS and MIN_UNIX_UID match Arch defaults.
Feel free to take over maintainership if you want to.