Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
/ murmur-auth-pam Public archive

PAM authenticator for grpc-enabled Mumble servers

Notifications You must be signed in to change notification settings

layeh/murmur-auth-pam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PAM authenticator for grpc-enabled Mumble servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published