-
could you may add a read to publish the content of an inifile to ant vars?
e.g. $inifile.section.item if published automaticly or provide a var-name in the read tag.
2009-06-24 09:27:16 UTC in ANT Contrib
-
I am using openfire 3.6.2 and Spark 2.5.8
Google Transport and XMPP Transport to a seconde Openfire server
in spakr I do have a group named "Transports" but only Google is shown, not my second XMPP although it is working fine.
2009-03-02 20:52:25 UTC in Kraken XMPP IM Gateway
-
this is a feature add-on:
if you want to do RPC calls via XML-RPC (http://www.xmlrpc.com/) to a CAS protected website (service) or want to protect your RPC functions provided by your server via CAS, then you should use this.
with XML-RPC you can call functions on a foreign server.
greetings
Hinnack.
2006-12-22 16:13:31 UTC in ESUP-Portail phpCAS
-
maybe one can add the rates for each stream in the ts?
regards
Hinnack.
2006-09-13 07:47:50 UTC in DVB Decoder
-
the normal gateway example does a redirect to CAS on
every request.
On PCs this does not matter, wether in time nor in CPU
power. But on low-end-devices like a Set-Top-Box, Handy
or Handheld this can matter.
For this reason I have changed this behavior:
I added a new global var:
$PHPCAS_CACHE_TIMES_FOR_AUTH_RECHECK
with the posibillity of the following values:
-1: check only once...
2006-08-25 08:09:26 UTC in ESUP-Portail phpCAS
-
see attached a xml-rpc sample
but be aware:
this works only with CAS3 (see bug: 1544442) for details
in the source search for "fixme" without quotes, to
undo the fix!
you need pear XML_RPC to get it working!!!
Hinnack.
2006-08-24 09:42:06 UTC in ESUP-Portail phpCAS
-
Logged In: YES
user_id=201500
this is, because the new CAS version changed the name of the
proxy ticket, that prior started with: PT and now starts
with ST!!!!
Scott wrote on the CAS list:
In CAS3, we treat ProxyTickets as ServiceTickets which is
why you see the ST instead of PT.
-Scott.
2006-08-23 17:38:27 UTC in ESUP-Portail phpCAS
-
Logged In: YES
user_id=201500
this happens only by the very first time you call the proxy
example!
Make sure you are loged out!
Try example_simple.php and log in.
Try example_proxy2.php and you have to login again - Why?
Calling example_proxy2.php a second or more time afterwards
do not request any login any more...
2006-08-22 14:14:01 UTC in ESUP-Portail phpCAS
-
isn't it useful, if I do a
phpCAS::setLang(PHPCAS_LANG_GERMAN);
to add &local=de to the CAS LoginURL in getServerLoginURL()
so I have something like:
https://mycasserver:443?service=xyz&locale=de&gateway=.
2006-08-22 09:58:17 UTC in ESUP-Portail phpCAS
-
see attached file for german translations.
2006-08-22 09:22:29 UTC in ESUP-Portail phpCAS