Displaying 20 results from an estimated 900 matches similar to: "Will/Can Exchange Server run with a samba pdc?"
2010 Feb 22
7
Problem with Windows 7 and roaming profiles
Hello together,
we try to setup a samba domain controller with LDAP and roaming profiles for Win7-Clients.
Everything looks fine last Friday but today the clients did not longer save changes to the profiles. There is no error in samba log and also no in the windows log. If I delete a profile from a client it is loaded correctly at next logon, but the changes are not saved at logout.
Windows XP
2013 Jun 13
1
zpool labelclear destroys GPT data
When i use zpool labelclear, it wipes the whole disk including gpt data.
So the whole disk is empty and i need to create the gpt partitions again.
Is this supposed to work like this?
The man page suggests that it only wipes the ZFS metadata.
zpool labelclear [-f] device
Removes ZFS label information from the specified device. The
device
must not be part of an active pool
2014 Jun 17
1
Bug#751894: xen: CVE-2014-4021 / XSA-100
Package: xen
Version: 4.0.1-5.11
Severity: important
Tags: security, fixed-upstream
Please see for details: http://www.openwall.com/lists/oss-security/2014/06/17/6
Patch: http://seclists.org/oss-sec/2014/q2/att-549/xsa100.patch
---
Henri Salo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc:
2004 Feb 25
2
LOOCV using R
Can someone help me with performing leave-out-one cross validation using
R (model built is a Cox model)? Thanks.
---------------------------------------------
David Verbel, MPH
Senior Biostatistician
Aureon Biosciences
28 Wells Avenue
Yonkers, NY 10701
Phone: (914) 377-4021
Fax: (914) 377-4001
---------------------------------------------
[[alternative HTML version deleted]]
2003 Dec 24
1
"Account Unknown" problem (Samba3 domain users in WinNT permissions)
Hello,
I'm suffering a estrange problem in a WinNT-Samba3 environment. I have two
servers: WinNT4 (PDC of domain A-DOMAIN) and Samba3 (PDC of B-DOMAIN).
A-DOMAIN and B-DOMAIN trust each other (I had followed the procedures
described in HOWTO Chapter 16 successfully).
The problem arises when I assign permission in WinNT server's folders
(A-DOMAIN) for users in the Samba domain (B-DOMAIN).
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Do you have a simplified example with a code? It is not clear to me
what do you mean by tree but if you refer to tree data structure,
maybe you could change the data structure to tree
(https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html)
and try to write comparison of two tree objects. It might be easier
that data.frame alone.
On 12 September 2017 at 12:27, C?line L?scher
2017 Sep 12
3
comparition of occurrence of multiple variables between two dataframes
Yes of course, I can share this short view of the datas.
Here is the head() of data100, containing all the trees with a final value higher than 100?:
CV11
CV12
CV13
CV14
CV15
CV21
CV22
CV23
CV24
CV25
CV26
CV31
CV32
CV33
CV41
CV42
CV43
CV44
CV51
CV52
IN11
IN12
IN13
1291
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1083
0
4
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
0
0
0
0
0
0
0
0
0
2
0
2006 Mar 07
2
freeze_edge problem
(from http://pastebin.ca/44831)
from a rails 1.0 app i did rake freeze_edge and rake rails:update.
that went fine.
when i go to the front page of my rails app I get
wrong number of arguments (2 for 3)
/var/www/somehost.net/site/public/../config/../vendor/rails/railties/lib/dispatcher.rb:63:in
`failsafe_response''
2003 Dec 31
1
winbind running in PDC Samba server
Hello,
HOWTO chapter 21 describes the use of winbind daemon in a Samba domain
member Server, but it's possible (and desirable) to run winbind in a PDC
Samba server? The question is due to it that in that case it seems it is not
necessary winbind for authenticate/mapping users against a external WinNT4
PDC, the Samba PDC perform authentication itself (and the mapping its not
necessary, because
2001 May 07
12
profiles
I need help
I am not able to use profiles with samba 2.2.0
When I try to connect to the Domain
from a WinNT4 client
I obtain this REquest:
"It has been found a slow network connection
Do you want to obtain the Profile from the net or
do you want to use a local copy?"
A) If I choose the "obtain from the net" it complains:
"The Common Profile is not available
I am trying
2013 Sep 24
2
Multiple keys/methods per key exchange (e.g. multi-md5-sha1-md4@libssh.org) Re: [PATCH] curve25519-sha256@libssh.org key exchange proposal
On Tue, Sep 24, 2013 at 10:21 PM, Aris Adamantiadis <aris at 0xbadc0de.be> wrote:
[snip]
> I've worked this week on an alternative key exchange mechanism, in
> reaction to the whole NSA leaks and claims over cryptographic backdoors
> and/or cracking advances. The key exchange is in my opinion the most
> critical defense against passive eavesdropping attacks.
> I believe
2011 Oct 28
2
NT4 SP3 PDC with MS Exchange 5.5 to Samba 3.x ldapbacked PDC and MS Exchange 5.5 still
Looking to make some changes to an old but working LAN, that has about 10
samba servers serving printers and network shares and a NT 4 PDC server with
Exchange 5.5 on it. The samba servers are members of the nt4 domain, XP
systems are members of the nt 4 domain also. Samba servers are ldapbacked.
We use the ldap component directly to login to the Linux servers.
I'd like to be able to
2002 May 07
4
printing from graphics window in R-1.5.0 on WinNT
Dear R-help,
I've encountered a problem using R-1.5.0 compiled from source on WinNT4. If
I make a plot on the windows graphics device, and then select "File ->
Print...", nothing happens. (I'd expect to see a printer selection dialog
box opened, which is what happens with R-1.4.1 and earlier compiled from
source.) Doing ctrl-p doesn't work either. Copying to
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Hi C?line,
Looks like you are looking for a statistical test between two sets of
distributions, such
as KS test, for example, generate histogram for each row in an identical
way and run KS test.
But if you are after simple difference you may use compare package (
https://cran.r-project.org/web/packages/compare/index.html).
Best,
-m
PS: Data is already plural :) datas does not exist.
On 12
2007 Sep 20
0
GSSAPI Key Exchange in sshd?
Hello,
Kevin Way wrote:
> I'm curious if there are technical (or other) reasons that prevent
> FreeBSD from adding RFC 4462 (GSSAPI Key Exchange) support to sshd.
> The MIT Kerberos team first requested this four years ago, and
> implementation patches have been available for years at:
> http://www.sxw.org.uk/computing/patches/openssh.html
>
> The author of those
2008 Mar 20
1
0pensource MAPI client for Exchange
Anyone know a good Linux client for Exchange that is MAPI based and not IMAP based? Using Evolution, but going from Outlook/MAPI to this is not fun?
Thanks!
jlc
2003 Feb 26
0
Re: Exchange Server in DMZ (Tom Eastep)
Hello,
First my apologies .. I have had the flu for days and I am still groggy ..
So when I replied the whole message it must have been the drugs in my system
.. :-)
Second my apologies .. Steve had answered this question already quite well
along the same lines as myself .. I just had not read BOTH digests first ..
Francesca C. Smith
Lady Linux Internet Services
1801 Bolton Street # 1
2006 Oct 02
0
GSSAPI Key Exchange for 4.4p1
Hi,
I'm pleased to be able to announce the availability of my GSSAPI Key
Exchange patch for OpenSSH 4.4p1.
This patch adds RFC4462 compatibility to OpenSSH, along with adding
additional GSSAPI support that is yet to make it into the main tree.
The patch implements:
*) gss-group1-sha1-*, gss-group14-sha1-* and gss-gex-sha1-* key
exchange mechanisms. This can be enabled through the
2003 Jul 08
0
Question about data exchange between WINE and Local X window applications
Hello Everyone,
I am trying to run a windows application under WINE program loader, but it functionally fails when trying to find other local application windows, It seems when it run under wine, it can't "SEE" other Local X application.
How can I solve this problem?
Thanks in advance.
---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per
2002 Apr 24
0
need help in ssh client: key exchange
Hello,
I have a problem with ssh client.
I have:
SSH-2.0-OpenSSH_2.3.1p1
When I try to connect to a sshd server (USING V2):
Remote protocol version 1.99, remote software version
OpenSSH_2.5.2p2
or
Remote protocol version 2.0, remote software version
OpenSSH_3.0.1p1
I get error (looking at codebase):
In sshconnect2.c:
ssh_dhgex_client(kex, host, hostaddr,
client_kexinit,