similar to: Samba <> Internet file share

Displaying 20 results from an estimated 3000 matches similar to: "Samba <> Internet file share"

2010 May 20
11
If a DomU was compramised..
If a DomU was compramised, could the Dom0 or other DomUs be compramised? I guess I''m trying to work out how much isolated Xen gives.. Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Apr 09
3
net rpc vampire umlauts (äöüß) problem
Hi, im using net rpc vampire to migrate users/ groups from nt4 to samba3 with ldap backend. But the umlauts (????) in the displayname are malformend. Unix charset in smb.conf is set to ISO8859-1. Any hint how to correct this? Regards S.Drees
2004 Sep 03
2
Standard correlation
Hi Is there a function for computing the standard correlation coefficient (not pearson) in R? Thanks Mick
2007 Apr 01
5
How to change SID in ntuser.dat?
Hello, i try to migrate user/groups from NT4 PDC to Samba3 with LDAP backend. There is already an NIS-Server with Samba runing, so there exists two userlists. I migrated the user/ groups from windows via net rpc vampire and added/changed the UID?s from the NIS-Server but didn?t change the SID. A teammate told me, there could be some access problems, if i don?t change the SID. So i tried to change
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> wrote : > On Thu, Oct 27, 2016 at 11:27:29PM +0200, Saint Germain via samba > wrote: > > Hello, > > > > I would like to test Samba server-side copy with BTRFS: > > https://wiki.samba.org/index.php/Server-Side_Copy#Btrfs_Enhanced_Server-Side_Copy_Offload > > > > However it is not
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > wrote: > > On Thu, 27 Oct 2016 14:50:48 -0700, Jeremy Allison <jra at samba.org> > > wrote : > > > > > > Server-side copy can be requested using smbclient, using > > > the "scopy"
2004 Sep 22
5
Dear Any, Is there a fonction in R to change a string to uppercase ? Thanks for all your help
2016 Oct 27
2
Samba and BTRFS server-side copy
Hello, I would like to test Samba server-side copy with BTRFS: https://wiki.samba.org/index.php/Server-Side_Copy#Btrfs_Enhanced_Server-Side_Copy_Offload However it is not clear which server/client configuration I should use. As far as I understand on the server-side, I should have at least Samba 4.1 on a BTRFS filesystem (with vfs objects = btrfs in the share). But on the client side, what can
2004 Aug 01
1
Preserving ACLs on files when copying from NT4 server to Samba 3.0.5 server
Hi guys. I'm running: Mandrake 9.2 Kernel 2.4.22-30mdk XFS file system Samba 3.0.5 plus patches for bugs 1315, 1319 and 1345 (self compiled) OpenLDAP 2.1.22-5mdk smbldap-tools 0.8.5 I was able to join the Samba to the NT PDC as a BDC and vampire without issue. I have setup duplicate shares on Samba and am trying to copy over the data from NT. I have tried scopy, xcopy and copying via
2016 Oct 27
2
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 16:27:05 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 01:00:24AM +0200, Saint Germain via samba > wrote: > > > > On Thu, 27 Oct 2016 15:39:27 -0700, Jeremy Allison <jra at samba.org> > > wrote : > > > > > On Fri, Oct 28, 2016 at 12:08:50AM +0200, Saint Germain via samba > > > wrote:
2004 Jul 13
1
Winnt Scopy
Hallo Gurus! Sorry my English. I've got some strange problems with Samba-3.0.4. Wenn I try to copy Files from NT (with Scopy.exe) to one Mointmount on Samba, that provide error "Invalid Destination X:\" I tested with fstype = ntfs or so but no way :( I see with Explorer the Mount Drive. Thanks for one Tip. Greetings Ruben Moretti
2004 Jul 26
1
upgrade to samba 3.0.5-2
Dear all, I have been upgrade from samba 3.0.2a-1 to samba 3.0.5-2, login to samba from windows client ok, but the sharing printer was not working, also the file sharing, it looks like windows give the error the sharing cannot be found. To solve this i return back to 3.0.2a-1, and everything working fine again. Is it bug or not ? Anyone have experience regarding to upgrade 3.0.5-2 ? Regards
2006 Jul 09
3
Migrating to Samba File Server- WERR_ACCESS_DENIED, Access Denied
Hi all, I want to replace my Windows 2000 file server with Redhat Enterprise 4. I have configured SAMBA as a domain member file server. It works without any problem. When I try to copy files/folder from Windows file server to Redhat server via the ways below, I prompt "access denied" message. At linux: net rpc migrate share ... Error message: WERR_ACCESS_DENIED At windows file
2002 Aug 13
1
Migrating NT files (with users/groups) to Linux Samba with ACL kernel patch.
Whoa. Long subject - still, it basically says it all: I have an NT PDC and an NT fileserver. I've also got a Linux box compiled with the ACL patches from acl.bestbits.at and I've got Samba 2.2.5 (--with-acl-support) configured to be a PDC on that box. I've put all my machines and users in LDAP and the Linux box' PAM configuration is also told to look for passwords/users in
2002 Oct 17
3
quick pam_winbind.so question
2.2.6 installed from rpm on rh 7.2 system... I'm trying to use pam_winbind and apache's basic authentication to restrict access to certain directories served by apache. It does work, but when I enter a wrong password I get this error in log.winbindd: Plain-text authentication for user jarboed returned NT_STATUS_WRONG_PASSWORD Is there a way that pam_winbind.so can encrypt the passwords
2006 Jul 30
3
ActiveRecord - Multiple Address for a single record
I''m trying to figure out the Rails way to model the following problem: I have 2 tables. One (let''s call it location) contains a single address. The other (let''s call it company) contains 3 address. I''m trying to figure out the best way to model this. I''ve created an address table, a set up the model as follows: class Address <
2004 Aug 02
1
Very strange ACL issue
Hello, I upgraded from Samba 3.0.2 to 3.0.4 on my Redhat Enterprise system and am now seeing something very strange with POSIX ACL?s. We have several shared directories setup with per-directory group permissions (In other words each directory has its own group in active directory). This way if we want to give a user access to a directory we just add them to the group. After upgrading too 3.0.4
2013 Jan 09
1
Question about implementing samba4 cleartext passwords
Hello I want to create a domain using samba4 and from there to authenticate users against ad. The challange for me is that i have never worked out with domain or with ldap , and that i need to use AD users/passwords to authenticate not only the domain clients , but the mail users and perhaps the ftp, or web users , that are on another linux distro's. It is possible to implement a AD with
2005 Feb 07
1
Voicemail timeouts after 30sec's everytime.
Ok I have a challange that I can't seem to find a way to fix it. My Voicemail in * timesout after 30secs without fail everytime no matter what I do. I have incomming calls comming in through Freshtel IAX2, if it goes to SIP extension when it is online it can hang on for what ever time the call goes for. If however it goes to the Voicemail it will timeout at 30sec and I can't seem to
2008 Sep 26
1
problems with auth protocol
Hello there, I have a client connecting to dovecot and comunicating like this: * OK Dovecot ready. * AUTHENTICATE MYAUTH + base64 challange base64_response {NNN} * NO Invalid base64 data in continued response The problem is that dovecot seems to reject the response because of the {NNN} in the end of the string. If I remove the {NNN} it authenticates just fine. Any idea of whether it's