Re: [Samba] issue with tesparam

2011-10-06 Thread Moray Henderson
From: Harry Jede [mailto:walk2...@arcor.de] Sent: 04 October 2011 23:06 OS: Debian squeeze Samba: 3.5.6 # testparm --section-name=global -s 21|grep ALIX returns nothing # grep ALIX /etc/samba/smb.conf netbios name = ALIX works The example testparm command you give works for me on

Re: [Samba] issue with tesparam

2011-10-06 Thread Harry Jede
On 10:57:22 wrote Moray Henderson: The example testparm command you give works for me on CentOS 5.2 with samba3-3.4.9-42.el5 and on CentOS 5.6 with samba3-3.5.11-44.el5. Build the command up slowly and try to identify where it is failing: # testparm -s # Do you get any output? # testparm

[Samba] [mount.cifs] Mapping Windows ACLs SIDs to POSIX ACL ?

2011-10-06 Thread Xavier Roche
Hi folks, This may sound like a really stupid question, but I could not find any way to somehow map remote Windows ACLs into POSIX ACLs (mapping users and group SIDs to Unix mapped ids) when mounting a remote share (mount.cifs) on a Linux box. Is is something not currently implemented ? The

[Samba] access denied problem

2011-10-06 Thread Damian Rodriguez Sanchez
 I need to make available to everybody a samba share called temp with total read and write permission. I have tried lots of different options, but my last smb.conf file looks like this: [temp] path = /mnt/fc9/temp security = share guest ok = yes public = yes

Re: [Samba] [mount.cifs] Mapping Windows ACLs SIDs to POSIX ACL ?

2011-10-06 Thread Shirish Pargaonkar
On Thu, Oct 6, 2011 at 4:40 AM, Xavier Roche roche+k...@exalead.com wrote: Hi folks, This may sound like a really stupid question, but I could not find any way to somehow map remote Windows ACLs into POSIX ACLs (mapping users and group SIDs to Unix mapped ids) when mounting a remote share

[Samba] Subversion working copy via Samba

2011-10-06 Thread Dalibor Karlović
Hello, I don't know is this a Samba or Subversion (or my faulty config) related issue so I'll start here. I'd like to clarify that the need to have just one working copy (and not one per user on his/her local disk) is vital here. My situation: - CentOS6, - Active Directory-enabled environment

[Samba] Force group syntax for multiple groups

2011-10-06 Thread Le, Anh
Hi All, What is the syntax of option force group for multiple groups? Is there any one can help me on this? I really appreciate it. I want to give the permission the shared directory to multiple groups but I don't know what is its syntax. I already tried force group = group1, group2, group3

Re: [Samba] Force group syntax for multiple groups

2011-10-06 Thread Chris Weiss
On Thu, Oct 6, 2011 at 11:13 AM, Le, Anh anh...@cognex.com wrote: Hi All, What is the syntax of option force group for multiple groups? Is there any one can help me on this? I really appreciate it. I want to give the permission the shared directory to multiple groups but I don't know what

[Samba] Porting samba setup to backup server

2011-10-06 Thread Ken Findlay
I must set up a backup server for failover and have used tdbbackup to create backup files from the functioning primary server. I then copied the files to the backup server and used tdbbackup to restore all the databases, along with copying the smb.conf and other text files from /etc/samba. This

[Samba] Access denied on shares, why?

2011-10-06 Thread Markku Tavasti
Hi! I've strange access problem. I'm migrating samba server from Suse to Ubuntu, and seems like it won't work like expected. All the time problem is that normal users without admin rights can't access shares. They can access their own home directories, but not common shares which are limited to

Re: [Samba] access denied problem

2011-10-06 Thread Jeremy Allison
On Thu, Oct 06, 2011 at 09:34:09AM -0300, Damian Rodriguez Sanchez wrote:  I need to make available to everybody a samba share called temp with total read and write permission. I have tried lots of different options, but my last smb.conf file looks like this: [temp] path =

Re: [Samba] samba always expanding nested groups

2011-10-06 Thread Peacock,Josh
I am having a problem with Samba still core dumping on AIX 6.1 when my AD user has 13 groups I am a member of. I have the following directives set winbind nested groups = no

Re: [Samba] samba always expanding nested groups

2011-10-06 Thread Peacock,Josh
Sorry when samba was recompiled with the panic statement commented out everything worked fine. Until I run into the issue where a group is ignored. -Original Message- From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of Peacock,Josh Sent: Thursday,

[Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Amit More
Hello All, I have samba (Version 3.4.7) installed on a Ubuntu Server 10.04 (64-bit) using apt. I'm attempting to authenticate users connecting to the samba share over LDAP following the documentation https://help.ubuntu.com/10.04/serverguide/C/samba-ldap.html, but the authentication over LDAP

Re: [Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Miguel Medalha
passdb backend = ldapsam:ldaps://ldap1.example.com/ ldap ssl = no You have ldap ssl = no and yet you are trying to connect to ldaps? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Miguel Medalha
ldap user suffix = ou=people,dc=example,dc=com ldap group suffix = ou=groups,dc=example,dc=com ldap suffix = dc=example,dc=com Since your suffix is already in ldap suffix, the other entries should be: ldap user suffix = ou=people ldap group suffix = ou=groups Don't

Re: [Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Amit More
Thank you for your response. I appreciate it. I changed the following directives, passdb backend = ldapsam:ldap://ldap1.example.com/ ldap user suffix = ou=people ldap group suffix = ou=groups Added the following, ldap admin dn = cn=root,dc=example,dc=com

Re: [Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Miguel Medalha
[2011/10/06 13:48:38, 4] passdb/pdb_ldap.c:1600(ldapsam_getsampwnam) ldapsam_getsampwnam: Unable to locate user [amore] count=0 [2011/10/06 13:48:38, 3] auth/auth_sam.c:282(check_sam_security) check_sam_security: Couldn't find user 'amore' in passdb. [2011/10/06 13:48:38, 2]

Re: [Samba] Samba 3.4.7 with LDAP authentication

2011-10-06 Thread Amit More
the output of `pdbedit -L` is doing parameter security = user doing parameter encrypt passwords = true doing parameter passdb backend = ldapsam:ldap://ldap1.xetus.com/ doing parameter ldap admin dn = cn=root,dc=xetus,dc=com doing parameter ldap user suffix = ou=people doing parameter ldap group

[Samba] Porting samba setup to backup server

2011-10-06 Thread Ken Findlay
Fixed - shutdown smb, nmb and winbind; then removed erroneous secrets.tdb as well as the passdb.tdb in privates; restarted smb which re-created secrets.tdb, then shutdown smb, ran tdbbackup -v to restore the passdb.tdb and restarted smb, nmb and winbind. All good with slightly re-configured

Re: [Samba] SMB Signing issues... smbclient works, mount does not...

2011-10-06 Thread Vini
Hi All, I seem to have exactly the same problem which was described in this thread a while ago. I have gone through every piece of information I was able to find on mailing list archives but all I found was people reporting similar problems and not a solution to it. As in the original discussion

Re: [Samba] SMB Signing issues... smbclient works, mount does not...

2011-10-06 Thread Shirish Pargaonkar
On Thu, Oct 6, 2011 at 10:10 PM, Vini v...@fugspbr.org wrote: Hi All, I seem to have exactly the same problem which was described in this thread a while ago. I have gone through every piece of information I was able to find on mailing list archives but all I found was people reporting similar

[Samba] Upgrade Samba 3.0.28 to 3.6.0 problems

2011-10-06 Thread Louis Kabo
Hello, having a problem upgrading a samba installation version 3.0.28 on a FreeBSD 7.x server. I use samba as a PDC with roaming profiles and user shares. I have to upgrade it to allow Windows 7 Pro workstations to join the domain. I was able to build the binaries sucessfully and install them,

Re: [Samba] SMB Signing issues... smbclient works, mount does not...

2011-10-06 Thread Vini
On 7/10/2011 1:18 PM, Shirish Pargaonkar wrote: On Thu, Oct 6, 2011 at 10:10 PM, Vini v...@fugspbr.org wrote: Hi All, I seem to have exactly the same problem which was described in this thread a while ago. I have gone through every piece of information I was able to find on mailing list

[SCM] Samba Shared Repository - branch master updated

2011-10-06 Thread Andrew Bartlett
The branch, master has been updated via f6b7bd4 lib/util: consolidate module loading via 355b5e3 modules: standardise on samba_init_module as the hook symbol to resolve via a718b5a lib/util: Use only init_module_fn typedef in module loading via c894527 lib/util:

[SCM] Samba Shared Repository - branch master updated

2011-10-06 Thread Andreas Schneider
The branch, master has been updated via 733457a selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbd via 97d6795 s3:configure.developer: add --enable-uid-wrapper via 1184e7d s3: Use the uid_wrapper via c682ee3 uid_wrapper: We have talloc_array_length, no

[SCM] Samba Shared Repository - branch master updated

2011-10-06 Thread Stefan Metzmacher
The branch, master has been updated via ceb831c s3:lib: remove unused/empty modules.c from 733457a selftest/Samba3: enable uid wrapper in nmbd, winbindd and smbd http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log