/etc/security/bluesscan.conf is in libpam-blue 0.9.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ###########################################################
#
# sample bluescan.conf configuration file
# $Id: sample.conf 3 2004-04-18 23:32:18Z pfeifer $
#
###########################################################
general {
# the normal timeout for scanning
# watch out for a to tiny timeslot for scanning
# values between 3 and 15 seconds are valid
timeout = 3;
}
# configuration for user korzendorfer
korzendorfer = {
# bluetooth device name
name = tux;
# bluetooth mac address
bluemac = 54:34:34:34:34:34;
# a seaparate timeout
timeout = 10;
}
pfeifer = {
#name = AIRBUS;
bluemac = 00:0E:07:3B:96:02;
}
@users = {
name = AirbusA412;
bluemac = 54:34:34:34:34:34;
timeout = 10;
}
gast = {
bluemac = 54:34:34:34:34:34;
}
|