Re: [SCM] Samba Shared Repository - branch master updated

2024-01-04 Thread Brown, James William
On 1/4/2024 7:46 AM, Stefan Metzmacher wrote: @@ -3905,7 +3937,24 @@ static int moveip(TALLOC_CTX *mem_ctx, struct ctdb_context *ctdb, return ret; } - return 0; + /* +* It isn't strictly necessary to wait until takeover runs are +* re-enabled

Re: [SCM] Samba Shared Repository - branch master updated

2022-06-22 Thread Brown, James William
The delete should be "rm -f build/DTD/samba.build.pathconfig" to match other uses. On 6/22/2022 12:44 PM, Andreas Schneider wrote: > diff --git a/docs-xml/Makefile b/docs-xml/Makefile > index c614097f6c0..ae50b14d79a 100644 > --- a/docs-xml/Makefile > +++ b/docs-xml/Makefile > @@ -17,7 +17,7 @@

[Samba] Joining samba4 as a DC to Windows Server 2012 active directory

2013-04-28 Thread James-Arthur Eaton Gonzalez
Hello all, I am attempting to join samba4 to my current domain which is controlled by a Windows 2012 Active Directory Server. When following the instructions on the official WIKI: http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC I am able to do a kinit administrator, which

Re: [Samba] Following symlinks

2012-12-17 Thread James Pifer
On 12/14/2012 11:12 PM, James Pifer wrote: I'm struggling with following symlinks with samba on the recent versions. I cannot use mount -bind as I've seen others suggest. This is for my mythtv backend, so I'm using the rename script to create nice names for the recordings. Anyway, I can map

[Samba] Following symlinks

2012-12-14 Thread James Pifer
] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = Yes inherit acls = Yes follow symlinks = Yes wide links = Yes Thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https

[Samba] IIS authentication

2012-10-08 Thread James Devine
I have setup samba to share a local filesystem with the following config: [global] smb ports = 139 workgroup = WORKGROUP server string = %h server (Samba, Ubuntu) dns proxy = no log level = 255 debug timestamp = yes log file = /var/log/samba/log.%m max log size = 1000 syslog = 1 panic action =

Re: [Samba] IIS authentication

2012-10-08 Thread James Devine
I found the problem, it appears IIS is sending an empty password On Mon, Oct 8, 2012 at 1:36 PM, James Devine fxmul...@gmail.com wrote: I have setup samba to share a local filesystem with the following config: [global] smb ports = 139 workgroup = WORKGROUP server string = %h server (Samba

Re: [Samba] IIS authentication

2012-10-08 Thread James Devine
, Oct 8, 2012 at 4:11 PM, James Devine fxmul...@gmail.com wrote: I found the problem, it appears IIS is sending an empty password On Mon, Oct 8, 2012 at 1:36 PM, James Devine fxmul...@gmail.com wrote: I have setup samba to share a local filesystem with the following config: [global] smb

[Samba] Samba 4 rc1 installation attempts

2012-09-14 Thread James Cronin
going to get samba 4 into a semi production environment this weekend as the admins domain controller. If all goes well I may well role it out to a wider enviroment later on. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org

Re: [Samba] windows and nfs4 acls

2012-03-01 Thread James D. Parra
/fstab I use 'nfsvers=3' to force nfs 3 mounts. For example; hostname:/nfs3/share_name /mnt/share_namenfs nfsvers=3,tcp 0 0 That worked for me. Best regards, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] openldap authentication

2011-11-30 Thread James Devine
with samba? Thanks, James Devine -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] wbinfo --ping can't find winbind?

2011-11-10 Thread James Chase
I have compiled 3.5.12 from source on CentOS 5.7. I am using krb5.conf, smb.conf files that have worked with other 3.5.x installs of Samba (at least in terms of wbinfo working) but now I am not able to get any data from winbind. The server is running and the logs don't report any errors. I had

Re: [Samba] Issue with compile of 3.5.12 -- krb related

2011-11-09 Thread James Chase
= I was missing the KRB5 line so I installed krb5-devel (centos 5.7) and then re-configured. During the make command I now get the following error: cifs.upcall.c:(.text+0x360): undefined reference to `smb_krb5_principal_get_realm' cifs.upcall.c:(.text+0x3d3): undefined reference to

Re: [Samba] getent passwd not returning users/groups

2011-11-08 Thread James Chase
Yes, definitely On 11/8/2011 10:55 AM, Eddy Sturg wrote: Does nsswitch.conf have winbind listed? On Mon, Nov 7, 2011 at 11:09 AM, James Chase ja...@chasecomputers.net mailto:ja...@chasecomputers.net wrote: I tried a second install of CentOS with X, thinking perhaps the GUI setup

[Samba] Issue with compile of 3.5.12 -- krb related

2011-11-08 Thread James Chase
After compiling samba 3.5.12 from source on CentOS 5.7, I test the configuration with 'testparm lib/smb.conf' and I get the following output WARNING: Ignoring invalid value 'ADS' for parameter 'security' Unknown parameter encountered: realm Ignoring unknown parameter realm I figured this might

Re: [Samba] getent passwd not returning users/groups

2011-11-07 Thread James Chase
is 3.5.4. Think my best bet is building from source and trying 3.5.11 or 3.5.12 on CentOS? Are there any critical flags that need to be set during the configuration to make sure samba will work with active directory/winbind? James I'm trying to get my CentOS 5.6 machine setup as a Active

[Samba] getent passwd not returning users/groups

2011-11-01 Thread James Chase
I'm trying to get my CentOS 5.6 machine setup as a Active Directory Domain Member with Windows 2008 level domain and samba 3.5. I haven't tried this before. I can successfully join the domain and return users using 'wbinfo -u' and groups with 'wbinfo -g' but when I try 'getent passwd' I only

Re: [Samba] Samba on freebsd - permissions issue

2011-09-08 Thread James D. Parra
server is ignoring the Samba directive for setting the file permission. Best regards, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Samba on freebsd - permissions issue

2011-09-07 Thread James D. Parra
mounting the share from Linux using these two different commands; mount -t cifs //bsd-host/test2 /mnt/test2 and, mount -t cifs -o file_mode=0777,dir_mode=0777 //bsd-host/test2 /mnt/test2 Any suggestions on how I can fix this? Thank you in advance, James -- To unsubscribe from this list go

[Samba] trusted domain authentication not working

2011-06-24 Thread James Osbourn
as a domain Y.net user I cannot connect. The server does not seem to authenticating users from the trusted domain. If I run wbinfo -m I can see domain Y.net listed, but wbinfo -u does not list users for the Y.net domain. Kinit seems to work. Any help appreciated James -- To unsubscribe from

Re: [Samba] Active Directory member server

2011-06-16 Thread James Osbourn
domain. Wbinfo -u does not seem to list users from our authentication domain which may be the cause of the problem. Just to update I am running Debian (Lenny) for the server. Thanks James -Original Message- From: Steven Schlegel [mailto:steven.schlegel1...@googlemail.com] Sent: 14

[Samba] Active Directory member server

2011-06-14 Thread James Osbourn
admin_server = dc02.a.x.net } [domain_realm] .a.x.net = A.X.NET My smb.conf file is as follows [global] workgroup = A realm = a.x.net security = ADS encrypt passwords = yes Many Thanks James -- To unsubscribe from this list go to the following URL and read

Re: [Samba] File permissions confusion

2011-04-20 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/11/2011 01:13 PM, James Moe wrote: Hello, samba Version 3.5.4-5.3.1-2489-SUSE-SL11.3 I do not understand why the file permissions of mounted shares are different when the share is viewed locally and when viewed remotely

Re: [Samba] tarmode exclude not working?

2011-04-20 Thread James Morris
On 4/20/2011 7:48 PM, Jeremy Allison wrote: On Sun, Apr 17, 2011 at 11:44:25AM -0400, James Morris wrote: I am trying to backup a windows7 machine with smbclient. I would like to exclude the medSchool directory. However, using the command: /usr/bin/smbclient server1\\D -U user -E -d 1

Re: [Samba] File permissions confusion

2011-04-20 Thread James Moe
system, which does not have the semantics. The permissions of mounted shares are created by client CIFS module internally and vanished when umounted. This is not the limitation of Samba or CIFS module but of CIFS protocol. Use NFS instead. Thank you. - -- James Moe moe dot james

[Samba] samba/backuppc error: NT_STATUS_CONNECTION_RESET

2011-04-17 Thread James Morris
I am getting the following error from backuppc when trying to backup a windows7 machine from my ubuntu machine(though I believe this error comes directly from samba): [CODE][ skipped 44618 lines ] Error reading file \medSchool\body\dissectionimages\practice.pptx : NT_STATUS_CONNECTION_RESET

[Samba] samba/backuppc error: NT_STATUS_CONNECTION_RESET

2011-04-17 Thread James Morris
I am getting the following error from backuppc when trying to backup a windows7 machine from my ubuntu machine(though I believe this error comes directly from samba): [CODE][ skipped 44618 lines ] Error reading file \medSchool\body\dissectionimages\practice.pptx : NT_STATUS_CONNECTION_RESET

[Samba] tarmode exclude not working?

2011-04-17 Thread James Morris
I am trying to backup a windows7 machine with smbclient. I would like to exclude the medSchool directory. However, using the command: /usr/bin/smbclient server1\\D -U user -E -d 1 -c tarmode\ full -TcrX - /medSchool/\* medSchool \medSchool \\medSchool\\ /dev/null no exclusion occurs

[Samba] samba/backuppc error: NT_STATUS_CONNECTION_RESET

2011-04-15 Thread James Morris
I am getting the following error from backuppc when trying to backup a windows7 machine from my ubuntu machine(though I believe this error comes directly from samba): [CODE][ skipped 44618 lines ] Error reading file \medSchool\body\dissectionimages\practice.pptx : NT_STATUS_CONNECTION_RESET

Re: [Samba] File permissions confusion

2011-04-13 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/11/2011 01:13 PM, James Moe wrote: samba Version 3.5.4-5.3.1-2489-SUSE-SL11.3 I do not understand why the file permissions of mounted shares are different when the share is viewed locally and when viewed remotely

[Samba] File permissions confusion

2011-04-11 Thread James Moe
, local permissions shown to remote hosts? And to have the ability to change the permissions remotely? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Samba] What are these samba errors about?

2011-03-14 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2011 04:27 PM, James Moe wrote: These message have started appearing the system logs /var/log/messages and /var/log/warn since Mar 2, 2011. They seem to occur about every 13 minutes (780 seconds). What could it mean? Is it serious

Re: [Samba] Samba file share slowdown

2011-03-11 Thread James Hurlburt
is a very good thing. Jim Hurlburt Yakima, WA On 3/11/11, Jeremy Allison j...@samba.org wrote: On Tue, Mar 08, 2011 at 10:41:19AM -0800, James Hurlburt wrote: Jeremy: Looks like I may have made a mistake attaching the file. Here is my smb.conf in the email. If both trys actually worked, please ignore

[Samba] What are these samba errors about?

2011-03-10 Thread James Moe
smbd[3711]: [2011/03/09 20:28:50.885876, 0] smbd/server.c:281(remove_child_pid) Mar 9 20:28:50 sma-station14l smbd[3711]: Could not find child 10326 - ignoring - [ end ] - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15

[Samba] Samba] file share slowdown

2011-03-08 Thread James Hurlburt
Jeremy: Attached is the working smb.conf, created with swat. Thanks for your attention, Jim -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Samba file share slowdown

2011-03-08 Thread James Hurlburt
Jeremy: Looks like I may have made a mistake attaching the file. Here is my smb.conf in the email. If both trys actually worked, please ignore one. Jim # Samba config file created using SWAT # from UNKNOWN (10.23.0.118) # Date: 2011/03/07 12:24:08 [global] workgroup = ATRIUM-DW

[Samba] file share slowdown

2011-03-07 Thread James Hurlburt
Sirs: We are a Vinyl window manufacturing plant in central Washington State, USA. We have been running linux with samba for file and print services for eight or ten years now. Much of our production software is in house, and built on CA clipper 5.2, using dbf files as the primary data store.

[Samba] Default file permissions for Mac OSX

2011-01-27 Thread James Moe
configuration to define the default file permissions? We have a iMac running OSX 10.6. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Samba] Question on how to get Samba to use larger pread/write calls.

2011-01-18 Thread James Peach
/samba -- James Peach | jor...@gmail.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Cannot list shares on a host

2011-01-13 Thread James Moe
: workgroup = SOHNEN-MOE netbios name = SMA-STN14L Adding the -I option made no difference. The firewall port is open. There is nothing in /var/log/messages. There is nothing in /var/log/samba/log.*. So, what's the message about a bad name? - -- James Moe moe dot james at sohnen-moe dot

[Samba] Connecting an iMac to os/2

2011-01-11 Thread James Moe
changes may be made that will correct this error? Is it even possible? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Samba] Connecting an iMac to os/2

2011-01-11 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/11/2011 01:07 PM, James Moe wrote: Hello, I have an iMac v10.6. I'd like to get it to connect to an old os/2 server, v4.5 fp3. I should note that linux, Windows and (of course) os/2 can mount and access the server shares without

Re: [Samba] Connecting an iMac to os/2

2011-01-11 Thread James Peach
On 11 January 2011 12:07, James Moe ji...@sohnen-moe.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello,  I have an iMac v10.6. I'd like to get it to connect to an old os/2 server, v4.5 fp3.  Using smbutils on the iMac: $ smbutil -v view //sma-server1.sma.com smbutil: server

[Samba] NT_STATUS_PASSWORD_MUST_CHANGE looping

2010-11-30 Thread James Mills
: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount objectClass: sambaSamAccount cn: James Mills sn: Mills givenName: James uid: JMills uidNumber: 1066 gidNumber: 513 homeDirectory: /export/data/home/JMills loginShell: /bin/bash gecos: System User sambaLogonTime: 0 sambaLogoffTime

Re: [Samba] getting error with setfacl

2010-11-04 Thread James D. Parra
- Original Message - From: Bruce Richardson itsbr...@workshy.org To: samba@lists.samba.org Sent: Wednesday, November 3, 2010 6:31:44 PM GMT -08:00 US/Canada Pacific Subject: Re: [Samba] getting error with setfacl On Wed, Nov 03, 2010 at 05:05:28PM -0700, James D. Parra wrote: Well

Re: [Samba] getting error with setfacl

2010-11-04 Thread James D. Parra
Somewhere is the magic to get setfacl to see the AD groups and users. Many thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] getting error with setfacl

2010-11-04 Thread James D. Parra
not enabled and once enabled setfacl worked. Many thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] getting error with setfacl

2010-11-03 Thread James D. Parra
; #setfacl -m g:DOMAIN\\groupname:r /tmp/testacl setfacl: Option -m: Invalid argument near character 3 The same error occurs if I use a domain user, although I can add a local Linux user or group. What am I overlooking? Many thanks on advance. James -- To unsubscribe from this list go

Re: [Samba] getting error with setfacl

2010-11-03 Thread James D. Parra
\\groupname to a group on the box :-). ~ Thank you Jeremy. What is the best way to do that? Many thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[SCM] Samba Shared Repository - branch master updated

2010-10-20 Thread James Peach
c8000c94a59267326b13df3c631b9ac2921d0615 Author: James Peach jpe...@samba.org Date: Wed Oct 20 10:07:33 2010 -0700 smbtorture: Fix typo in status message. --- Summary of changes: source4/torture/raw/notify.c |2 +- 1 files changed, 1

Re: [Samba] macmini samba

2010-08-24 Thread James Peach
://lists.samba.org/mailman/options/samba -- James Peach | jor...@gmail.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[SCM] Samba Shared Repository - branch master updated

2010-08-17 Thread James Peach
f37793e... s4:ldap_server use talloc_unlink() to avoid talloc_free() with references http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit effc61cb782a470a0a3dee317ad271e521f6c3be Author: James Peach jpe

[SCM] Samba Shared Repository - branch master updated

2010-08-11 Thread James Peach
. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit 44de839dabb6062d524ddc0001ca23fb8505e643 Author: James Peach jpe...@samba.org Date: Fri Aug 6 15:21:31 2010 -0700 smbtorture: Don't crash RAW-QFILEINFO

[Samba] smb mount as root, access as non-root. Changed behaviour between samba 3.0.x and 3.4.x?

2010-07-16 Thread Seb James
? Can anyone offer any suggestions? regards, Seb James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] smb mount as root, access as non-root. Changed behaviour between samba 3.0.x and 3.4.x?

2010-07-16 Thread Seb James
On Fri, 2010-07-16 at 17:02 +0100, Seb James wrote: Hi List, I have an appliance (the client) which mounts a CIFS share from a Samba server - the Samba server usually runs on an Ubuntu system. Within the client, the root user executes a mount command like this: mount.cifs \\UBUNTUSERVER

Re: [Samba] smb mount as root, access as non-root. Changed behaviour between samba 3.0.x and 3.4.x?

2010-07-16 Thread Seb James
On Fri, 2010-07-16 at 20:21 +0100, Seb James wrote: On Fri, 2010-07-16 at 17:02 +0100, Seb James wrote: Hi List, I have an appliance (the client) which mounts a CIFS share from a Samba server - the Samba server usually runs on an Ubuntu system. Within the client, the root user

[SCM] Samba Shared Repository - branch master updated

2010-07-16 Thread James Peach
sense ?). http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit ec25a000317f863df7af0d97f1fd8948b2f8959d Author: James Peach jpe...@samba.org Date: Fri Jul 16 11:07:31 2010 -0700 smbtorture shell: Allow any

Re: [Samba] Can Map shares but cannot write

2010-06-30 Thread James Zuelow
, I connect to the share as an admin Windows user (administrator in your case) and set the ACLs using Windows Explorer. James Zuelow Network Specialist City and Borough of Juneau MIS (907) 586-0236 -- To unsubscribe from this list go to the following URL and read the instructions: https

[SCM] Samba Shared Repository - branch master updated

2010-06-21 Thread James Peach
- commit 6227eac607131ed1042af1de83af7f70d0b05375 Author: James Peach jpe...@samba.org Date: Mon Jun 21 11:09:45 2010 -0700 smbtorture: Fixx off-by-one command line parsing. If we are not in shell mode we require both the target and test name arguments. Make

Re: [SCM] Samba Shared Repository - branch master updated

2010-06-21 Thread James Peach
On Jun 21, 2010, at 2:09 PM, Matthieu Patou wrote: James, It seems that something is wrong with your patch set, I get: m...@ares:/usr/local/src/samba4/source4$ make WAF_MAKE=1 ../buildtools/bin/waf build Waf: Entering directory `/usr/local/src/samba4/source4/bin' [1775/1973] Compiling

[Samba] Fwd: smbd will not start

2010-04-09 Thread James Cort
On 9 April 2010 16:21, James Cort james.c...@gosnetworks.com wrote: On 9 April 2010 16:14, Volker Lendecke volker.lende...@sernet.de wrote: On Fri, Apr 09, 2010 at 10:11:26AM -0500, Bill Purcell wrote: == [10:05:44

Re: [Samba] Performance issues: have eliminated disk and network as cause

2010-04-01 Thread James Cort
Just been told the config file didn't appear in the email as it went out (even though it certainly appears in the copy I've got), so I'm attaching inline this time. Oh, BTW: it's version 3.4.7 on Debian Lenny, installed from backports. [global] workgroup = U4EATECH netbios name

[Samba] Performance issues: have eliminated disk and network as cause

2010-03-31 Thread James Cort
larger overhead associated with SMB versus netcat, but 3.5-8 times slower? I have attached my smb.conf (though I have removed most of the shares for brevity's sake), in the hope that someone can help. James. GOS Networks Limited, 1 Friary, Temple Quay, Bristol, BS1 6EA, UK. Registered company

[Samba] Provision script fails with Samba4 (latest git version)

2010-02-09 Thread James Ray
. - -- James Ray. j@qmul.ac.uk Computing Services (http://pub.tsn.dk/how-to-quote.php) Queen Mary, University of London -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Samba] IPv6 name resolution problem

2010-02-05 Thread James Kosin
dns An strace reveals this: RESOLVE-HOSTNAME-IPV4, but not IPV6 apparently. Any ideas? Best regards, Ernesto. Check your /etc/hosts file. You may have an old IPv4 dotted address there. James -- To unsubscribe from this list go to the following URL and read the instructions: https

[Samba] (no subject)

2010-02-02 Thread James Hurlburt
Sirs: I have a Ubuntu 6.06 samba 3.0.22 file server running on linux. I am attempting to update the file server to ubuntu 8.10, samba 3.2.3. I have been attempting this, intermittently, for some time which is why 8.10. I have 10 MSDOS (mostly 6.22) workstations as a part of the network. The

[Samba] file attributes (ACL's) lost

2010-01-21 Thread James D. Parra
either. Is there a way to restore the attributes? Not sure how they were lost in the fist place. Many thanks in advance. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] file attributes (ACL's) lost

2010-01-21 Thread James D. Parra
? ~ Thank you, John. That was the problem; I mounted it with ext3 default instead of ext3 acl,user_xattr. All is well. Best, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Recycle VFS + Gnome Trash

2010-01-09 Thread James A R Brown
and at least say have a common point for the trash... or at the very least get samba to save a copy via recycle vfs? Thanks for any help. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] PDC directory permission fail (Bino Oetomo)

2010-01-06 Thread James Kosin
to be read/writeable by everyone. James -Original Message- From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of samba-requ...@lists.samba.org Sent: Wednesday, January 06, 2010 2:00 PM To: samba@lists.samba.org Subject: samba Digest, Vol 85, Issue 6

Re: [Samba] mac client: folder copy problem

2009-12-16 Thread James Peach
this in an update. -- James Peach | jor...@gmail.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] mac client: folder copy problem

2009-12-16 Thread James Peach
opensource their implementation of smbfs? http://www.opensource.apple.com/source/smb/smb-348.7/ -- James Peach | jor...@gmail.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] mac client: folder copy problem

2009-12-16 Thread James Peach
, James Peach wrote: 2009/12/16 Jeremy Allison j...@samba.org: On Wed, Dec 16, 2009 at 07:00:09PM +0100, Anton Starikov wrote: And although it creates directory, it doesn't copy contents, because it stops process of copying directory after this error. If I repeat filesync, the contents

Re: [Samba] mac client: folder copy problem

2009-12-16 Thread James Peach
2009/12/16 Anton Starikov ant.stari...@gmail.com: On Dec 16, 2009, at 9:45 PM, James Peach wrote: 2009/12/16 Anton Starikov ant.stari...@gmail.com: One question. The fact that client ignore ACL capabilities of server, it is also normal for current smbfs implementation? Even in 10.5

Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-26 Thread James Kosin
- Original Message - From: Michael Wood esiot...@gmail.com To: James Kosin james_ko...@cox.net Cc: KJS li...@netzensolutions.com; samba@lists.samba.org Sent: Friday, October 23, 2009 3:38 AM Subject: Re: [Samba] UID - high need to lower it for a test user - active directory auth

Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-22 Thread James Kosin
problem you may be having would be if you have a huge number of local users. In which case you would have to determine if it would be better to create all local account for everyone on the domain to keep from having problems. But, I seriously doubt this is the problem. James K

Re: [Samba] nss_winbind / offline logon

2009-10-16 Thread James Zuelow
James Zuelow Network Specialist City and Borough of Juneau MIS (907)586-0236 -Original Message- From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of Petteri Heinonen Sent: Friday, 16 October, 2009 03:37 To: samba@lists.samba.org Subject: [Samba

[Samba] Adding a AD Group to a Unix user account

2009-09-24 Thread James
bobby but it doesnt not appear to do anything... Anyone got any ideas? Many Thanks! James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] winbind idmap question

2009-09-17 Thread James Zuelow
config YOUR_DOMAIN:base_rid = 0 idmap config YOUR_DOMAIN:range = 1 - 4 We have a Server 2003 native forest/domain not 2003 R2, and we do not have sfu deployed. So the environment is a little different. James ZuelowCBJ MIS (907)586-0236 Network Specialist

[Samba] samba 3.4.0 upgrade on Suse 11.1

2009-08-07 Thread James D. Parra
Hello, I want to upgrade samba 3.3.4 on SuSE 11.1 to 3.4. Has anyone encountered and problems with the new release, for example, authenticating against a windows AD? Thanks in advance, James -- To unsubscribe from this list go to the following URL and read the instructions: https

Re: [Samba] Permission problem with mac os x client

2009-07-16 Thread James Peach
: files created with 644 or 764 or 600         directories created with 2700 or 0770 or 0700 My setup works just perfect with Windows Clients. Anyone knows why this doesnt work with mac os x? try unix extensions = no -- James Peach | jor...@gmail.com -- To unsubscribe from this list go

[Samba] samba4-alpha 6 on Ubuntu Jaunty

2009-06-19 Thread James Bowes
to tie the DNS and DHCP as part of the provisioning process? That in and of itself would be fairly important to win administrators. Thanks again. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] RE: Samba with ADS

2009-06-15 Thread James Zuelow
having them turned on can delay share access, restart times, etc. However enumerating users and groups so that getent passwd works is not necessary for shares to work correctly or users to map drives in AD. (At least this is true for Debian, I don't know about Solaris.) James -- To unsubscribe

Re: [Samba] Upgrading from NT to AD

2009-06-11 Thread James Chamberlain
anything at all on the samba server. But don't hold me to it. How about if I'm not currently using Kerberos? Thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Upgrading from NT to AD

2009-06-10 Thread James Chamberlain
. Thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] authenticate Linux users to AD on Windows 2003R2

2009-05-14 Thread James D. Parra
Hello, I have enough details on how to have Linux users authenticate to a 2003r2 AD, but I need help getting their home dir's to automatically mount to a windows share. Any details would be greatly appreciated. Many thanks, James -- To unsubscribe from this list go to the following URL

RE: [Samba] NTFS Attributes

2009-05-08 Thread James Zuelow
version, and hopefully filters down into backports at some point.) James ZuelowCBJ MIS (907)586-0236 Network Specialist...Registered Linux User No. 186591 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options

[Samba] Using kerberos authentication without AD

2009-05-06 Thread james bardin
Here's the scenario we often run into; we have machines with multiple user accounts, which all authenticate to our kerberos servers. Depending on the group, these accounts could be local, nis, ldap, etc. They often want to provide samba services, but binding the machine to AD isn't always

Re: [Samba] Time capsule and bad smb

2009-04-22 Thread James Peach
2009/4/21 Pietro Battiston too...@email.it: Il giorno lun, 16/02/2009 alle 23.03 -0800, Jeremy Allison ha scritto: On Mon, Feb 16, 2009 at 09:42:48PM -0800, James Peach wrote: Volker's suggestion is the best. Pietro should to http://developer.apple.com/bugreporter/ and log a bug

Re: [Samba] Re: samba Digest, Vol 76, Issue 10

2009-04-11 Thread James Peach
to file a Radar with Apple is spot on. -- James Peach | jor...@gmail.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

RE: [Samba] failed to join domain error

2009-03-27 Thread James Zuelow
: I just had a host do this recently, using Samba 3.2.5-4 Debian. DNS was working fine, kerberos was working fine, but for some reason net ads join didn't want to work. I resolved it by putting an entry for a domain controller into /etc/hosts. After that net ads join worked fine. James Zuelow

RE: [Samba] Is the net rpc vampire at all destructive to a NT4 PDC?

2009-03-24 Thread James D. Parra
times against my PDC without any problems. Best, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] help - smbiod

2009-03-20 Thread james Flores
Hello all, I need help about smbiod, i have mounted samba server from linux client with command mount -t smbfs -o username=root //10.10.x.x/folder /dest and then the client ask about password, and it works, but when i copy files in the middle of the process suddenly it stoped, then i run command

[Samba] RE: To winbind or not to winbind.

2009-03-11 Thread Chavez, James R.
no password server available to validate. Might not be related.. Thanks James CONFIDENTIALITY This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended

[Samba] RE: winbind

2009-03-09 Thread Mitchell, James
Hello Van, I suggest you checkout PAM_MOUNT ( http://pam-mount.sourceforge.net/ ) Thanks, James Mitchell From: samba-bounces+james.p.mitchell=det.nsw.edu...@lists.samba.org [samba-bounces+james.p.mitchell=det.nsw.edu...@lists.samba.org] On Behalf Of Van

[Samba] VMmware Converter Split into 2GB files - Samba Share

2009-03-05 Thread James Robertson
I have an Ubuntu 8.04.2 Linux Server setup with Samba installed with Ubuntu Version 3.0.28a-1ubuntu4.4 I have setup a samba share for a Windows 2000 Server to perform a P2V (Physical to Virtual) conversion of it to the Samba Share. When going through the conversion process using Vmware

[Samba] pam_winbind get attributes?

2009-03-05 Thread Mitchell, James
wishing to implement mounting either in pam_winbind or pam_mount. This ldapsearch part requires me to use -D bindDN and -W I did read about anonymous logins, but is there a way to query this information within pam_winbind or other suggestions? Thanks, James Mitchell

[Samba] PDB files and Delayed Write Failed

2009-03-04 Thread James Chamberlain
can try, I would certainly appreciate it. If there's any further information that would help in making an assessment, I'd be happy to post what I can. Thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options

Re: [Samba] when will samba4 become stable

2009-02-25 Thread James R. Leu
the answer. Is there any targeted date for samba4 to become stable? thanks, Ying -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba -- James R. Leu j...@mindspring.com pgpbbq9XkwP9m.pgp Description: PGP

[Samba] Can't log in as same user on different domain

2009-02-25 Thread James D. Parra
in winbind that prevents the identical user name from logging in under a different domain? Any way to fix this? Many thanks, James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

  1   2   3   4   5   6   7   8   9   10   >