[Samba] cluster on debian or RHEL

2010-05-06 Thread Esteban Torres Rodríguez
Currently, I have servers with samba (debian and redhat) connected to W2003. I want to mount a samba cluster with 3 machines and I have the doubt if it in debian or redhat. What do you recommend me? What would be the way to go? Thanks -- To unsubscribe from this list go to the following URL a

Re: [Samba] Release Version Symbols

2010-05-06 Thread Nagaraj Shyam
Thanks Volker. This is part of Suse Linux distro from Novell, I need to find the .dbginfo rpm. Let me see if I can get my hands on it. I know about ".configure --enable-debug" to build my own version with debug symbol, but in this case I don't have that option as it is a core from a customer. -

Re: [Samba] Release Version Symbols

2010-05-06 Thread Volker Lendecke
On Thu, May 06, 2010 at 10:29:42PM -0700, Nagaraj Shyam wrote: > I might get fried for posting this question, since it would have been > asked before (too little time for me to search the archives). How can I > obtain debug symbols for winbindd (or any smbd or nmbd binary?). > Specifically I am lo

[Samba] Release Version Symbols

2010-05-06 Thread Nagaraj Shyam
Hi, I might get fried for posting this question, since it would have been asked before (too little time for me to search the archives). How can I obtain debug symbols for winbindd (or any smbd or nmbd binary?). Specifically I am looking for version 3.2.11-0.1.145. Thanks much for the help.

Re: [Samba] Can Not join to domain, from different networks (Vlans)

2010-05-06 Thread zoolook
2010/5/6 Jose : > where is problem? what's the netmask? do you have a wins server at the router? hth, norberto -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Problems 'make'ing on Solaris 9.

2010-05-06 Thread Collin Baillie
Hi list! I'm trying to build Samba 3.4.7 with ADS support on Solaris 9 and experiencing a heap of problems (which seem to be common). First of my system: Solaris 9 SPARC > uname -a SunOS sunfire2 5.9 Generic_122300-08 sun4u sparc SUNW,Sun-Fire-V240 Solaris Using GCC 3.4.6 from sunfreeware (with

[Samba] Winbind to a Samba 3.4 server

2010-05-06 Thread Timothy Johnson
I thought I had setup winbind correctly as I can login to my ubuntu 9.04 machine with domain users, but I am trying to get ntlm working with squid, and while testing winbind I get the following error. sudo wbinfo -a MBAG\\user%passwd plaintext password authentication failed Could not authenticate

Re: [Samba] Join domain broken after update

2010-05-06 Thread zoolook
2010/5/6 : > The error I get on the WS is: The specified domain either does not exist > or could not be contacted.  This is the error whether I use the > Administrator login or just type some garbage. nmblookup yourdomain#1c is nmbd running? Regards, Norberto -- To unsubscribe from this list g

[Samba] Join domain broken after update

2010-05-06 Thread markus
Hi all, I have a samba server that is the DC on our network. It was a debian etch machine with everything installed from the distro packages. Everything was fine until I upgraded from Etch to Lenny. In an effort to get windows 7 to join my domain I upgraded to Lenny which gave me samba 3.2

[Samba] Samba/LDAP share issue -- user with invalid SID

2010-05-06 Thread Alex McKenzie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, While I've seen this referred to a lot of places, I haven't yet found a posted solution that works for me. Testing has been done from a Mac running OSX 10.5.8 Here's what I have so far: if anyone can give me a next step to test, I'd app

[Samba] Can Not join to domain, from different networks (Vlans)

2010-05-06 Thread Jose
Hello, Sorry for my English I have S/O Debian 5.0.4 Lenny Samba: lnx-1:~# aptitude show samba Package: samba New: yes State: installed Automatically installed: no Version: 2:3.2.5-4lenny9 Priority: optional Section: net Maintainer: Debian Samba Maintainers Uncompressed Size: 11.9M I use samba

Re: [Samba] Windows 2008 R2 / one way trust / Samba

2010-05-06 Thread Duffey, Blake A.
I'm pretty sure Windows 2003 domain is native 2k3 I don't believe these settings are specific to Windows 2008 R2. Before I upgraded the 'lab' domain (from 2008 to 2008R2), things worked (although I think it was using NTLM, which isn't optimal) I should have added - we aren't using winbind --

Re: [Samba] Windows 2008 R2 / one way trust / Samba

2010-05-06 Thread Gaiseric Vandal
Was the Win 2003 domain in mixed mode or 2000/2003 native? Also, Win 2008 has some security settings changes that you may want to change back to "weaker" settings. http://support.microsoft.com/kb/889030/en-us Does "wbinfo -u" on the linux machine list users in the trusted (corporate) domain?

Re: [Samba] Printer Admin Difficulties

2010-05-06 Thread christoph . beyer
Hi Jeff, I fiddled around for a while with this too ;) Looks broken to me, anyway I did put it like this and it worked for me then: in smb.conf: username map = /opt/samba/smbusers.map admin users = root [print$] path = /opt/samba/samba_drivers write list = root u...@host:~

Re: [Samba] disconnecting user from only one share

2010-05-06 Thread Kevin Keane
That is conceptually not possible, because "logged in" means that the user is authenticated - and that is always server-wide or even domain-wide (unless you use per-share authentication). If you did kill "his" smbd subprocess, he could connect right back. What you could do is change the permiss

[Samba] Windows 2008 R2 / one way trust / Samba

2010-05-06 Thread Duffey, Blake A.
Here is our configuration - we have a Windows 2003 domain I'll call 'corporate' and a Windows 2008 domain I'll call 'lab'. There is a one-way trust (users can log into 'lab' machines using 'corporate' creds). We have a linux box running samba that is a member of 'lab'. Users log into their Window

Re: [Samba] please wait for the user profile service...

2010-05-06 Thread Damien Dye
Evan whats your profile paths set to in the global section of smb.conf ? because windows thinks you got it set to \\samba\username\ no c: users is required you must have the registry part of the profile local the rest does not. Regards 6 May 2010 12:41, Evan Ingram wrote: > On Thu, 2010-05-

Re: [Samba] Printer Admin Difficulties

2010-05-06 Thread Ryan Suarez
Hi Jeff, Jeff Hardy wrote: On 04/01/2010 05:39 PM, Jeff Hardy wrote: I have been trying to setup a new print server on Fedora 12 based around samba-3.4.7-58.fc12.x86_64 and cups-1.4.2-28.fc12.x86_64. All looks good except for the ability for printer administrators to manage printers. Whether I

Re: [Samba] Win7 client, Samba PDC

2010-05-06 Thread Steve Wolfe
Doh! Thank you. Setting those back fixed the problem. On Thu, May 6, 2010 at 9:10 AM, Evan Ingram wrote: > On Thu, 2010-05-06 at 08:59 -0600, Steve Wolfe wrote: > > > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon > > \Parameters] > > “RequireSignOrSeal”=dword: > > “R

Re: [Samba] non-windows behavior of samba

2010-05-06 Thread John Drescher
On Wed, May 5, 2010 at 4:56 PM, Darwin, Samuel wrote: > We have a vendor who is going to install an application server, and it > requires samba to behave as much like windows as possible.  There is a > particular case they are complaining about. > > > 1.  Run samba on redhat server > 2.  Map a dri

[Samba] non-windows behavior of samba

2010-05-06 Thread Darwin, Samuel
We have a vendor who is going to install an application server, and it requires samba to behave as much like windows as possible. There is a particular case they are complaining about. 1. Run samba on redhat server 2. Map a drive from windows. Let's say the Z: drive 3. Run a script to o

Re: [Samba] Is this possible?

2010-05-06 Thread Rob7704
Thanks for the suggestion, it works to a point. Background information, I'm using CentOS 5.2, running samba, the client machines are XP Pro. My script for turning off Share2 is as follows copy the alternative smb.conf do service smb reload then smbcontrol smbd close-share Share2 smbstatus show

Re: [Samba] Win7 client, Samba PDC

2010-05-06 Thread Bastien Semene
Le 06/05/2010 17:13, Bastien Semene a écrit : The samba wiki tolds to only modify DomainCompatibilityMode and DNSNameResolutionRequired keys : http://wiki.samba.org/index.php/Windows7 Le 06/05/2010 16:59, Steve Wolfe a écrit : I'm trying to set up Samba as a PDC for some Win7 clients, and co

Re: [Samba] Win7 client, Samba PDC

2010-05-06 Thread Bastien Semene
The samba wiki tolds to only modify DomainCompatibilityMode and DNSNameResolutionRequired keys : http://wiki.samba.org/index.php/Windows7 Le 06/05/2010 16:59, Steve Wolfe a écrit : I'm trying to set up Samba as a PDC for some Win7 clients, and could use some help. I can successfully join the d

Re: [Samba] Win7 client, Samba PDC

2010-05-06 Thread Evan Ingram
On Thu, 2010-05-06 at 08:59 -0600, Steve Wolfe wrote: > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon > \Parameters] > “RequireSignOrSeal”=dword: > “RequireStrongKey”=dword: on my win2008 server joined to samba domain these are ...01 -- To unsubscribe from th

[Samba] Win7 client, Samba PDC

2010-05-06 Thread Steve Wolfe
I'm trying to set up Samba as a PDC for some Win7 clients, and could use some help. I can successfully join the domain, with the message "Changing the primary domain DNS name of this computer to "" failed.", but I am still told that it was successful. However, when I try to log in, I am told "Th

[Samba] sync Samba4 with Samba3 users?

2010-05-06 Thread Tomasz Chmielewski
I have a running Samba3 domain called "SAMBA". I'd like to have an Active Directory domain called "AD" trust "SAMBA" domain. In other words, if my Samba3 users want to log in to a Sharepoint server in AD domain, Active Directory should try to find the user in "SAMBA" domain and let him (or n

[Samba] losing AD user & group information

2010-05-06 Thread Mike Rambo
Hello, A few weeks ago we started joining some remote servers to our AD domain as member servers. Several times now we have come back to them and found ownership settings missing like the following. [r...@franks-dc1 opt]# ll total 72 drwxrws---+ 3 14505 10013 4096 Nov 28 2006 appinstalls

[Samba] create mask not fully working?

2010-05-06 Thread Piotr Legiecki
Hi I have Debian/stable and samba 3.2.5. I have set this (smb.conf): ... create mode = 0770 directory mask = 0770 ... and the files created have those permissions: drwxrwx--- 2 piotrlg piotrlg 22 2010-05-06 14:51 nowy3 -rwxrw 1 piotrlg piotrlg 10752 2010-05-06 14:51 nowy3.doc please note t

Re: [Samba] please wait for the user profile service...

2010-05-06 Thread Evan Ingram
On Thu, 2010-05-06 at 12:16 +0100, Damien Dye wrote: > windows vista / 7 clients will need the profile registry keys removing > before this works. > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList > make sure you don't remove local user profiles. which profile regist

Re: [Samba] please wait for the user profile service...

2010-05-06 Thread Evan Ingram
On Thu, 2010-05-06 at 12:16 +0100, Damien Dye wrote: > humm > > do those folders exist ? /home/samba/profiles exists > > I would do the profiles diffrently because this methord is prone to problems > > defining the path as follows should resolve as long as the user has > full control on there

Re: [Samba] please wait for the user profile service...

2010-05-06 Thread Damien Dye
humm do those folders exist ? I would do the profiles diffrently because this methord is prone to problems defining the path as follows should resolve as long as the user has full control on there own folders. [profiles] comment = Users profiles path = /home/samba/profiles/%U browseable

Re: [Samba] Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux

2010-05-06 Thread Michael Wood
On 6 May 2010 10:09, Kai-Chieh Ku wrote: > I'm sorry. But I also receive > "451 Temporary local deliveriy problem for  samba > - please  try again later..." > from "Mail Delivery Subsystem " each time... hmmm... Maybe that is someone who is subscribed to the list (with an e-mail address @weathe

Re: [Samba] please wait for the user profile service...

2010-05-06 Thread Evan Ingram
the samba profile settings?? i've got: [profiles] comment = Users profiles path = /home/samba/profiles/%U/%U.pds browseable = no profile acls = yes [profiles.v2] comment = Users profiles for Vista and Windows 7 path = /home/samba/profiles/%U/%U.pds.v2 browseable = no profi

[Samba] useradd and groupadd very slow

2010-05-06 Thread Marcus Wanielik
Hi everybody, After joining a Windows 2003 Active Directory Domain the commands to add local Users and Groups to the Linux machine are very slow. It took up to 10 minutes to add a User or a Group. OS is CentOS 5.4 (Samba Version 3.0.33-3.15). Everything else works without problems. I assume the r

[Samba] samba 4 libnss_winbind.so

2010-05-06 Thread Laurent BARRAILLE
Hi, I'm testing samba4 alpha 12 on Ubuntu 10.04 Lucid Server I followed this HOWTO http://wiki.samba.org/index.php/Samba4/HOWTO All seems ok. Now, i want get the samba users, groups in my server with winbind I find this howto http://wiki.samba.org/index.php/Samba4/Winbind "The current insta

[Samba] samba 4 libnss_winbind.so

2010-05-06 Thread Laurent BARRAILLE
Hi, I'm testing samba4 alpha 12 on Ubuntu 10.04 Lucid Server I followed this HOWTO http://wiki.samba.org/index.php/Samba4/HOWTO All seems ok. Now, i want get the samba users, groups in my server with winbind I find this howto http://wiki.samba.org/index.php/Samba4/Winbind "The current insta

Re: [Samba] Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux

2010-05-06 Thread Kai-Chieh Ku
I'm sorry. But I also receive "451 Temporary local deliveriy problem for samba - please try again later..." from "Mail Delivery Subsystem " each time... On Thu, May 6, 2010 at 4:05 PM, Michael Wood wrote: > Please stop sending this message.  You have sent it 6 or 7 times already! > Michael Woo

Re: [Samba] What is the preferred way to inherit permission on a pdc?

2010-05-06 Thread Luca Olivetti
En/na Aniruddha ha escrit: For now I solved this problem by adding 'inherit permissions = yes' and 'force group = mygroup' to smb.conf. Instead of the latter I use the sticky bit on the group in a folder, I still have to use the "inherit permissions = yes". This way I can have just one sha

[Samba] Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux

2010-05-06 Thread jackie
Hello :-), I have some problem with the cifs client of linux. I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g. # mount -t cifs //win7-box/C\$ mount-point --verbose -o sec=ntlmv2,credentials=smb-passwd mount error(22): Invalid argument Refer to the mount.cifs(8) man

[Samba] Idmap_ad not working correctly under samba 3.5.2

2010-05-06 Thread Oliver Weinmann
I have investigated further and compared the behaviour of samba 3.3 and samba 3.5 on 2 identical SLES9 VM's. Samba 3.3 is working as expected with our Win2k3 SFU Domain and idmap_ad module. Samba 3.5 is not. I noticed that there are a few kerberos params that have changed in 3.5 but I just can't ge

[Samba] Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux

2010-05-06 Thread Kai-Chieh Ku
Hello :-), I have some problem with the cifs client of linux. I can't mount a volume from a win7 machine with NTLMv2 authentication. e.g. # mount -t cifs //win7-box/C\$ mount-point --verbose -o sec=ntlmv2,credentials=smb-passwd mount error(22): Invalid argument Refer to the mount.cifs(8) manual p

[Samba] Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux

2010-05-06 Thread Kai-Chieh Ku
Hello :-), I have some problem with the cifs client of linux. I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g. # mount -t cifs //win7-box/C\$ mount-point --verbose -o sec=ntlmv2,credentials=smb-passwd mount error(22): Invalid argument Refer to the mount.cifs(8) man

[Samba] Failed to mount CIFS from Windows Vista/7 with sec=ntlmv2 on Linux

2010-05-06 Thread Kai-Chieh Ku
Hello :-), I have some problem with the cifs client of linux. I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g. # mount -t cifs //win7-box/C\$ mount-point --verbose -o sec=ntlmv2,credentials=smb-passwd mount error(22): Invalid argument Refer to the mount.cifs(8) man

Re: [Samba] Getent passwd and getent group fail / Samba 3.5.2

2010-05-06 Thread Oliver Weinmann
I have investigated further and compared the behaviour of samba 3.3 and samba 3.5 on 2 identical SLES9 VM's. Samba 3.3 is working as expected with our Win2k3 SFU Domain and idmap_ad module. Samba 3.5 is not. I noticed that there are a few kerberos params that have changed in 3.5 but I just can't ge

Re: [Samba] disconnecting user from only one share

2010-05-06 Thread Alexander Födisch
use the parameter in share section: available = yes | no raveenpl schrieb: Thanks for answer. I've tested your proposition and I noticed that my user's windows station after disconnecting is automatically reconnected to the share. Below you can find output from smbstatus command: After clos