summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.conf.5
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-09-20 13:53:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-09-20 13:53:39 +0000
commit0113203bf3424c0645046b962d81fe85ede308f1 (patch)
tree1038578b0fe852ea2aacae60250fa7186c102f22 /hcid/hcid.conf.5
parentc30cad7c8395eec65221edd4d835c5a4b7a2dde1 (diff)
Update the hcid.8 and hcid.conf.5 manual pages
Diffstat (limited to 'hcid/hcid.conf.5')
-rw-r--r--hcid/hcid.conf.516
1 files changed, 14 insertions, 2 deletions
diff --git a/hcid/hcid.conf.5 b/hcid/hcid.conf.5
index d110e2a7..a5d82417 100644
--- a/hcid/hcid.conf.5
+++ b/hcid/hcid.conf.5
@@ -58,11 +58,17 @@ Or, when no PIN is available:
ERR
.TP
+\fBdbus_pin_helper\fP
+
+Declaring this parameter enables the D-BUS message bus system for PIN
+requests.
+
+.TP
\fBsecurity\fP none|auto|user
\fInone\fP means the security manager is disabled. \fIauto\fP uses
-local PIN for incoming connections. \fIuser\fP always asks the user
-for a PIN.
+local PIN, by default from /etc/bluetooth/pin, for incoming
+connections. \fIuser\fP always asks the user for a PIN.
.SH "DEVICE SECTION"
Parameters within a device section with no specifier, the default
@@ -230,5 +236,11 @@ You can check the Bluetooth specification version 1.2 Volume 2, Part B section 6
.I /etc/bluetooth/hcid.conf
Default location of the global configuration file.
+.TP
+.I /etc/bluetooth/pin
+Default location of local PIN file, used for incoming connections in
+security mode \fIauto\fP. The file contains the PIN code terminated by
+newline.
+
.SH "AUTHOR"
This manual page was written by Edouard Lafargue, Fredrik Noring and Maxim Krasnyansky.