RE: [Samba] Samba write performance in kernel

2008-09-11 Thread Lin Mac
hi, > > Does using splice would really do help in performance much? > > Since the performance improvement might comes from two advantage: > > 1. no going to user space. > > 2. no memory copy > > splice surely have advantage 1, but doest it have the > > second? Can we avoid memory copy with spli

Re: [Samba] search engine for a fileserver

2008-09-11 Thread Guido Lorenzutti
I reply to the list with the answear: http://regain.sourceforge.net/index.php This is great. Tnxs. Guido Lorenzutti wrote: > Hi people: I know this isn't samba related, but anyone knows of a search > engine for a fileserver? Something that can index the files in a share, > or even in the conten

[Samba] smbldaptools not creating unix group/users

2008-09-11 Thread Tc Chung
Dear all, I have setup a samba PDC on a debian lenny machine and everything works fine. Recently, i want to integrate Samba with LDAP. When I use smbldap-populate, the corresponding structures are created in the LDAP tree, however, the unix groups are not created at all! smbldap-populate did not c

[Samba] search engine for a fileserver

2008-09-11 Thread Guido Lorenzutti
Hi people: I know this isn't samba related, but anyone knows of a search engine for a fileserver? Something that can index the files in a share, or even in the content of the documents? Any help would be great. Tnxs in advance. -- To unsubscribe from this list go to the following URL and read th

Re: [Samba] Trouble finding all smb shares on network

2008-09-11 Thread Yan Seiner
On Thu, September 11, 2008 3:18 pm, Steve Gehrman wrote: > > Hi, just joined the list and know very little about smb. > > I'm trying to do something that should be simple, but my current > solution isn't working 100% > > All I need is a list of smb shares on the network. > > I'm doing this: > > /u

Re: [Samba] long delay accessing print properties on client

2008-09-11 Thread Jeremy Allison
On Thu, Sep 11, 2008 at 05:06:18PM -0600, Greg Saunders wrote: > I've seen a proposed fix for this problem > > http://lists.samba.org/archive/samba/2005-September/110571.html > > and it has no influence on my installation. > > client workstations: XP Pro SP 2 > number of clients: about 500 > ser

[Samba] long delay accessing print properties on client

2008-09-11 Thread Greg Saunders
I've seen a proposed fix for this problem http://lists.samba.org/archive/samba/2005-September/110571.html and it has no influence on my installation. client workstations: XP Pro SP 2 number of clients: about 500 server O/S: ubuntu hardy 8.04 ha1 ~: uname -a Linux ha1 2.6.24-19-xen #1 SMP Wed Au

[Samba] Trouble finding all smb shares on network

2008-09-11 Thread Steve Gehrman
Hi, just joined the list and know very little about smb. I'm trying to do something that should be simple, but my current solution isn't working 100% All I need is a list of smb shares on the network. I'm doing this: /usr/bin/nmblookup -M -- - and then use this on each ip returned: /usr/

Re: [Samba] Samba write performance in kernel

2008-09-11 Thread Volker Lendecke
On Thu, Sep 11, 2008 at 04:55:01PM +0800, Lin Mac wrote: > Hi, > > > > Is there any kernel patch to fix this issue? or any discussion, clues? > > Not that I know of at the moment. I'm waiting for the Linux > > kernel to support splice from socket -> file. Code's all > > there in Samba. > > Does u

Re: [Samba] Two samba related openldap overlays

2008-09-11 Thread Joel Reed
Joel Reed wrote: Two openldap overlays that may be of interest to others. Afaict, my attachments seem to have been stripped. The two overlays can be found here as well: http://joelreed.dyndns.org:8080/ jr -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] @ signs in usernames/multi-tenant samba

2008-09-11 Thread Joel Reed
Is there any way to get samba to work with usernames that look like email addresses? Perhaps a way to escape the "@" ? I ask because I'm setting up a samba server with LDAP backend whose sole purpose is to share [homes] directories for end-users from multiple companies using virtual desktops a

[Samba] Two samba related openldap overlays

2008-09-11 Thread Joel Reed
Two openldap overlays that may be of interest to others. In the first, I've hacked up Howard Chu's smbk5pwd openldap overlay to include the automatic addition of sambaNTPassword, sambaLMPassword, and sambaPwdLastSet attributes to any sambaSamAccount entries that are being ADDED to the director

Re: [Samba] UID&GID no same at two server...

2008-09-11 Thread Christian McHugh
On Thursday 11 September 2008 05:19:47 Renato wrote: > Hi, i found a solution > Just to copie /var/lib/samba/winbindd_idmap.tdb ans restart smb & winbind. > I'it okay! There are multiple methods winbind can use to generate the uid<->sid mapping. The default being tdb, which just generates a uid

[Samba] odd mac situation

2008-09-11 Thread Mike Eggleston
Morning, This is somewhat off topic. I've not thought of a better place to ask than here. I have a user on a Macbook (Mac OS X 10.5, Leopard) with Microsoft Office 2008 for the mac and Parallels running an image of Microsoft Windows XP Pro with Microsoft Office 2007. Inside Parallels and XP Pro t

RE: [Samba] UID&GID no same at two server...

2008-09-11 Thread Renato
Hi, i found a solution Just to copie /var/lib/samba/winbindd_idmap.tdb ans restart smb & winbind. I'it okay! Regards. renato -Original Message- From: Renato [mailto:[EMAIL PROTECTED] Sent: mercredi 10 septembre 2008 14:07 To: samba@lists.samba.org Subject: [Samba] UID&GID no same at t

[Samba] replacement of windows NT by samba

2008-09-11 Thread bikrish
Hi I have configured samba as PDC, my requirement is like i have in windows NT, a particular users should have full access means he can read, write ,delete in the share and other user can only modify the file inside the share but shouldn't be able to delete any files inside the share. With po

RE: [Samba] Samba write performance in kernel

2008-09-11 Thread Lin Mac
Hi, > > Is there any kernel patch to fix this issue? or any discussion, clues? > Not that I know of at the moment. I'm waiting for the Linux > kernel to support splice from socket -> file. Code's all > there in Samba. Does using splice would really do help in performance much? Since the performa

Re: [Samba] samba and ssl certificates?

2008-09-11 Thread Bardo Wolf
Mike Eggleston schrieb: Morning, I am working on enabling the ssl portion of several of my services (https, imaps, ftps, etc). I am using a free certification authorithy (CA) for my certificates. I need to get this CA's root certificate installed in my several windows workstations. All these wor