search for: axd

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

Did you mean: and
2010 Dec 01
0
samba 3.5.6 authentication with AD 2008
...-u / wbinfo -g giving the correct output. And ntlm_auth also working without any issue. If I try to connect from my windows PC to the samba share it gives following error. [2010/12/01 15:25:25.988709, 3] winbindd/winbindd_pam.c:1839(winbindd_dual_pam_auth_crap) [ 3556]: pam auth crap domain: AXD user: tharanga [2010/12/01 15:25:25.990456, 4] winbindd/winbindd_dual.c:1525(fork_domain_child) Finished processing child request 14 [2010/12/01 15:25:53.454154, 4] winbindd/winbindd_dual.c:1517(fork_domain_child) child daemon request 20 [2010/12/01 15:25:53.454232, 3] winbindd/winbindd_misc...
2007 May 17
1
use loop or use apply?
Hi, I have two matrices, A (axd) and B (bxd). I want to get another matrix C (axb) such that, C[i,j] is the Euclidean distance between the ith row of A and jth row of B. In general, I can say that C[i,j] = some.function (A[i,], B[j,]). What is the best method for doing so? (assume a < b) I have been doing some exploration...