<?xml version="1.0"  encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Samba Mailing List Threads</title>
<link>http://readlist.com</link>
<description>Samba Mailing List - New Threads feed</description>
<language>en</language>
<image>
  <url>http://readlist.com/readlist-logo-tiny.gif</url>
  <title>ReadList.com</title>
  <link>http://readlist.com/</link>
  <width>156</width>
  <height>30</height>
</image>
<item>
  <title>NetBIOS name resolution from Linux</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23291.html</link>
  <pubDate>Fri, 16 May 2008 00:13:00 GMT</pubDate>
  <description>Hi all, I set up a Samba server (version 3.0.24) names "Lamp" on a Debian Etch distribution. It provides a "guest" (guest ok = yes, guest only = yes, security = SHARE) access to a "share" directory, which works fine. Indeed, I can access \\lamp\share from a Windows machine (named "Ginger") without issuing a password. I can also ping the Linux machine from the Windows one using "ping Lamp", and get the Windows machine IP from ...</description>
</item>
<item>
  <title>Unable to join Samba</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23290.html</link>
  <pubDate>Thu, 15 May 2008 22:42:58 GMT</pubDate>
  <description>hope I'm in the right place, I trying to join a samba server to Active Directory. Samba server FreeBSD 6.2 the Active Directory machine is running Windows 2008 Server When I execute "net ads join -U Administrator" I get the following error /libexec/ld-elf.so.1: /usr/lib/libkrb5.so.8: Undefined symbol "init_error_table" does any body know how to fix this error? If I execute "net rpc join -U Administrator" I get a "Join ...</description>
</item>
<item>
  <title>Per share IP restrictions</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23287.html</link>
  <pubDate>Thu, 15 May 2008 21:50:40 GMT</pubDate>
  <description>Is it possible to restrict access to specific shares by IP? The "Hosts Allow" directive is a global one, but is there something similar to be more restrictive for "admin" type shares? Philip -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba ...</description>
</item>
<item>
  <title>Password Policy for Samba Ldap PDC</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23279.html</link>
  <pubDate>Thu, 15 May 2008 17:12:33 GMT</pubDate>
  <description>Hello All, I´ve a customer with a problem. They need to apply some policy's in your Samba LDAP (SMBLDAPTOOLS) passwords, like this: - Passwords Expiration - Minimum lenght - History - Quality of Password - Block after 3 incorrect logon attempts Is it possible to do it with the Default Samba schema ? Is there another way to implement ? Thanks for any Help. Best Regards. -- ...</description>
</item>
<item>
  <title>Server 2003 Domain Controller Search w/ Workgroup Setup</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23278.html</link>
  <pubDate>Thu, 15 May 2008 17:11:10 GMT</pubDate>
  <description>Hi, I hope someone might understand the problem I am seeing. I will simplify the setup that I have which reproduces the problem: 1) Computer 1 is running Server 2003 with 2 NICS. One is a "WAN" link with IP address 192.168.1.12. It has a "private" link with IP 10.0.0.12. 2) Computer 2 is running Centos OS 5.1 with 2 NICS. "WAN" is at 192.168.1.11, "private" is at 10.0.0.11. 3) The "WAN" links are connected via a ...</description>
</item>
<item>
  <title>Re-2: monitoring file access levels?</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23275.html</link>
  <pubDate>Thu, 15 May 2008 13:04:11 GMT</pubDate>
  <description>you disable the USB mass storage service in the windows registry. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR] "Type"=dword:00000001 "Start"=dword:00000003 ------- Alter me to 1 I think "ErrorControl"=dword:00000001 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ ...</description>
</item>
<item>
  <title>Samba with ldap of AD</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23274.html</link>
  <pubDate>Thu, 15 May 2008 13:02:27 GMT</pubDate>
  <description>I configured Samba with AD through winbind with *. tdb, but I want to configure samba directly against ldap DP or need to mount a openldap. Is it possible? I want to remove *. tdb. Directly RedHat support: Correcting the permissions on such files and directories can be a very difficult task, requiring significant manual effort, or advanced scripting skills and good backups of the previous idmap. It is for this ...</description>
</item>
<item>
  <title>samba &amp; ldap</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23268.html</link>
  <pubDate>Thu, 15 May 2008 07:34:24 GMT</pubDate>
  <description>Hi, I'm new here and I have a doubt... I'm work with windows 2003 server and now i would change to llnux. My doubt regards the share of my server: to authenticate my users what is better: samba tdb or ldap? For us is not necessary an active directory, domain, ecc... I need only a file server and I have arounud 400 users...Anyone have experience? Any suggestions? Thanks in advance! telma -- To unsubscribe from this list go to ...</description>
</item>
<item>
  <title>HowTo clear a share using smbclient ?</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23261.html</link>
  <pubDate>Wed, 14 May 2008 23:58:48 GMT</pubDate>
  <description>Good Evening, I was wondering if anyone knows how to clear a share on a server using a command line interface ? Basically I have a [public] share that I would like cleared down every night, I've worked out that smbclient //apps-srv/public -N -c "del *" &gt; /var/log/samba_public_delete.log 2&gt;&amp;1 seems to go most of the way to doing what I want - however it doesn't delete subdirectories. Is there any easy ...</description>
</item>
<item>
  <title>Administrator Maps winbind GID to 100 (sys)</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23259.html</link>
  <pubDate>Wed, 14 May 2008 22:59:13 GMT</pubDate>
  <description>Samba 3.0.22a (with backports from up to 3.0.25) on HP-UX 11iv3 (HP CIFS Server), "security=ADS" to W2003R2 domain, winbind running with "idmap backend = rid:", and "root = DOMAIN+Administrator" in username.map. From Administrator on a domain Vista client, using Explore to map a share and then set an ACL from Properties/Security/Permissions, I choose a Windows group from the list to add to the directory ACL. The winbind GID is ...</description>
</item>
<item>
  <title>monitoring file access levels?</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23258.html</link>
  <pubDate>Wed, 14 May 2008 22:38:00 GMT</pubDate>
  <description>I've got a paranoid client who has a samba server on a small LAN who wants to know if and when any of his employees 'transfer' (read, copy off etc) any more than a certain threshold of data a day from the server, I think he's worried that some employee may grab a lot of stuff off the server and then share it with his competition. I tried to explain that this wasn't a very good solution to that problem, but to no avail. So I'm going ...</description>
</item>
<item>
  <title>[Fwd: File Locking and Permissions Issue]</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23257.html</link>
  <pubDate>Wed, 14 May 2008 22:35:31 GMT</pubDate>
  <description>-------- Original Message -------- Subject: File Locking and Permissions Issue Date: Wed, 14 May 2008 15:10:28 -0700 From: Jack Lauman &lt;jlauman&gt; Organization: nwcascades.com To: mailto:samba I'm trying to get Lacerte 2007 Tax Accounting software working on a Samba v3.0.28a based server. When one user is logged in it works fine. When two or more users are accessing the database files it slows to a ...</description>
</item>
<item>
  <title>windbind locks out domain account</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23253.html</link>
  <pubDate>Wed, 14 May 2008 21:03:44 GMT</pubDate>
  <description>Howdy folks, I'm having a weird issue here. I have winbind running on several other servers on our domain, and they are working fine. From what I can tell the configuration is identical, as I custom rolled my own RPM that set's all the config parameters. What's happening is when I try to ssh to this one specific server, it seems looking at the logs it's trying to continuously authenticate off the domain with the wrong password and ...</description>
</item>
<item>
  <title>netlogon folder permissions</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23248.html</link>
  <pubDate>Wed, 14 May 2008 19:26:13 GMT</pubDate>
  <description>forgive me if this is a dumb question. i created the netlogon folder in /home/samba/ but i'm not sure what permissions to assign to it or who to make owner and group. could anyone tell me?? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba ...</description>
</item>
<item>
  <title>Samba Upgrade to 3.0.25b leads to core dumps with winbind and ldap idmap</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23247.html</link>
  <pubDate>Wed, 14 May 2008 18:46:32 GMT</pubDate>
  <description>I have recently upgraded a Samba server running on a Red Hat Enterprise 4 (32 bit) server. The version of samba upgraded to is 3.0.25b. I noticed that a new index had to be added to my ldap (openldap) server for the sambaSID attribute. So I added the index line to slapd.conf as follows: Index sambaSID eq,sub Afterwards I ran slapindex to recreate the indices in the openldap database. Everything seems to be working fine. However, I now see a large ...</description>
</item>
<item>
  <title>AD LDAP for auth, NIS for uid?</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23246.html</link>
  <pubDate>Wed, 14 May 2008 17:12:41 GMT</pubDate>
  <description>I would like Samba to: - authenticate usernames against an Active Directory LDAP without joining the domain, and - use NIS to translate usernames to userids. Because of company politics, I can't join or modify the Active Directory domain. However, I can get a service account for querying AD LDAP. Given the following info, what should my smb.conf look like? AD domain: fake.domain.com AD user container: ...</description>
</item>
<item>
  <title>Samba Mashup Report (#2) for Wednesday, May 14, 2008</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23244.html</link>
  <pubDate>Wed, 14 May 2008 14:15:06 GMT</pubDate>
  <description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 ** Table of Contents: 1. Samba 3.2.0 Moves closer to Release 2. Bug fix release for Samba 3.0 in the works 3. Developer Interests - Volker Lendecke 4. Samba at Connectathon 5. Samba4 - Fact or Fantasy? 6. Call for submissions and summaries ...</description>
</item>
<item>
  <title>ntlm_auth authentication to two different domains</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23240.html</link>
  <pubDate>Wed, 14 May 2008 01:54:14 GMT</pubDate>
  <description>Hi, I'm wondering if it is possible to use NTLM authentication in squid for users in two different Windows domains. So basically, I would need that ntlm_auth --username=user_in_domain1 --domain=domain1 and ntlm_auth --username=user_in_domain2 --domain=domain2 work at the same time. Is that possible ? What would one need to configure to make this work ? Thanks -- To unsubscribe from this list go to the ...</description>
</item>
<item>
  <title>Problem with UID</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23235.html</link>
  <pubDate>Tue, 13 May 2008 20:13:15 GMT</pubDate>
  <description>Hello! I have two linux-based server (eg. server1 and server2) that are members of Windows-2000-domain TEST. On Server1 there's folder EXCHANGE with ACL permission shared through samba-3.0.10: drwxr-xr-- "TEST\user" "TEST\domain users" EXCHANGE it works OK for domain users and the owner (TEST\user) can control permissions. Now I want to copy the data from this folder (EXCHANGE) to Server2 with the same ACL-permissions for domain users. For this ...</description>
</item>
<item>
  <title>Re: Samba segs when serving files from a windows partition on OpenBSD-4.2</title>
  <link>http://readlist.com/lists/lists.samba.org/samba/4/23225.html</link>
  <pubDate>Tue, 13 May 2008 17:20:01 GMT</pubDate>
  <description>On Tue, Apr 29, Jeremy Allison wrote: &gt; On Mon, Apr 28, 2008 at 09:05:29PM +0100, Edd Barrett wrote: &gt;&gt; I am sure that the OpenBSD team will be interested in fixing these bugs &gt;&gt; if they still exist, as they take pride making good quality code. I &gt;&gt; can't speak for NetBSD or FreeBSD. &gt; &gt;&gt; As for the "directory name cache size = 0" it does not work for me. On &gt;&gt; OpenBSD. I used this configuration: ...</description>
</item>
</channel>
</rss>
