diff options
author | Russ Allbery <rra@stanford.edu> | 2013-09-14 17:42:50 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-09-14 18:45:37 -0700 |
commit | 27b99cd55e70c3efe082da4a106456d700662afc (patch) | |
tree | 0a9170d9a2513a1c6964e0f056993fe4b9bdf7ff /docs | |
parent | 6a2db85e910c5f2a0b3bab3c61e60ddffd606dd6 (diff) |
Clarify use of the tivoli-key file type in Stanford policy
tivoli-key used to always contain the entirety of the TSM.PWD file,
but it's more useful to store only the encryption key in password
form.
Change-Id: Id770691fb756b7675ec0fe2eee1308a8974c9c3f
Reviewed-on: https://gerrit.stanford.edu/1309
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/stanford-naming | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/stanford-naming b/docs/stanford-naming index fa42ee6..c86c820 100644 --- a/docs/stanford-naming +++ b/docs/stanford-naming @@ -157,10 +157,10 @@ Object Naming tivoli-key/<server> - The Tivoli password or backup encryption key for this server. - Both the password and the encryption key, if used, are stored in - the same file, so both are stored together. This file is found at - /etc/adsm/TSM.PWD. + The Tivoli encryption key for this server. We previously stored + the whole /etc/adsm/TSM.PWD file in this object, but now we store + only the encryption key in password form, since the file contains + both it and the server password and the latter keeps changing. (OLD: <group>-<server>-tivoli-key) |