hmm... `condor_status -af MyType Name` show me the list of Machine slots.
I apparently forgot the -any. Sorry about that. The following should filter out everything but credds:
condor_status -any -af Name MyType -const 'MyType == "CredD"'
I guess it asks the status to the collector as default. How do I tell it to look for things in local AP ?
The local AP doesn't maintain the list of daemon ClassAds; asking the collector is the right thing to do in this case.
-- ToddM