mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
add example of PAM authenticator
This commit is contained in:
7
example/authenticator/pam/etc/pam.d/webfuse
Normal file
7
example/authenticator/pam/etc/pam.d/webfuse
Normal file
@@ -0,0 +1,7 @@
|
||||
# Use unix authentication for webfuse authentication.
|
||||
#
|
||||
# NOTE:
|
||||
# - in order to use unix authentication, read access to /etc/shadow is required
|
||||
|
||||
auth required pam_unix.so
|
||||
account required pam_unix.so
|
||||
Reference in New Issue
Block a user