Re: [Samba] Cases where Samba modifies a file without changing the timestamp?

2006-09-18 Thread Logan Shaw
On Tue, 19 Sep 2006, Marc SCHAEFER wrote: apart from the mmap(2)ed DBM files that Samba uses, are they any cases where Samba will *modify* data files without setting the mtime ? I have issues with rsync not seeing changes to Samba exported files (md5sum don't match). The mtime is however in the

Re: [Samba] Home dirs problem

2006-09-12 Thread Logan Shaw
On Tue, 12 Sep 2006, Marian Neagul wrote: I have a question about mapping users home directory's to samba. The homedir layout is based on an old one used on NIS+ system. The structure is something like: /users /group1 /user1

Re: [Samba] passwd program example for parsing new password typed?

2006-09-06 Thread Logan Shaw
On Wed, 6 Sep 2006, Gianluca Cecchi wrote: This could allow me to synchronize the passwords of the two domains' users during the normal windows password change operation. That's a little odd to have two sets of accounts that are kept identical between two different domains. But, maybe there

Re: [Samba] Linux as PDC

2006-09-01 Thread Logan Shaw
On Fri, 1 Sep 2006, Rob Watkin wrote: I will post the latest version smb.conf file below. I have followed the instructions in http://us4.samba.org/samba/docs/man/Samba-HOWTO- Collection/FastStart.html section Domain Controller for the most part. I have one server (TAU) and one Windows XP client

Re: [Samba] 100% CPU usage

2006-08-30 Thread Logan Shaw
On Wed, 30 Aug 2006, Felipe Augusto van de Wiel wrote: On 08/30/2006 02:22 AM, Mary Steiner escreveu: I am running Samba 2.2.7-5.8.0 on Fedora Core #1 and am having a problem with smb daemons using up all of the CPU. The other thing is that *maybe* you are really under heavy load,

Re: [Samba] Rev #2 of the 3.02.3c patch

2006-08-30 Thread Logan Shaw
expect, and in fact, it's different from what I see on 3.0.10 system which runs against the same ldapsam data. With 3.0.10, I get what I expect: Group or user names: +---+ | (H) Logan Shaw (MYDOMAIN\lshaw) | | (HH) engineer (MYDOMAIN

Re: [Samba] Configure Options while build Samba and OpenLDAP?

2006-08-29 Thread Logan Shaw
On 08/28/2006 05:30 AM, updatemyself . escreveu: can anyone help me to know what all are the compailing option to use.. while build my samba and open-ldap rpm from sourse. On Tue, 29 Aug 2006, updatemyself . wrote: what about.. ldap options..? any one can help? I rebuilt Samba for

Re: [Samba] Storing privilege info in ldap

2006-08-29 Thread Logan Shaw
On Tue, 29 Aug 2006, David Williams wrote: I have a Samba server 3.0.22 pdc on Gentoo Linux with a ldap backend all working fine. I am now going to add a bdc to the setup. It seems that the privilege info is stored locally rather than in ldap. I suspect that it's in account_policy.tdb but I'm

Re: [Samba] Wrong Username reported to MS Office if file is opened already

2006-08-25 Thread Logan Shaw
On Wed, 16 Aug 2006, [EMAIL PROTECTED] wrote: I run a Suse 9.3 with Samba 3.013. If a User opens a file which another User has already opened M$ Office reports that the User who saved the file the last time has locked the file, not the actual User, who holds it open. My Sambaserver is a Domain

Re: [Samba] How to get Samba's share directories

2006-08-25 Thread Logan Shaw
On Thu, 24 Aug 2006, Nguyen Anh Phu wrote: Is there any tool that can get Samba service (share directory) and its full path? Maybe its output likes this: [share] /home/share [setup] /home/setup In my own setup, I addressed this problem by creating a top-level /share. All Samba shares reside

[Samba] file locked by wrong user

2006-08-23 Thread Logan Shaw
see the group listed as the first item under Group or user names:. It looks like this: engineer (DOMAIN\engineer) Everyone Logan Shaw (DOMAIN\lshaw) This isn't a show-stopper bug, but it is a little inconvenient when something is locked to not have a way to know who has

Re: [Samba] How to unlock the locked file.

2006-08-16 Thread Logan Shaw
On Wed, 16 Aug 2006, Jacky Chan wrote: I just upgrade from SUSE9.3 to SUSE10.0 and running samba-3.0.22-11. I have a workstation which store outlook.pst on Samba share. Yesterday, this workstation get hang and after a cold boot. It can't access the outlook.pst anymore, the system reported the

[Samba] smbldap-tools and disabling a user

2006-08-15 Thread Logan Shaw
Hey everyone, When someone leaves the company, I prefer to disable their account rather than remove it (so that you can see who owns any files they might leave on a filesystem somewhere). I'm using an LDAP backend for Samba, and I'm using smbldap-tools to manage accounts. So, today I was going

Re: [Samba] LDAP+Samba only posixaccount possible?

2006-08-11 Thread Logan Shaw
On Fri, 11 Aug 2006, Juha-Matti Ung wrote: Hi!Is it possible to get the samba authenticate a user and map to his homedirectory only using posixaccount or are there some attributes that windows absolutely require like in the samba-objectclasses? I'm 99% certain this isn't possible. Windows

Re: [Samba] Domain migration from 2.2.x to 3.0.x

2006-08-11 Thread Logan Shaw
On Fri, 11 Aug 2006, Rory Vieira wrote: One of my customers is running a pretty old Redhat 8 (Psyche) server with Samba 2.2.something (I think 7). Next week I'm planned to upgrade his Redhat platform to SuSE 9.3 and also update his samba to 3.0.23b. I did almost the exact same thing going from

Re: [Samba] Regarding samba compilation

2006-08-09 Thread Logan Shaw
On Wed, 9 Aug 2006, samid wrote: Am trying to add some Debug statement to smbd, for example in service.c. But problem is when I recomplile and make install, smbd doesnt get updated with that code. problem here is this smbd executable(usr/sbin/smbd) doesnt get updated with the latest install.

Re: [Samba] samba pdc and notebook in domain

2006-08-09 Thread Logan Shaw
On Wed, 9 Aug 2006, bob_bipbip wrote: hello, when my computer's client is not connected to network (and so cannot connect to pdc), they are not able to log in, they have a message telling us that the system can't log in because the domain is unavailable, how to permit people to log in even if

[Samba] make -j

2006-08-09 Thread Logan Shaw
So, I'm building 3.0.23b for Slackware (since they don't have it out yet[1]), and I've noticed these two lines in the script that Slackware uses to build Samba 3.0.23 from source (which I'm modifying to build 3.0.23b): # -j options don't seem to work... make Anyone know why that

Re: [Samba] Applying security updates

2006-08-08 Thread Logan Shaw
On Tue, 8 Aug 2006, Steve1 Boothright wrote: A security update for samba 3.0.1 - 3.0.22 was posted on samba.org on the 10th July. Does anyone know how to apply to update? Everytime I click on the download link I just get the following text Index: source/smbd/service.c

RE: [Samba] disabling roaming profiles for some networks only

2006-08-08 Thread Logan Shaw
On Tue, 8 Aug 2006, John Mason wrote: What about also enabling roaming profiles, but doing folder redirection? I use it and so it take much less time since each machine is configured to mount their my documents, desktop, etc. which makes their profile large rather than include them in the

Re: [Samba] disabling roaming profiles for some networks only

2006-08-08 Thread Logan Shaw
On Mon, 7 Aug 2006, simo wrote: On Mon, 2006-08-07 at 17:23 -0500, Logan Shaw wrote: I'm looking for a way to turn off roaming profiles only for those users which are at the remote site. Set the logon home and logon path explicitly in the passdb backend for the users who need it and leave

Re: [Samba] converting Linux users paswords to Samba

2006-08-07 Thread Logan Shaw
On Mon, 7 Aug 2006, FTuzi wrote: I have a Fedora 5 system with about 300 users and 2 printers. Samba is running on the sole server. There are also about 2 dozen Windows XP computers in use, but there is no domain and no Active Directory. All the computers are standalone. Users desire to

Re: [Samba] 'ldap machine suffix' is ignored?

2006-08-07 Thread Logan Shaw
On Mon, 7 Aug 2006, Mike A. Kuznetsov wrote: I'm using samba-3.0.23 (Revision: 16921, from ports collection, under FreeBSD 6.1 with OpenLDAP 2.3.24 smbldap-tools-0.9.2a) as PDC with following config: [ snip snip snip... ] [global] ldap group suffix = ou=groups ldap idmap suffix

[Samba] disabling roaming profiles for some networks only

2006-08-07 Thread Logan Shaw
Hey everyone. We have two offices accessing the same Samba server, which is a PDC and file server. The server is located in one of the offices, but the other office is only connected by a relatively slow link (1.5 megabit/s). I'm looking for a way to turn off roaming profiles only for those

[Samba] strangely lingering lock, samba 3.0.22

2006-08-01 Thread Logan Shaw
Hello everyone, Today a user (call them 'abc') came to me and described the following sequence of events: 1. They opened an Excel file, made some changes, saved it, and closed it. 2. They tried to open it again and got an error dialog within Excel that says this: File in

Re: [Samba] strangely lingering lock, samba 3.0.22

2006-08-01 Thread Logan Shaw
On Tue, 1 Aug 2006, Jeremy Allison wrote: On Tue, Aug 01, 2006 at 03:35:09PM -0500, Logan Shaw wrote: Today a user (call them 'abc') came to me and described the following sequence of events: 1. They opened an Excel file, made some changes, saved it, and closed it. 2. They tried

Re: [Samba] Samba connections issues (3.0.23 on Solaris 8 with NIS+)

2006-07-25 Thread Logan Shaw
On Mon, 24 Jul 2006, Gerald (Jerry) Carter wrote: Gilles Vautour wrote: I'm curious if anyone has suggestions about a problem we have encountered. We have recently upgraded a 2.2.8a server to 3.0.23. The server in question is running Solaris 8 with NIS+. Storage is from our SAN. Since the

Re: [Samba] mount a window 2003 nfs share on a sun running solaris10

2006-07-21 Thread Logan Shaw
On Tue, 18 Jul 2006, Don Rauenhorst wrote: Is there a way to mount a shared 2.5 tb volume from 1 2003 windows onto a sun running solaris 10. is there a simple way to do this with samba? Samba is an SMB (a/k/a CIFS) server, so if you are mounting an NFS share as the subject says, Samba won't

Re: [Samba] ldap smbpasswd automation (anyway around smbpasswd)

2006-07-21 Thread Logan Shaw
On Fri, 21 Jul 2006, oly wrote: okay managed to get accounts working by running smbpasswd username then entering there password, is there anyway i can make it use ldap or fill in the list from ldap, i have about 80 users in there and need to add about 800 more i do not want to sit and enter the

Re: [Samba] Running Samba daemons

2006-07-21 Thread Logan Shaw
On Fri, 21 Jul 2006, [EMAIL PROTECTED] wrote: How can I make a system user other than root (i.e., adm, sys) start the Samba daemons (smbd and nmbd) on an AIX5L platform? I'd be surprised if it's even possible. Samba needs to create files as the user that connects to the share. If you run it

Re: [Samba] can't save 0 size file in samba 2.0.7

2006-07-19 Thread Logan Shaw
On Wed, 19 Jul 2006, liu jack wrote: I think that samba 2.0.7 is also useful for embeded system. Because smbd ,nmbd files in samba 3 are too big for embeded system. Is the size of samba 2.0.7 really that much smaller than 2.2.12? Even if it is, my guess is that the size difference between

Re: [Samba] Unable to add computer to domain

2006-07-18 Thread Logan Shaw
On Tue, 18 Jul 2006, User 1 wrote: Pls help, I am in the progress implementing Samba as LDAP as PDC on FC5, I followed the instruction of samba3-ldap-howto, now I am unable to add computer to domain.. Tried to check /var/log/samba and found the following: [2006/07/18 14:55:44, 0]

Re: [Samba] [SECURITY] Samba 3.0.1 - 3.0.22: memory exhaustion DoSagainst smbd

2006-07-11 Thread Logan Shaw
On Tue, 11 Jul 2006, Gerald (Jerry) Carter wrote: Guillermo Gutierrez wrote: (Blond-moment question) I take it then, that this bug doesn't apply to version 3.0.23? Actually, you are the second person to ask me this. :-) I thought that since both the security and release announcement can

Re: [Samba] very very weird problem, Samba completely broken

2006-07-10 Thread Logan Shaw
On Fri, 7 Jul 2006, Craig White wrote: On Fri, 2006-07-07 at 17:45 -0400, Eric Evans wrote: This is very strange and frustrating. Our users complained that they weren't able to get ANY Samba access, not even being able to map a network drive (forgetting for now about that domain logon thing

Re: [Samba] query about PC setups

2006-07-06 Thread Logan Shaw
On Thu, 6 Jul 2006, Eric Evans wrote: Thanks for the info. I've been trying to get this to work but I'm having difficulty with it. I put the statement logon script = startup.bat in my [global] section. I also inserted [netlogon] path=/usr/local/samba/lib browseable = no share modes = no

Re: [Samba] linux windows synchronisation account : linux client configuration

2006-06-30 Thread Logan Shaw
On Fri, 30 Jun 2006, Edmundo Valle Neto wrote: Stephane Durieux escreveu: I m trying to make unix and linux password synchronisation with samba using ldap backend, the only question that remains : How can I make passwd command use the samba server ? You can use the ldap passwd sync = yes

Re: [Samba] ldap password sync and RFC2307 hash schemes

2006-06-30 Thread Logan Shaw
On Fri, 30 Jun 2006, Logan Shaw wrote: I'm running Samba on Slackware 10.2. As near as I can tell based on looking at the glibc source, my options for Unix passwords (in /etc/passwd, or LDAP -- same options) are these: 1. crypt() with plain old, busted traditional hashing. 2. crypt

Re: [Samba] Re: Trouble with windows mounts after reboot of windows server

2006-06-27 Thread Logan Shaw
Evert wrote: The problem is that I have a couple of shares of a W2K server mounted with Samba on my (Gentoo) Linux. This works fine, until the W2K server gets rebooted. After that the shares are just timing out, and they are impossible to unmount/remount... :-/ On Tue, 27 Jun 2006, Evert

Re: [Samba] Samba WINS Questions

2006-06-27 Thread Logan Shaw
On Tue, 27 Jun 2006, Vincent Fonteneau wrote: Finaly WINS problem solved, I'm not so sure. The WINS server is supposed to maintain a dynamic database that is updated every time some NetBIOS names are registered or deregistered on the network. Just stuffing data into the databases like that

Re: [Samba] Samba WINS Questions

2006-06-27 Thread Logan Shaw
On Tue, 27 Jun 2006, Vincent Fonteneau wrote: MYPDC#00 1151589720 192.168.2.71 66R MYBDC1#00 1151663528 193.168.2.71 66R MYBDC2#00 1151663528 194.168.2.71 66R Also, I forgot to mention: 193.168.2.71 and 194.168.2.71 (note the 193 and 194) are not RFC 1918 private IP addresses. That particular

Re: [Samba] samba-3.0.22 with Heimdal Kerberos - compilation problem

2006-06-26 Thread Logan Shaw
On Sat, 24 Jun 2006, Doug VanLeuven wrote: Nir Barkan wrote: I'm trying to compile samba-3.0.22 with Heimdal Kerberos on Solaris 8 When I configure compile from non -standard libs, I explicitly set the paths required. Some people like to put it on the command line, but I created a shell

Re: [Samba] Samba WINS Questions

2006-06-26 Thread Logan Shaw
On Mon, 26 Jun 2006, Vincent Fonteneau wrote: I'm using Samba 3.0.21c with PDC and severals BDC in different subnets. I'm triing to use Wins servers on all the BDC servers and on the PDC. The problems occurs in the network browsing. Hopefully someone will correct me if I'm wrong (please...),

[Samba] smbldap-passwd and uppercased schemes

2006-06-26 Thread Logan Shaw
Hey everyone, I'm looking at the IDEALX smbldap-passwd script (the version which comes with samba 3.0.22, in the examples directory), and it seems to want to set the password scheme to an uppercase string, i.e.: {CRYPT}foobarfoobar {MD5}barfoobarfoo However, looking at RFC 2307 (

Re: SOLVED! Re: [Samba] Files are being saved as read-only

2006-06-26 Thread Logan Shaw
On Mon, 26 Jun 2006, Rob Tanner wrote: It turns out that the problem is a Microsoftism since it only happens with Office documents. It also tiurns out that only if profile acls is set to 'yes' in smb.conf do you see the problem. Set it to 'no' and no problem. Wierd eh?? I believe I

Re: [Samba] Off topic NSS_LDAP

2006-06-23 Thread Logan Shaw
On Fri, 23 Jun 2006, IT wrote: Anybody can copile NSS_LDAP under Solaris 10 ?, i have a trouble compiling this tool. Doesn't Solaris have built-in support for ldap in nsswitch.conf? Why would you need to compile your own? - Logan -- To unsubscribe from this list go to the following URL

Re: [Samba] Upgrading to latest version on Solaris 2.6...

2006-06-22 Thread Logan Shaw
On Thu, 22 Jun 2006, Mathew W. Hurd wrote: i'm currently running version 2.0.7 on my Solaris 2.6 box. i'd like to upgrade to the latest (samba-3.0.22-1-noads-sunos5.9-sparc.pkg.gz) but i am not certain if it is compatible with my version of Solaris. That wouldn't be compatible, because based

Re: [Samba] change ldap passwd

2006-06-21 Thread Logan Shaw
On Wed, 21 Jun 2006, Craig Jackson wrote: I have what I believe to be a working samba installation using ldap as the back end. The set up is workgroup only -- no domain. Can someone tell me how root might change a user's samba password at the command prompt? I read pdbedit man page and saw

[Samba] LDAP GID-SID without winbind?

2006-06-20 Thread Logan Shaw
Hello everyone, In my new Samba environment, I have a few servers that use LDAP for Unix accounts (via PADL's NSS stuff). This is working fine for Unix accounts, and everything is in LDAP. These servers are also going to run Samba, with the ldapsam backend. I've noticed that ldapsam allows me

Re: [Samba] Re: password change on WinXP

2006-06-19 Thread Logan Shaw
On Sat, 17 Jun 2006, Petteri Larjos wrote: Thank you Conrad for answering. If I remember correctly the laptop users need two accounts (local and remote) even though samba is PDC or one could not logon when not connected to LAN. How this is handled? As I understand it, Windows clients will

[Samba] wins vs. browsing, and documentation

2006-06-19 Thread Logan Shaw
I've been reading Chapter 9 (Network Browsing) of the Official Samba-3 HOWTO and Reference Guide, and the documentation is causing me some confusion. Up at the very top of the chapter, it says: WINS is the best tool for resolution of NetBIOS names to IP addresses; however, WINS

[Samba] Mommy, where do RIDs come from?

2006-06-19 Thread Logan Shaw
Hey everyone, I'm preparing for a transition in which I'll be moving everything (PDC, WINS server, big file shares) off an old Linux server running Samba 2.2.7 onto a much newer Linux system running Samba 3.0.22. In the process, I'll be switching from smbpasswd (only thing supported under Samba

Re: [Samba] Windows XP and Samba 3.0.22 -- don't mix?

2006-06-14 Thread Logan Shaw
On Tue, 13 Jun 2006, Jeremy Allison wrote: are using it successfully (and I'm not saying that lightly). If the process seems stuck try attaching to it with gdb or strace and find out what it's doing. Don't use kill -9, that can damage internal Samba databases. It seems to me that, in most

Re: [Samba] samba 3.0.22 and hebrew file names

2006-06-13 Thread Logan Shaw
On Tue, 13 Jun 2006, Shlomi . wrote: We had an old Sun server running Solaris 2.6 with samba 2.2.2, Now we upgrade it to Solaris 9 with Samba 3.0.22, but we have one problem. The file names that are in Hebrew looks on the Windows clients as lines or squares. On the old samba server there were