similar to: Samba trusted domain (AD) not recognized?

Displaying 20 results from an estimated 5000 matches similar to: "Samba trusted domain (AD) not recognized?"

2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2002 Dec 21
1
apply vs. sapply
Hi, sapply((1:NCOL(hermes)),function(x) hist(hermes[,x],main=names(hermes)[x])) .......this works , but i would like use it with apply to generate many plots in one step! #################################################################### >>apply((1:ncol(hermes)),2,function(x) hist(hermes[,x],main=names(hermes)[x])) Error in apply(1:ncol(hermes), 2, function(x) hist(hermes[, x], main =
2011 Jul 23
0
Question about output from twitteR package
Dear R-List, I am trying to develop a tutorial on how to analyze network data from Twitter conversations for a network analysis class that I teach. I came across the twitteR package, and saw some examples of it in action on various websites. It is easy to use, and almost as easy to understand. I was able to pull sets of Twitter messages into a dataframe using various criteria (hashtags, etc.). To
2010 Jan 24
2
authentication with userdb and passdb fails
Hello I cannot retrieve mail via pop3 using dovecot. I have mail in my mailbox (postfix works fine, maildir contains more then 5 mail files), I use virtual user. I also changed auth to plaintext for debugging purpuse. server: Dovecot 1.0.7 CenoOS 5.4 client: Thunderbird on Kubuntu, username: jure at hrabri.org pass:jure I tried different parameters and was closest to success with this:
2009 Mar 28
0
R: Fortran 90 etc.
I have tried to compile the working Fortran-90 routines (see attachment) to interface them with R. The compiler automatically caled by R CMD command line prints a bunch of error messages (as follows). I think I'm better off translating the Fortran implementation into R ... which is what I hoped I could avoid. Maura host705:Desktop mauede$ R CMD SHLIB ford.f90 gfortran -arch i386
2000 Jul 22
1
Multihome WINS Registration
I've got a bit of a problem, which is related to the problem I posted yesterday. Samba is not registering the right address with the WINS server, when it is on a multi-homed machine. The machine is on two networks, like this: Subnet A(128.173.188.0) ------------------------------------------------------- | | |
2010 Feb 12
2
sieve vacation
Hello, scenario: OK 1. created vacation script (see below) OK 2. send message from user at anotherdomain.tld to user at domain.tld => got auto vacation response (2010-02-11T19:42:13) OK 3. send message from user at anotherdomain.tld to user at domain.tld => no response (is ok because ":days 1" settings) (2010-02-11T19:47:46) BAD 4. send message from anotheruser at
2009 Mar 23
1
Basic regression output question
Hi Probably a very basic question: I am regressing a matrix of 50 response variables against a matrix of 10 factors using the lm function. This gives me an object with the output for 50 regressions, as required. How do I now "use" the data? For example, below is some code that generates sample data and shows me the summary statistics for regression 50. If I want to access the data,
1998 Dec 25
0
SAMBA digest 1920
Headway Research is closed for the Christmas and New Year holidays. Normal work will be resumed Monday January 4, 1999. Your email will receive the appropriate attention upon our return. We wish you a safe and happy holiday season!! *************************************************************************** Headway Research, Inc. |Telephone: 972-272-5431 3713 Forest Lane
2012 Jun 01
3
Add rank column to data frame as in SQL...
Hopefully this is an easy problem... I'm trying to add a partitioned rank column to a data frame where the rank is calculated separately across a partition by categories, the way you could easily do in SQL. I found this solution in the archives that looked like it might work: http://tolstoy.newcastle.edu.au/R/e11/help/10/09/8675.html The example has a data frame with several car companies,
2006 Jan 12
3
PAM Authentication issues with Dovecot
<pre>I have a machine with the follow specs.<br /><br />Linux hermes.business.com 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005<br />i686 i686 i386 GNU/Linux<br /><br />pam-0.79-8<br />dovecot-0.99.14-4.fc4<br /><br />No one is able to receive e-mails due to authentication failures and yesterday afternoon<br />they were able to.<br
2008 Sep 26
3
Regression and data types
Dear All I have three data sets, X1, X2 and Y. X1 is data, X2 and Y were generated in (different) R programs. All three vectors have one column of 60 data points. I am using the code lm(Y~X1)$coef and lm(Y~X2)$coef. The first returns two values, an intercept and a slope, but the second returns 60 values. I suspect there is something in the "type" of X2 such that it forces the regression
2003 Oct 20
1
Getting a list of all possible smb mounts (and bug report on smbtree)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Message: 36 > Date: Sat, 18 Oct 2003 12:26:02 +0200 (CEST) > From: Bernhard Rosenkraenzer <bero@arklinux.org> > Subject: [Samba] Getting a list of all possible smb mounts > To: samba@lists.samba.org > Message-ID: <Pine.LNX.4.56.0310181208330.21409@dot.kde.org> > Content-Type: TEXT/PLAIN; charset=US-ASCII > >
1998 Dec 24
3
%L, subnets and dns resolution Xmas problem
Hi, Using the %L macro in smb.conf is for me *very* usefull, I can setup as many logical servers as I need and that's great : no need for new machines, I can switch logical servers back and forth, it's a kind of System Administrator dream :-) *But* I've discovered a problem with the %L macro in a subnetted environment : - "hermes" is a Samba 1.9.18p10 server on a hpux
2017 Dec 17
1
Auto Data in the ISLR Package
myAuto <- Auto[ grep("ford|toyota",Auto$name),] myAuto$Make <- NA myAuto$Make[grep("ford",myAuto$name)] <- "Ford" myAuto$Make[grep("toyota",myAuto$name)] <- "Toyota" Regards, Eric On Sun, Dec 17, 2017 at 11:58 AM, AbouEl-Makarim Aboueissa < abouelmakarim1962 at gmail.com> wrote: > Dear Eric: > > Thank you very much.
2006 Mar 09
2
phantom new mail (mailboxes keep on being reported as having new mail)
Hi, I'm using dovecot 1.0_beta3 on Gentoo Linux, and am experiencing a problem of what I call 'phantom mail'. This problem I have for a long time (pre 1.0), but at the moment I'm using 1.0_beta3 and the problem still is in there. My setup is as follows: - regular x86 box - running Exim and Dovecot - Exim saves new mail in maildir format in a local filesystem /mail/user/blabla
2006 Aug 30
1
Current system requirements for real time decoding?
Hi! I can't find this info anywhere. What is the minimum CPU requirement for Vorbis playback ? Regards, David --------------------------------------------------------------------- http://noepatents.eu.org/ Innovation, not litigation ! --- David Balazic mailto:david.balazic@hermes.si HERMES Softlab http://www.hermes-softlab.com Zagrebska
2011 Nov 30
0
mkfs.btrfs failure on ARM
I''m hitting an error with the default mkfs.btrfs in debian wheezy: ford:~# uname -a Linux ford.blinkenlights.nl 3.1.0-1-kirkwood #1 Tue Nov 15 00:17:24 UTC 2011 armv5tel GNU/Linux ford:~/btrfs-progs# dpkg -l | grep btrfs ii btrfs-tools 0.19+20111105-1 Checksumming Copy on Write Filesystem utilities ford:~# mkfs.btrfs /dev/vgroot/home WARNING! - Btrfs Btrfs
2004 Jan 05
2
pam_winbind problems
Hello, I am have some interesting problems with the pam_winbind portion of samba 3.1. wbinfo -u and getent passwd works but when I login I get the following messages in /var/log/messages. Jan 5 11:09:36 hermes pam_winbind[9014]: write to socket failed! Jan 5 11:09:36 hermes pam_winbind[9014]: internal module error (retval = 3, user = `CSQ+shane' Jan 5 11:09:36 hermes PAM_pwdb[9014]: check
2002 Feb 19
0
Samba-3.0-alpha9 compilation problems
Hello, I'm afraid this message is going to be a little long (188 lines, not counting the headers). It is comprised, in fact, of two posts I sent to the comp.protocols.smb newsgroup, from which I've not received any replies. I'm hoping I can have better luck with the mailing list, (to which I've just subscribed, so it's probably most appropriate to send replies there...)