similar to: Samba through a Microsoft Proxy

Displaying 20 results from an estimated 6000 matches similar to: "Samba through a Microsoft Proxy"

2011 Sep 15
0
force group behaviour changed in 3.5.9
Hi list, beginning with samba 3.5.9, the behaviour or effects of the "force group" parameter changed. The change is that with my config I can create new files on the share but I can no longer delete (or rename) those files. With 3.5.8, I could create and delete them. The setup is as follows: [webshare] path = /webshare force group = www create mask = 0664
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
Hello, It appears that the FreeBSD port of Samba 3.0.x may be falling behind. The port maintainter does not use Winbind and thus has not kept up with the development of it. 3.0.1 will very shortly be ported to FreeBSD, currently it is still at 3.0.0. I know there have been some recent changes to Samba that help FreeBSD out, and I wanted to make sure that the port of Samba 3.0.x on FreeBSD stays
2007 Jun 19
1
Reloader paths/
after investigating why the reloader wasnt working , i discovered 2 probs, one of which was sorta my fault (but will likely happen to others who make one-file apps) first, my app was like this: #!/usr/bn/env ruby %w{applib1 applib2 digest/md80 airbus}.each{|r| require r}} if __FILE__ == $0 Mongrel.config do handler ''/'', Camping.reloader.new(__FILE__) end end not
2020 Sep 25
1
Moving FSMO roles doesnt affect srv records in DNS ?.
-----Original message----- > From: Rowland penny <rpenny at samba.org> > Sent: Thursday 24th September 2020 17:02 > To: samba at lists.samba.org > Subject: Re: [Samba] Moving FSMO roles doesnt affect srv records in DNS ?. > > On 24/09/2020 15:38, Peter Boos via samba wrote: > > Thanks Rowland, > > I checked again the DNS service. > > Its still not
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
Hello all, How can I configure yum to download updates when I need to authenticate to a Microsoft Forefront proxy?? I have tried to configure http_proxy variable as a "http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't works ... I have tried to set http_user and http_passwd also without luck. Thanks.
1998 Jun 27
0
Microsoft WinSock Proxy support
This isn't quite a Samba question, rather an intergrating Linux and Windowns question, but I can't think of a better place to ask it. The basic question is whether anyone has thought about writing free client code for Microsoft's WinSock Proxy service. I am interested in information about projects already begun, or in tips on how to go about writing it myself. Background
1997 Oct 29
3
Samba and Microsoft DFS
Has anyone tried DFS Client SW on a Win 95 machine and then tried to mount the usual samba drives? All I get is a login request that gets refused even with known, correct, credentials. Its appears just the same as the problem we got after installing SP3 on an NT4 machine before changing the registry. The only way to fix it is, on the 95 machine, to remove the DFS client, remove ALL the network
2000 Aug 29
1
Making a share visible only to members of a group
Hi, > I want a shared directory to be visible only to the members of a group, and > to no one else. Instead, a shared directory is either visible to everyone I tried to realize this by using include like: #include smb.conf.%G But it did not work correctly. Sometimes the share was visible, sometimes it wasnt, and if it was visible, network path wasnt found afterwards. > I have worked
2013 Jun 19
1
Dovecot proxy to Microsoft Exchange 2013
Hello, I am trying to do a proxy with dovecot to IMAP backend server that are using Microsoft Exchange 2013. I already did this with Microsoft Exchange 2007 and Microsoft Exchange 2010 and it works perfectly! But with Microsoft Exchange 2013 I can not perform LOGIN. The error log message is: /imap-login: Error: proxy(user at domain.com.br): Login for exchange2013.domain.com.br:143 timed out
2010 Aug 31
0
[LLVMdev] Register design decision for backend
On Aug 31, 2010, at 1:06 PM, Borja Ferrer wrote: > Incase i wasnt clear enough i'll expose a simple example using the common known x86 arch. > AX is composed by AL and AH (AX and AH are subregs of AX), now assume x86 can only add regs of 8 bits, so if a i16 number is stored in AX it should get splitted into AL and AH so that the 8 bit addition pattern is matched. > > If this is
2006 May 08
3
microsoft proxy & R project
hi, as I'm using R at Dell (where I am working), I manage to install packages from web, but there is a web proxy, which is pretty boring. R asks me to enter an active directory login/password, that would normally auth me through the web proxy, but it doesn't work. I'm looking forward for your help. Sorry if I used bad english. Any ideas ? Laurent -- «Un peu d'internationalisme
2011 Aug 12
2
XCP - Using XenServer Web Self service portal
Ive got XCP 1.1 on 2 blades and setup a pool master, then shared the SR all seems fine, Id like to manage it with XenServer Web Self, though its throwing an error Unsupported version of Citrix XenServer detected. Expected version: 5.6; Detected version: 1.1 wasnt there a trick to change it and fake it to be correct?? _______________________________________________ Xen-users mailing list
2008 Dec 29
2
Source for Kernel
OK, perhaps I wasnt clear in my previous posting. I am looking for either a SRPM for the CentOS 5.2 centos.plus kernel, or more likely, a diff from the kernel at kernel.org. I was pointed to the wiki, which MENTIONED a Source RPM, but didnt point to anywhere to find these for CentOS. All Ive been able to find are ISO's . I really dont need a bunch of tools that will complicate the problem,
2010 Aug 31
2
[LLVMdev] Register design decision for backend
Hello Jeff, you're the first one to reply to my question :) I got a bit confused with the fact you said that the subregister class is larger than the superregister class. As far as i understood or what i tried to do with my code is to define a register pair composed of two 8 bit registers the way i described in my previous message. So R1R0 in WDREGS is directly mapped into R0 and R1 of GPR8.
2005 Apr 05
2
WIN2K with SP4 unab;e to save profiles on a Samba PDC
Hi all, I have been noticing for a certain time that the Win 2K with Service Pack 4 wasnt able to save its profile to a Samba PDC. Is this a known fact or I have a problem ? I am using 3.0.11 on Fedora Core 3. regards -- You cannot prevent the birds of sorrow from flying over your head, but you can prevent them from building nests in your hair.
2005 Oct 05
2
spx1.1.10 speexenc compile
Hi all, Been trying to compile speex 1.1.10's speexenc for win32 using Visual C++ 6.0 but came up with some errors (abt 33 of them, syntax errors). I just traced them to a variable called "SPEEX_VERSION" which i think isnt defined in speexenc but rather defined in misc.h, which wasnt one of the include files in speexenc... should i add a line that includes misc.h in speexenc? i
2005 Mar 02
3
/dev/zap not created
I installed asterisk on Fedora Core 2 kernel 2.6.5. I followed the standard procedure. zaptel-libpri-asterisk. The thing is that I constantly get the error message: line 4: Unable to open master device '/dev/zap/ctl' where the file zaptel.conf contains only 4 files: fxoks=1 fxsks=4 defaultzone=us loadzone=us I cant run asterisk and get a load of error messages. When I tried to check
2007 Nov 13
2
negative binomial lmer
Hi I am running an lmer which works fine with family=poisson mixed.model<-lmer(nobees~spray+dist+flwabund+flwdiv+round+(1|field),family="poisson",method="ML",na.action=na.omit) But it is overdispersed. I tried using family=quasipoisson but get no P values. This didnt worry me too much as i think my data is closer to negative binomial but i cant find any examples of
2005 Jun 09
3
Centos 4 - text based install - LVM ?
Has anyone gotten this to work ? I can define a raid device but cant put a VG on it. I then tried 'autopartition' and it created an 'LVM' of sorts, when I tried to edit it I wasnt able to as a message appeared saying, LVM editing was not allowed in text mode. Any help ? Cheers, Brian. PS - PIII-500mhz 128mb RAM, 4mb AGP.
2010 Aug 25
4
New Wine user who need helps loading a program(Wbfs Manager)
Just download Wbfs Manager 3.0 , trying to load it and it doesnt work , at first the icon wasnt right , add to change the permission details , now it looks like its trying to load but it isnt . Its the first program that im trying to load with wine so maybe im missing something or its because of the program ... http://wbfsmanager.codeplex.com/ If someone knows how to load it , some help would be