search for: clavering

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

Did you mean: catering
2005 Dec 02
2
Internet explorer not authenticating properly
...level 5 from winbindd. The first is a correct authentication Attempt from boh\mobeid. The second is the user that had chaged his password 2.5 hours before this trace. NTLM authentication has failed and he is Prompted for basic, he types in his name and it attempts to authenticate as Proxy\james.clavering, which no such user exists. If I manually use ntlm_auth to authenticate with the new password I get a result code 0, So I know that the DC's are working correctly. [22734]: pam auth crap domain: BOH user: MOBEID Using cleartext machine password cred_create cred_create cred_assert [22734]: pam...
2012 May 25
4
Reading a bunch of csv files into R
Dear R users I am struggling from a data importing issue: I have some hundreds of csv files needed to be read into R for futher analysis. All those csv files are named in one of the three formats: (1) strings: e.g. London_Oxford street (2) Integer: e.g. 1234_5678 (3) combined: e.g. London_1234 I intend to use read.csv("xxxx_xxx.csv") but I only dealt with sigle documents before and