Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 467 Bytes

murmur-auth-pam

PAM authenticator for grpc-enabled Mumble servers.

Configuration

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

Known limitations

Information about the user must be accessible via getpwnam and getpwuid.

License

BSD-3