Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 4
command labeled as "Sign the policy file"

One of the command options and its associated file specification are wrong in the "Sign the policy file" example.

The example command is:

# Sign the policy file:
twadmin --create-polfile --cfgfile $DIR/tw.cfg
--site-keyfile $SITE_KEY $DIR/twpol.txt

but it should be:

# Sign the policy file:
twadmin --create-polfile --polfile $DIR/tw.pol
--site-keyfile $SITE_KEY $DIR/twpol.txt

Notice that "--cfgfile" has been replaced with "--polfile" and "$DIR/tw.cfg" has been replaced with "$DIR/tw.pol"

Anonymous