components/trousers/patches/man_man5_tcsd.conf.5.in.patch
author James Chang <james.c.chang@Oracle.COM>
Tue, 10 Feb 2015 16:44:23 -0800
branchs11-update
changeset 3763 3b1d75f94ef2
parent 781 6523d2f0e202
child 6898 9485a934366d
permissions -rw-r--r--
19078473 ejabberd version 2.1.13 needs a TPNO at the appropriate juncture 3 of 11
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
777
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     1
--- man/man5/tcsd.conf.5.in	2010-01-28 08:27:51.000000000 -0800
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     2
+++ man/man5/tcsd.conf.5.in	2012-04-12 14:52:28.257160000 -0700
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     3
@@ -32,8 +32,16 @@
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     4
 .SH "OPTIONS"
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     5
 .PP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     6
 .BI port
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     7
-The port that TCSD will listen on for connections, local and remote, from
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     8
+The TCP port that TCSD will listen on for connections, local and remote, from
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     9
 applications.
781
6523d2f0e202 7123028 Problem with crypto/tss (fix patch)
Dan Anderson <dan.anderson@oracle.com>
parents: 777
diff changeset
    10
+If 0, TCSD uses UNIX Domain socket /var/tpm/tcsd-socket,
777
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    11
+otherwise TCSD uses the TCP port specified
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    12
+(30003 is the traditional tcsd TCP port).
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    13
+If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    14
+the port with shell environment variable TSS_TCSD_PORT. For example,
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    15
+.nf
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    16
+export TSS_TCSD_PORT=30003
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    17
+.fi
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    18
 
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    19
 .BI num_threads
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    20
 The maximum number of threads that the TCSD will spawn simultaneously to service
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    21
@@ -106,7 +114,7 @@
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    22
 .PP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    23
 .IP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    24
 .nf
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    25
-port = 30003
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    26
+port = 0
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    27
 num_threads = 10
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    28
 system_ps_file = /usr/local/var/tpm/system.data
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    29
 firmware_log_file = /proc/tpm/firmware_events