similar to: windows problem with samba

Displaying 20 results from an estimated 10000 matches similar to: "windows problem with samba"

2003 Dec 17
1
Samba BDC doesn't talk to LDAP slave on same machine
Hello, I can't get my BDC to talk to the LDAP slave running on the same machine. Replication between slave and master works but samba on the BDC doesn't appear to be communicating with the slave LDAP server. Everything off the PDC works fine. -- smb.conf on BDC -- [global] workgroup = WarehamPS encrypt passwords = Yes time offset = 60 time server = Yes
2003 Nov 10
0
Samba 3.0 - LDAP create machine account fails
Hello, It's me again. I'm running Samba 3.0 and LDAP 2.1.23 on a RedHat 8.0 system. I am able to browse shares and home directories. I get a: Logon failure: unknown username or bad password when I try to connect a W2k machine. For Win/95/98 the system already works. I believe it is setup OK I need to work on scripts that work with MMC. I just want a basic connect a w2k machine right
2009 Sep 04
1
samba / ldap
Hi ! il want tow have one ldap backend and tow instance domain in the same server. tow question : 1 - when i start the first instance domain1 i get a SID witch is put to secrets.tbd file. but when i start the second one it detect the SID in secrets file and so don't create an other. how can i differenttiate the secrets.tbd file for each instance refered to a different smb.conf
2005 Mar 01
2
Fedora core 2 domain trust account fails
Hello, Having a problem with trust accounts failing after creation. The following is the system that I'm running Samba on: Fedora Core 2 (compiled from source) Samba 3.0.11 OpenLDAP 2.2.23 BerkeleyDB 4.3.27 Windows 2000 client machine I have a script to add machine trust accounts to LDAP. The first part adds a posix Account and attributes to LDAP, the second uses smbpasswd to add the Samba
2009 Sep 02
3
several domain
Hi ! Is it possible for one samba server to manage several domain ( seral instance) ? I want to connecte tow diffent network to my server ( with tow interface ) and get one different domain for each network manage par the same server. Thanks ! Y.
2006 Jun 01
1
find not working properly
here is the input view [code] <form method="post" action="found"> <br> <b>Find by</b><br/> <b>Vehicle Number:</b><br/> <input id="truck_vehicleID" name="truck[vehicleID]" size="20" type="number" value=""/><br/> </p> <%= link_to "Find", :action
2004 Jul 14
0
[Fwd: Re: posixAccount for Machines in LDAP?]
---------------------------- Original Message ---------------------------- Subject: Re: [Samba] posixAccount for Machines in LDAP? From: kent@www.warehamportal.mec.edu Date: Wed, July 14, 2004 12:19 pm To: "Paul Gienger" <pgienger@ae-solutions.com> -------------------------------------------------------------------------- Hi Paul, Finally got it to work. This is great!!
2004 Apr 02
0
[LLVMdev] Function pointers
I solved that one by substituting alloca into malloc, and forwarded the problem to actually calling the %puts_kernel function via my newly created function pointer. This works: %tmp.1 = call int %puts_kernel() This: %tmp.2 = call int %puts_kernelPTR() issues error: "Reference to an invalid definition: 'puts_kernelPTR' of type 'int () *'" How do I call the function
2004 Apr 02
2
[LLVMdev] Function pointers
OK, I solved it all ( so far :) ), mixing in some load-instructions and called on the result of that, which worked. Here is the skeleton-code: %kernel = type { int ()* } int puts_kernel(){...} ; main() %theKernel = malloc %kernel %puts_kernelPTR = getelementptr %kernel* %theKernel, long 1, ubyte 0 store int ()* %puts_kernel, int ()** %puts_kernelPTR %tmp.11 = load int ()** %puts_kernelPTR
2007 Jul 20
0
Latest update gives me problems.
Hiya.. I got a new Samba for my SUSE 10.1 x86_64 by automatic update last night, and now all of a sudden my Vista workstation won't connect to the shares automatically. I have the machine as a domain controller with LDAP backend, and it's been working flawless until the new update to samba-3.0.22-13.32. My log.smbd shows this as the workstation logs in, and asks for username/password,
2003 Dec 04
1
Weird Auth issue
OK, running Samba 3.0.0 on RH9 in a W2K AD environment. MIT Kerberos 1.2.7. Joined the domain with no problem, wbinfo and getent respond perfectly. I can get Kerberos tickets from the W2K domain and browse domain resources from the RH9 box, both with krb tickets and by supplying a password, although using the -k option does not display the "network neighborhood" browse list. However,
2003 Jun 10
1
Samba 2.2.7 as PDC causing BSOD on 2K domain logon
Hello, Have wrestled this one for about a week, now, getting frustrated ;-) Running samba as PDC for my domain (cf. smb.conf further down) When logging in on my 2K Pro machine, I first get a "can't find roaming profile, attempting local profile"-error, but logon using my user's smb account accepts only the correct password and so the identification part works well. Next,
2004 Apr 02
0
[LLVMdev] Function pointers
On Fri, 2 Apr 2004, Anders Alexandersson wrote: > OK, I solved it all ( so far :) ), mixing in some load-instructions and > called on the result of that, which worked. > > Here is the skeleton-code: > > %kernel = type { int ()* } > > int puts_kernel(){...} > > ; main() > > %theKernel = malloc %kernel > %puts_kernelPTR = getelementptr %kernel* %theKernel,
2011 Jul 29
1
Can't see shares...
I can't figure out what's wrong with my config, I can see the share \\beata\anders, but not store0 or store1; # smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the # samba-doc package is installed. # Date: 2011-03-01 [global] workgroup = NORRBRING passdb backend = tdbsam
2003 Jun 13
0
Samba configuration question.
I have installed RH9 and Samba on two PCs. One is working fine but other has some problem with Samba. Could somebody help ? I am new to Linux and don't know what is going on. Here is the symptom. I have three PCs on a same workgroup. A (win2k), B(RH9) and C(RH9). Samba service is installed on both B and C. I shared "home/share" directory on both B and C. >From
2004 Apr 02
0
[LLVMdev] Function pointers
So, here comes the next question:) Now the program compiles, but crashes when run, "Segmentation fault". %kernel = type { int ()* } int %puts_kernel() { ret int 0 } int %main() { %theKernel = alloca %kernel %puts_kernelPTR = getelementptr %kernel* %theKernel, long 1, ubyte 0 store int ()* %puts_kernel, int ()** %puts_kernelPTR ret int 0 } I want to learn how to
2013 Sep 11
1
Problema HA xenserver 6.2
Hello xen-users. I''m new working with xenserver and I''m trying to config a HA environment. I already did iSCSI redundant path, and is working fine. I have tow machine, the same and with 8GB each, and the same processor (Intel(R) Xeon(R) CPU X3470 @ 2.93GHz) When a run de command, xe pool-ha-enable heartbeat-sr-uuids="my iSCSI SR" the server shows me an error, after
2007 Dec 14
1
flagging glm models with warnings
I'm attempting to run 250 permutations of a negative binomial GLM model for data on fish counts. Many of the models are fit appropriately, but some issue warnings such as "convergence not reached" or "step size truncated due to divergence." I've attempted using glm.nb from the MASS package and the negbin function from the AOD package, but both still cause some models to
2004 Apr 01
1
[LLVMdev] Function pointers
Yes! :-) What would I do without you folks?! I am the one trying to build a Ruby compiler prototype, so be prepared for more questions...:) Thanks again! Anders ----- Original Message ----- From: "Chris Lattner" <sabre at nondot.org> To: <llvmdev at cs.uiuc.edu> Sent: Wednesday, March 31, 2004 5:49 PM Subject: Re: [LLVMdev] Function pointers On Wed, 31 Mar 2004, Anders
2010 Nov 24
0
[LLVMdev] Question regarding the alias analysis chaining behaviour
dirac wrote: > Hi, > I am using LLVM 2.4 on a Linux RHEL5 machine. I was trying to figure > out how the chaining of the alias analysis passes works in LLVM. Here > are the command I used to test the chaining part. > 1. ./opt hello_world_1_nest_func.bc -o hello_world_1_nest_func_AA.bc > -no-aa -anders-aa -licm > Result: Anderson's AA and No Alias Analysis both are