PAM authenticator for grpc-enabled Mumble servers.
Configuration for the authenticator is stored in /etc/pam.d/murmur-auth-pam
. The following example configuration authenticates against local accounts:
auth required pam_unix.so nodelay
account required pam_unix.so
Information about the user must be accessible via getpwnam
and getpwuid
.
BSD-3