similar to: Require SMB3 encrypted transport on share level or globally

Displaying 20 results from an estimated 400 matches similar to: "Require SMB3 encrypted transport on share level or globally"

2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
Hello, with samba-3.0.x an "smbcontrol smbd ping" was answered by all running smbd processes. With samba-3.2.x it is now *also* answered by nmbd and winbindd: [root@cs00 ~]# smbcontrol -V Version 3.2.5 [root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk '{ print $4}'` ; do pstree -p | grep $i ; done winbindd(29908) - winbindd(29909) [root@cs00 ~]#
2011 Mar 10
2
unable to connect to libvirtd at '*': No route to host
Hi @all, I have the following systems: AMD Processor Scientific Linux 6.0 Kernelversion: 2.6.32-71.18.2.el6.x86_64 KVM / Libvirt out of the repository I've setup my TLS-Certificates with the following howto /http://wiki.libvirt.org/page/TLSSetup/ Now I want to connect the servers with /virsh -c qemu+tls://nebula3/system/(nebula3 is the hostname) but the following error message always
2011 Mar 24
1
livemigration over specific bridge/nic?
Hi @all, I have a question about the livemigration with libvirt / kvm. I have two bridges configured in my setup of each host. Now I want to set br1 (private network) as default NIC for live migration. Is there any solution to get this work for me? I tried to bind libvirt to those IP-Range but after that the livemigration doesn't works. If you need more details please tell me :)
2009 Aug 03
1
scp: wrong error message
Hi, I'm using scp from openssh-5.1p1 on opensuse 11.1. trying to copy a file to a nonexisting directory with scp gives the wrong error message: harald > scp /etc/passwd remote:nodir/ scp: nodir/: Is a directory harald > ssh remote ls -ld nodir ls: cannot access nodir: No such file or directory IMHO the error message should read e.g. "directory does
2007 Sep 19
2
documentation for developers
Hi there, I have two questions: - Is there a dovecot documentation for developers (apart from the source itself)? - In the site I am concerned with, it happens very often that one
2008 Feb 11
1
Multiple homedir entries in smb.conf ?
Hi list, is it possible to add multiple homedir templates to smb.conf ? I have a running linuxsystem where homefilesets are mounted from different windows-servers to subdirs like: /home/server01/home/USERNAME /home/server02/home/USERNAME /home/server03/home/USERNAME The users come via winbind. In the smb.conf the entry for the homedir: template homedir = /home/%U So how is it possible to
1999 Feb 12
1
Problem with Samba caching file contents
Hello everybody, We are using Samba 2.02 on Sun Solaris 2.51 and 2.6 platforms. Using these as a file server we occasionally have the following problem: - the file is changed on the file server using standard UNIX tools while somebody else is editing it - the other user re-loads the file using a Windows 95 client - the content of the file seems to be the same as before the change on the windows
2008 Apr 17
1
I need something about the source explain.
Hello, I am a student. Now I need to know EXACTLY about How Samba Works. I have the source on samba-3.0.28a, but it's too many for me to read and understand 'cause I was a freshman. Is there a book/paper about the samba implementation or explain for source? Thanks. _________________________________________________________________ ÓÃÊÖ»úMSNÁÄÌìдÓʼþ¿´¿Õ¼ä£¬ÎÞÏÞ¹µÍ¨£¬·ÖÏí¾«²Ê£¡
2001 Jan 18
1
Announcement: PRNGD 0.9.0 available
Hi! I have just made the 0.9.0 release of PRNGD available. PRNGD is the Pseudo Random Number Generator Daemon. It has an EGD compatible interface and is designed to provide entropy on systems not having /dev/*random devices. Software supporting EGD style entropy requests are openssh, Apache/mod_ssl, Postfix/TLS... Automatic querying of EGD sockets at fixed locations has been introduced in the
2008 Apr 18
1
smbd in hybrid mode
Quoting Weiser, Johann (johann.weiser@siemens.com): > There is this really fancy sentence in the smb.conf man page: "It is > possible to use smbd in a hybrid mode where it is offers both user and > share level security under different NetBIOS aliases." > > There are a number of question here in this mailing list around this > sentence and the answers are usually to
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
Hi, I tried to build rsync-3.0.0pre4 on a list of different plattforms and got some problems with build or test suite. first, the good news: the build and tests worked fine on these plattforms Solaris 5.5.1, 5.6 and 5.8 (sparc) and 5.10 (x86 and sparc) SUSE Linux 9.0 (amd64), 10.1 (amd6) SLES10 (32 and 64 bit) RedHat 7.1 and 9.0 (32 bit) RedHat EL3 (ia64) problems
2011 Nov 08
2
NO$Zoomer crashes (worked last week)
System info: Ubuntu 10.04 x86-64 processor Nvidia GT430 graphics card running Nvidia drivers version 280.13 (32-bit libraries installed) Wine version: 1.2.3 but I've tried 1.3.6, 1.3.31 and 1.0.1--same issue For those of you who don't know, NO$Zoomer is a plugin for the NO$GBA Nintendo DS emulator. It's been working great for the past few months, but starting yesterday, every time I
2009 Jun 12
4
Corruption issue found in e2fsprogs 1.41.5
Hi, A critical regression has been discovered in e2fsck. The problem was introduced in upstream 1.41.5 and is causing updates to block group descriptors to be lost after journal replay. Our 1.41.5.sun2 (.sun1 too) e2fsprogs version also suffers from this problem. We are working on rebasing our e2fsprogs package on 1.41.6 (see bug 19852). Until the new rpm is available (should be very soon), we
2009 Jun 12
4
Corruption issue found in e2fsprogs 1.41.5
Hi, A critical regression has been discovered in e2fsck. The problem was introduced in upstream 1.41.5 and is causing updates to block group descriptors to be lost after journal replay. Our 1.41.5.sun2 (.sun1 too) e2fsprogs version also suffers from this problem. We are working on rebasing our e2fsprogs package on 1.41.6 (see bug 19852). Until the new rpm is available (should be very soon), we
2009 Feb 19
2
[LLVMdev] Parametric polymorphism
> The same can be said of closures, garbage collection and a dozen other > features that also cannot feasibly be added to LLVM. > > The only logical solution is to build a HLVM on top of LLVM and share that > between these high-level language implementations. This is an excellent point. You have convinced me. :-) BTW, what garbage collector are you using for your HLVM? You
2009 Jul 07
0
rsync-3.0.6 regression test problems
Hi, I've build rsync-3.0.6 on a number of legacy unix systems, and on a few systems the regression tests showed up with some errors: HP-UX 11.11 and 11.23 (ia64): FAIL chown FAIL dir-sgid FAIL fuzzy FAIL itemize IRIX 6.5.13m: FAIL chown FAIL fuzzy FAIL itemize MacOS-X 10.4: FAIL chgrp the errors on "fuzzy" and "itemize" are
2005 Jul 07
3
separate SSL certificates for pop3s and imaps
Hi, I'm migrating a uw-imap installation to dovecot. With uw-imap I had different SSL certificates and keys for ipop3d and imapd. How can I configure dovecot to do the same with its pop3s and imaps services? Thanks in advance, -- _________________________creating IT solutions Michael Weiser science + computing ag bei Eisenbahn und Haefen Postfach 11 02 63 Hagellocher Weg
2012 Feb 14
1
[LLVMdev] Static slicer and other useful stuff
On 02/14/2012 07:26 AM, Evan Cheng wrote: > Hi js, > > On Feb 13, 2012, at 8:49 AM, Jiri Slaby <jirislaby at gmail.com> wrote: > >> Hello, >> >> we, at the Masaryk University, have developed an interprocedural static >> slicer with other useful stuff. This includes Andersen's points-to >> analysis, accurate call-graph, modifies relations.
2004 Aug 06
0
Re: Please confirm your message
----- Original Message ----- From: <speex-dev@xiph.org> To: <luis.puchades@fh-duesseldorf.de> Sent: Friday, April 11, 2003 7:28 PM Subject: Please confirm your message <p>> Hello, this is the mailing list anti-spam filter at Xiph.Org. > We need you to confirm your e-mail message with the subject of > "". > > Please send a message to the following
2009 Feb 19
0
[LLVMdev] Parametric polymorphism
On Thursday 19 February 2009 03:31:04 DeLesley Hutchins wrote: > > The same can be said of closures, garbage collection and a dozen other > > features that also cannot feasibly be added to LLVM. > > > > The only logical solution is to build a HLVM on top of LLVM and share > > that between these high-level language implementations. > > This is an excellent point.