File: sample.conf

package info (click to toggle)
libpam-blue 0.9.0-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,180 kB
  • ctags: 765
  • sloc: sh: 8,758; ansic: 558; makefile: 97; lex: 51; yacc: 45
file content (43 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (4)
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;
}