LDP2406E Adding Top Secret PassPhrase In LDAP
search cancel

LDP2406E Adding Top Secret PassPhrase In LDAP

book

Article ID: 8371

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

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)

Cause

The 'PassPhrase: Y' has a length of 1. This must have a length between 9 and 100 characters.

Resolution

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

Additional Information

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.