I'm trying to use the following LDAP command to add a PassPhrase to an acid :
dn: tssacid=testacid,tssadmingrp=acids,host=hostxx,o=ca,c=us
changetype: modify
replace: PassPhrase
PassPhrase: Y
And I get the following error:
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 lenght of 1 and the PassPhrase attribute must have a lenght between 9 and 100 characters.
Use a PassPhrase with more characters (Between 9 and 100) and the problem will be solved.
For example:
dn: tssacid=testacid,tssadmingrp=acids,host=hostxx,o=ca,c=us
changetype: modify
replace: PassPhrase
PassPhrase: xexxphrase
More information about the Phrase Keyword in CA Top Secret guide:
Relationship between CA Top Secret Field Names and z/OS UFN :