similar to: NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE

Displaying 20 results from an estimated 2000 matches similar to: "NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE"

2014 Jun 12
0
access samba share getting NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE error VS. nullSessionPipes
SAMBA as a member server in an AD domain Access samba share from any client (e.g. windows 7) using AD domain credential, getting below error message: [ ---------- C:\tools>net use * \\sbdevsvr213.dev.ib.tor.scotiabank.com\fundmgr <file:///\\sbdevsvr213.dev.ib.tor.scotiabank.com\fundmgr> * /user:domainName\un System error 1789 has occurred. The trust relationship between this
2002 Sep 12
1
Samba/smbpasswd/LDAP question
I have my smb.conf configured - I believe - properly to talk to my LDAP server: ldap admin dn = "cn=admin,dc=MYDOMAIN,dc=com" ldap server = ldap.MYDOMAIN.com ldap port = 389 ldap ssl = off But if I try to set a password using smbpasswd, it seems to think it wants to connect to localhost (and fails): # smbpasswd -D 99 -a dballing New SMB password: Retype new SMB password: Trying to
2010 Feb 24
1
lme4 exactitud
Tengo una duda, hay unos modelos mixtos que se resuelven con lme4, no tengo problemas con esto, pero necesito tener el resultado para cada uno de los factores, lo expreso con este ejemplo aunque no es código r creo que se entendería Factores como ser casa y auto, tengo casa 1, casa 2, casa 3, y auto 1, auto2, auto 3. Con lme4 y utilizando ranef obtengo por ejemplo Casa 1
2007 Jun 18
2
CentOS 5 & USB Kickstart?
Is anybody else having problems with CentOS 5 not loading the usb drivers for kickstart installations? I'm passing "linux ks=hd:sdb1:/ks.cfg," but I get a message saying it can't find the ks.cfg file and I should enter another path. I use the exact same boot options with CentOS 4 without any problems. What am I missing with CentOS 5? Thanks for any tips. -- Jiann-Ming Su
2004 Mar 26
0
Package update: 'urca' version 0.3-3
Dear R-list member, an update of package 'urca' has been uploaded to CRAN (Mirror: Austria). In the updated release unit root and cointegration tests encountered in applied econometric analysis are implemented. The package is written in 'pure' R and utilises S4 classes. In particular, the Johansen procedure with likelihood ratio tests for the inclusion of a linear trend,
2005 Jul 04
0
eigen of a real pd symmetric matrix gives NaNs in $vector (PR#7989)
I would presume this is another manifestation of what I reported (reproduced below) on 2003-12-01. cajo.terbraak at wur.nl wrote: >Full_Name: cajo ter Braak >Version: 2.1.1 >OS: Windows >Submission from: (NULL) (137.224.10.105) > > ># I would like to attach the matrix C in the Rdata file; it is 50x50 and comes >from a geostatistical problem (spherical covariogram) >
2009 Mar 30
1
RPC fault code DCERPC_FAULT_OP_RNG_ERROR
I'm testing out a new Samba setup to hopefully replace my aging Win2k domain. I've got some of it working: - My PDC (shadow) seems to be working on the CASA domain with an LDAP backend. - nss_ldap and pam_ldap are working on shadow - I can run wbinfo -u and get the user info from LDAP on shadow. - I can run wbinfo -a username%password and authenticate a user on shadow. I can run
2013 Aug 26
2
Partial correlation test
Dear all, I'm writing my manuscript to publish after analysis my final data with ANOVA, ANCOVA, MANCOVA. In a section of my result, I did correlation of my data (2 categirical factors with 2 levels: Quantity & Quality; 2 dependent var: Irid.area & Casa.PC1, and 1 co-var: SL). But as some traits (here Irid.area) are significantly influenced by the covariate (standard length, SL), I
2012 Jun 06
1
Default value for case sensitive on uniqueness validator
Hello, The uniqueness validator was always case sensitive but that seems wrong because we want uniqueness validations to be insensitive in most of the time. Do not make more sense be insensitive by default and set sensitive only where it should be? We are migrating a lot of big applications from mysql to postgresql here and we are setting case sensitive to false on **all** uniqueness
2007 Dec 31
2
Building path to maildir
Hello everyone Happy new year . This is the first time I address to the list I have the following situation and I need help from all you people I have dovecot 0.9-11 and i want to migrate to a superior version like dovecot 1.0 looking forward to implement quotas in my system , and use the function deliver with postfix. My Scenario is as follow Dovecot + LDAP (ADS) + postfix My actual
2009 Sep 18
1
Problem with quota in maildir++
Hi all. I have a problem with one user. His quota is upper of real quota. # cd /var/mail/problemuser/ # find . -name 'dovecot*' -exec rm -f {} \; # find . -name 'maildir*' -exec rm -f {} \; # echo test | mail problemuser -s test # more maildirsize 104857600S 104215602 1439 647 1 # du -h 4,0K ./.Borrador/new 4,0K ./.Borrador/cur 4,0K ./.Borrador/tmp 16K ./.Borrador
2016 Sep 03
2
igraph V a partir de E y subgrafos
Estimados Tengo un problema. Con igraph creo una red a partir de un data.frame, las dos primeras columnas son V y las restantes E. Hay un trabajo anterior, yo me pregunté ¿Qué pasaría si las cosas hablaran entre ellas?, entonces hay un cruce de información de todos contra todos y elimino los nulos y duplicados. Al ver los listados E, V tienen la información. Hasta ahí estaría todo bien (me
2002 Dec 03
1
RE: Machine accounts are no longer recognized in SAMBA 3.0-20-4
After verifying my smb.conf file, the only thing that changed was this "panic action" command was added. My smb.conf is attached. All our workstations stopped working. If I change the computer name, switch to workgroup, then try to re-join the domain under a different computer name, it works. Do you know what .tdb file machine information is stored in. Also I exported all
2016 Jul 07
2
Red Neuronal complicada categorías
Estimados Les consulto por redes neuronales, hay diversos artículos como los siguientes (el último tienen un error actualmente). Pero mi pregunta va un poco por otro lado. http://www.r-bloggers.com/build-your-own-neural-network-classifier-in-r/ http://www.r-bloggers.com/classification-using-neural-net-in-r/ Básicamente se puede calcular un valor, por ejemplo doblar 2,4 grados a la derecha, luego 1
2011 Nov 10
2
[LLVMdev] Possible Phi Removal Pass?
Looking through this mailing list's archives, I've found that the most common fix attempted for removing phi instructions is to use the reg2mem pass. However I'm also finding that this does no guarantee the removal of all phi instructions. I want to write a pass to remove phi instructions without changing register/memory usage. Does this sort of translation of phi
2015 Apr 21
0
Noob question: user moved to a OU dissapear from getent, but groups don't
Greetings, Daniel Carrasco Mar?n! > I've migrated the domain copying all files in /var/lib/samba and /etc/samba > from original domain to new domain, I've edit the smb file to change the > "passdb backend" line to match the old server (because original is > localhost and give me an error connecting), and then I run this command: > samba-tool domain classicupgrade
2017 Feb 27
2
[Proposal][RFC] Epilog loop vectorization
> On Feb 27, 2017, at 7:27 AM, Hal Finkel <hfinkel at anl.gov> wrote: > > > On 02/27/2017 06:29 AM, Nema, Ashutosh wrote: >> Thanks for looking into this. >> >> 1) Issues with re running vectorizer: >> Vectorizer might generate redundant alias checks while vectorizing epilog loop. >> Redundant alias checks are expensive, we like to reuse the
2016 Feb 11
1
RV: Security tab missing, and another error
Hi all. I have Samba 4.2.8 in a Debian Virtual Machine, i have domain, can join a Windows 10 machine to domain, and i have logged with “administrator” domain account in my Windows 10 machine, wih RSAT tools i can create users etc The problem is with a created folder in server. Mkdir /usuarios Smb.conf: # Global parameters [global]         workgroup = PDC         realm = PDC.CASA        
2005 Feb 04
2
zapata.conf ERROR?????? please help
Hi asterisk GURUs I have an issue with a call forwarding setup, I have the next zapata conf: -----------------zapata.conf----------------- [channels] context=incoming signalling=fxs_ks usecallerid=yes hidecallerid=no echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 channel=1 -----------------zapata.conf----------------- And in extensions.cof I have a
2011 Jun 08
1
Fwd: removing windows 2003 from samba4&In-Reply-To=<4DEDC91A.3080706@samba.org>
Hello Matthieu, >Did you wait for a couple of minutes (1 or 2 hours maybe) for the sync >to settle ? also did you transfer roles to the samba4 DC ? > >In anycase you should restart samba with a higher log level so that we >can have more information. > >If needed pop up in #samba-technical for more real time support. > >Matthieu. I've restarted samba with log level