Skip to content

Simple Linux PAM Module for bluetooth authentication, based on the work by nahil1

License

Notifications You must be signed in to change notification settings

Taumille/pam-bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAM Bluetooth

This module is highly inspired by the PAM module written by nahil1.

This module gives the ability to authenticate if a given bluetooth device is connected to your computer.

Requirements

To use this module you will need the bluetoothctl utils, you can install it on Arch Linux with this command:

sudo pacman -S bluez-utils

Installation

First modify the MAC_ADDRESS value in pam_bluetooth.c to match the MAC address of your device.

Then to install this module you should use the following commands:

make
sudo make install

Now that the module has been installed you will have to modify your PAM configuration. Just add the following line to the appropriate config file in /etc/pam.d

auth sufficient pam_bluetooth.so

About

Simple Linux PAM Module for bluetooth authentication, based on the work by nahil1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published