search for: myreq

Displaying 2 results from an estimated 2 matches for "myreq".

Did you mean: myreg
2002 Jan 23
5
X.509 support in ssh (revisited)
Hi there, Forgive me for repeating a question asked about a year ago: > Hi, > > Just wondered if anyone had got the following to work or if there are any > plans to add this functionality. > > * X.509 certificate support for authentication. As used in the likes of > stunnel, mod_ssl etc for client auth. > > * Directory based (LDAP) key lookup. Either
2006 Mar 14
2
rjs woes
...t;%= user.active? ? "checked" : "" -%> onclick="activate_user(this)"/> </div> javascript: function activate_user(cb) { var status = (cb.checked) ? "1" : "0" var data = "id" + cb.value + "&af=" + status var myReq = new Ajax.Request( ''/admin/users/activate'', { :method: ''post'', parameters: data, onSuccess: success_handler, ...) } function success_handler(resp) { alert(resp.responseText); eval(resp.responseText); } rjs template: page.visual_effect :highlight, "cb...