The following LDAP command is used to add a PassPhrase to an ACID:
dn: tssacid=testacid,tssadmingrp=acids,host=hostxx,o=ca,c=us
changetype: modify
replace: PassPhrase
PassPhrase: Y
The following error occurs:
ldap_modify: Other (e.g., implementation specific) error (80)
additional info: LDP2406E TSS error modifying tssacid(TSS0319E INVALID SPECIFICATION FOR KEYWORD PHRASE)
The 'PassPhrase: Y' has a length of 1. This must have a length between 9 and 100 characters.
Use a PassPhrase with more characters (Between 9 and 100). For example:
dn: tssacid=testacid,tssadmingrp=acids,host=hostxx,o=ca,c=us
changetype: modify
replace: PassPhrase
PassPhrase: xexxphrase
For more information about the Phrase keyword in Top Secret, see PHRASE Keyword—Assign a Password Phrase.
For more information on the relationship between Top Secret Field Names and z/OS UFN, see Objectclass tssacid, tssprofile, tssdept, tssdiv, tsszone, tssgroup.