Re: [Samba] Problem authenticating users from openldap + samba

2012-03-29 Thread Gaiseric Vandal
Can you grep "1.3.6.1.4.1.7165.2.1.24" in both your existing schema file as well as the standard samba schema LDIF file? Do you have an LDAP Browser/Editor (e.g. Apache Directory Studio) that you can use to browse LDAP?The existing entry may actually be correct. Could you make a copy of samb

Re: [Samba] samba server does not list shares of type Pritner

2012-03-29 Thread Shirish Pargaonkar
On Thu, Mar 29, 2012 at 4:14 PM, Chris Smith wrote: > On Thu, Mar 29, 2012 at 4:07 PM, Shirish Pargaonkar > wrote: >>        printcap name = /etc/printcap >>        #obtain list of printers automatically on SystemV >> ;       printcap name = lpstat >>        printing = cups > > Have you tried: >

[Samba] problem option hide unreadable = yes

2012-03-29 Thread Edward Hari Purwonugroho
Dear all, How to add more group that can applied with "hide unreadable = yes" ? In our server this option only can works if i set chown but can not work if i set setfacl. Can anyone help me ? regards, -- Edward Hari Purwonugroho --- -- To unsubscribe from th

Re: [Samba] samba server does not list shares of type Pritner

2012-03-29 Thread Chris Smith
On Thu, Mar 29, 2012 at 4:07 PM, Shirish Pargaonkar wrote: >        printcap name = /etc/printcap >        #obtain list of printers automatically on SystemV > ;       printcap name = lpstat >        printing = cups Have you tried: printcap name = cups ? I use it with success. From man smb.con

[Samba] Samba 4 KVNO mismatch - Failure to join AD domain (Windows & Freenas)

2012-03-29 Thread George Diamantopoulos
Hello all, I've run into the issue described here: http://lists.samba.org/archive/samba-technical/2010-September/073075.html To sum it up, I installed samba4 from git on a debian wheezy system. Initially, I was able to join Windows 7 clients to the AD controller. However, trying to get freenas 8

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Miguel Medalha
This is also worth reading: http://technet.microsoft.com/en-us/library/ff183315%28WS.10%29.aspx This is important: « Exclusion List The Exclusion List feature reduces synchronization overhead and disk space usage on the server, and speeds up backup and restore operations, by excluding files

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Miguel Medalha
NO, IT DOESN'T! Microsoft disagrees - see below. You are introducing a new theme altogether: Offline Files. On a local and *reliable* network, you can use folder redirection *without* Offline Files. I did it and it works. What you describe is the behavior of normal *roaming profiles*.

[Samba] samba server does not list shares of type Pritner

2012-03-29 Thread Shirish Pargaonkar
Samba server does not list/return share type of Printer. It only does Disk and IPC$. In /etc/samba/smb.conf, [global] section has load printers = yes cups options = raw printcap name = /etc/printcap #obtain list of printers automatically on SystemV ; printcap

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Charles Marcus
On 2012-03-29 3:36 PM, Miguel Medalha wrote: Folder Redirection will always (I think - or maybe Samba has a way to disable this, but I don't think it would be a good idea at all) store local cached copy of those folders on the local computer... what it accomplishes is it saves all of the copying

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Miguel Medalha
Isn't there a way with group policies to have the client delete the roaming profile after the user logs out. I think that would solve the OP''s problem. Yes, there's a way to do that. But it doesn't solve the problem of having to transfer maybe hundreds of megabytes or even worse each time you

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Miguel Medalha
Folder Redirection will always (I think - or maybe Samba has a way to disable this, but I don't think it would be a good idea at all) store local cached copy of those folders on the local computer... what it accomplishes is it saves all of the copying back and forth when logging in/out. NO,

[Samba] Fwd: windows 7 roaming profiles

2012-03-29 Thread John Drescher
> Isn't there a way with group policies to have the client delete the > roaming profile after the user logs out. I think that would solve the > OP''s problem. Yes, there's a way to do that. But it doesn't solve the problem of having to transfer maybe hundreds of megabytes or even worse each time

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread John Drescher
>> Of the three you mention above, which one corresponds to 'always read >> the profle from the server and store nothing on the local disk'? > > > None... > Isn't there a way with group policies to have the client delete the roaming profile after the user logs out. I think that would solve the OP''

Re: [Samba] windows 7 roaming profiles

2012-03-29 Thread Charles Marcus
On 2012-03-29 2:00 PM, steve wrote: El 27/03/12 17:32, Miguel Medalha escribió: If you want the files only on the server, you should look into "Folder redirection". The Samba docs contain good info on that. You can use roaming profiles only, folder redirection only, or a combination of both, w

Re: [Samba] Samba4 provision fails "unable to find group id for BIND"

2012-03-29 Thread steve
El 29/03/12 14:55, Herczeg Péter escribió: Dear list members, Can you help me, what can be the problem? how can I provide the proper permissions for BIND to set configuration data and create own smb.conf correctly? Thanks in advance, Regards, Peter Hi Under Ubuntu, we have the bind9.9.

Re: [Samba] Samba4 provision fails "unable to find group id for BIND"

2012-03-29 Thread steve
El 29/03/12 14:55, Herczeg Péter escribió: Dear list members, Can you help me, what can be the problem? how can I provide the proper permissions for BIND to set configuration data and create own smb.conf correctly? Thanks in advance, Regards, Peter Hi Under Ubuntu, we have the bind9.9.

[Samba] Problem authenticating users from openldap + samba

2012-03-29 Thread Joel Rosental R.
Hello, I have a Debian Squeeze server and want to configure Samba + OpenLDAP on it. Following some documentation I've found over Internet, I see that I must include the "samba schema" in OpenLDAP but apart from this, I've installed on the same server a software called "gosa" and it has a samba

[Samba] Samba4 provision fails "unable to find group id for BIND"

2012-03-29 Thread Herczeg Péter
Dear list members, Based on Samba4 Wiki I try to install and provision a SAMBA4 server on a Debian server. version: 6.0.4 kernel: 2.6.32-5-686 samba version: 4.0.0alpha19-GIT-55bd279 I have followed the official HOWTO step by step, but after I run the provision command: "/usr/local/samba/sbin/pr

Re: [Samba] Samba4, bind9 and apparmor on Ubuntu

2012-03-29 Thread Jorell
On 3/28/2012 11:25 PM, steve wrote: Samba4 latest git, Ubuntu 11.10, bind9.9.0 Hi I have dynamic updates working but I've had to tweak apparmor: sudo aa-complain /etc/aparmor.d/usr.sbin.named This floods the logs with allow messages. I can remove this by: /etc/init.d/apparmor teardown Not ide

[Samba] libpam-cracklib or libpam-passwdqc break SWAT

2012-03-29 Thread Fajar Priyanto
Hi all, Ubuntu 10.04 LTS Samba/Swat 3.4.7~dfsg-1u I'm required to use cracklib or passwdqc in pam.d But turns out that the above pam module break SWAT. Swat says: SAMR connection to machine NT_STATUS_ACCESS_DENIED failed. Error was 127.0.0.1, but LANMAN password changed are disabled The passwd h

Re: [Samba] Update Samba PDC - win7 stop working

2012-03-29 Thread Daniel Müller
Samba 3.4 will work but 3.5 Samba sernet and 3.6 Samba sernet are closer to win7 and w2008. --- EDV Daniel Müller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 Tübingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mue

Re: [Samba] Update Samba PDC - win7 stop working

2012-03-29 Thread Dr.Peer-Joachim Koch
Hi, thanks for the hints. Am 29.03.2012 10:13, schrieb Daniel Müller: You need to run samba 3.5 or samba 3.6 from sernet. So 3.4 from Novell will *never* work ? After running the update of the OS we simply have to use the sernet rpm and everything is fine ? To get your Win 7 and W2008 Server

Re: [Samba] Update Samba PDC - win7 stop working

2012-03-29 Thread Daniel Müller
You need to run samba 3.5 or samba 3.6 from sernet. To get your Win 7 and W2008 Server in the domain you need to do some registry entries. See: http://wiki.samba.org/index.php/Windows7 If you are running a virtual machine I suggest to move from SLES to centos Good Luck Daniel ---