Description:
Is there any sample ldapsearch command to list CA Top Secret acids which name have a specific prefix?
Solution:
Here's a sample ldapsearch command to list acids which name starts with H;
ldapsearch -x -D cn=admuser -w admpswd -h hostname -p 389 -s one -b "tssadmingrp=acids,host=xxxx,o=yyy,c=zz" (tssacid=H*)
You can see other sample ldapsearch commands for various cases in the pages for Sample CA LDAP Server Search Commands in the chapter for CATSS_UTF Back-end in CA LDAP Server for z/OS Product Guide.