> How could I test that repcached is working well? Using the memcached text interface as I suggested. Authenticate and the confirm that the TGT is stored in both nodes:
echo "get TGT-1-ABCDEFGHIJK" | nc cas-1.example.com 11211 echo "get TGT-1-ABCDEFGHIJK" | nc cas-2.example.com 11211 Then down 1 memacached node and verify you can still generate/validate service tickets without having to reauthenticate. I'm sure you could develop more a more thorough test plan, but these are some building blocks. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
