Can anyone tell me how to separate list arguments in an openam ssoadm call? For example how do i list multiple trusted providers in the create-cot call?

ssoadm -u amadmin -f conf/pwd -e myRealm -t myCOT -trustedproviders "what goes here"

I cannot seem to find an example anywhere.

link|improve this question

44% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Try this:

ssoadm -u amadmin -f conf/pwd -e myRealm -t myCOT -trustedproviders "trustedprovider1" "trustedprovider2"
link|improve this answer
So simple now that i look at it, thanks – stjohnroe Nov 1 '11 at 18:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.