search for: wachsmann

Displaying 3 results from an estimated 3 matches for "wachsmann".

2002 Jun 28
1
Bug in AFS token forwarding
...ne 814. But it is wrong to "break" out of the loop because of this condition. Jumping to the next token is the correct behavior. I have attached a (not nicely formatted) patch that fixes this problem. -- Alf. ----------------------------------------------------------------------- Alf Wachsmann | e-mail: alfw at slac.stanford.edu SLAC Computing Service | Phone: +1-650-926-4802 2575 Sand Hill Road, M/S 97 | FAX: +1-650-926-3329 Menlo Park, CA 94025, USA | Office: Bldg. 50/323 ----------------------------------------------------...
2009 Sep 28
1
Unix Kerberos authentication - how?
...ng to do NTLMv2 authentication. How can I set up a Samba server that asks for username/password and then uses a Unix Kerberos KDC (Heimdal v. 1.2 in my case) for authentication? Many thanks, Alf. ----------------------------------------------------------------------- Alf Wachsmann | e-mail: alfw at slac.stanford.edu SLAC - Scientific Computing | Phone: +1-650-926-4802 2575 Sand Hill Road, M/S 97 | FAX: +1-650-926-3329 Menlo Park, CA 94025, USA | Office: Bldg. 50/323 -------------------------------------------------...
2013 Sep 18
2
cov2cor exp
Ok, Thanks foe the answer, Ken: *1L, 2L etc are integers. (That is, identical to as.integer(1) , as.integer(2) etc) Using integers (instead of "numeric" type) is more efficient as here they're used as indexes and would be converted to integer anyway. Compare > is(1) ... and > is(1L) 1L:p is the sequence 1, 2, 3, ..., p (just like 1:p) Just for curiosity, what is