Re: [Samba] strict allocate = no does not work

2007-05-04 Thread James Peach
. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Re: change ldap accounts to samba ldap accounts

2007-04-19 Thread James Tran
paul kölle wrote: James Tran wrote: Hi i've got a situation where i need to add samba support to every acccount in my ldap database. I already have an ldap database populated with a couple hundred users and need to be able to use the same password they use for their login as for their samba

Re: [Samba] help on lib/smbldap.c:smbldap_open(1009) smbldap_open: cannot access LDAP when not root..

2007-04-19 Thread James Tran
Ricardo Dias Campos wrote: Hi, James. Thank you for your reply. On Wed, 18 Apr 2007, James Tran wrote: Did you notice this line? smbldap_open: cannot access LDAP when not root.. Yes, I did. might have your binding ldap directives incorrect May be you are right

Re: [Samba] Re: change ldap accounts to samba ldap accounts

2007-04-19 Thread James Tran
cyrus wrote: James Tran wrote: [snipp] Ok since i can't do that stuff i have another idea. The passdb.tdb file has all the samba passwords right? Is there a way i can transfer the passwords from there into an ldap directory easily for users? if you already have users and password

[Samba] change ldap accounts to samba ldap accounts

2007-04-18 Thread James Tran
need or not. To make things short. I want all my existing ldap users to have a single password in ldap without having to do a smbpasswd -a username for every account Thanks. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org

Re: [Samba] help on lib/smbldap.c:smbldap_open(1009) smbldap_open: cannot access LDAP when not root..

2007-04-18 Thread James Tran
Ricardo Dias Campos wrote: Hi, people. I've sent a message looking for help but I had no answer. I don't know whether no one could help or there is missing information or this is the wrong list to post the message. Can some one give me some help? Ricardo On Tue, 17 Apr 2007, Ricardo Dias

Re: svn commit: samba r22318 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread James Peach
to the corepath. There must not be an unbecome_root() before +* we call abort(). */ + if (getuid() != 0) { Do you need to check geteuid() here? -- James Peach | [EMAIL PROTECTED]

[Samba] Samba with LDAP Intergration

2007-04-16 Thread James Ray
possible to use the standard password attribute for authentication? Does anyone have a sample setup of such a situation? Thanks for any help and let me know if you require any further information. -- James Ray. [EMAIL PROTECTED] Computing Services Queen Mary, University

Re: [Samba] Performance Problems in smbmount but not in smbclient

2007-04-13 Thread James Peach
for this performance discrepancy? You are using 2 completely different SMB clients, which have different performance characteristics. Try using cifsfs on Linux - it's supported and reputed to have good performance. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL

RE: [Samba] Group Policy install MSI from Samba share

2007-04-11 Thread James A. Dinkel
I'm assigning this to the Computer Accounts, not publishing to groups/users. The only thing I could think of was to give permission to the Domain Computers group, but that does not work. James Dinkel -Original Message- From: Daniel Samson Sent: Wednesday, April 11, 2007 2:32 AM Is you

[Samba] Group Policy install MSI from Samba share

2007-04-10 Thread James A. Dinkel
know how to make this work? James Dinkel Network Engineer Butler County of Kansas There's no place like ~/ -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: svn commit: samba r22132 - in branches: SAMBA_3_0/source/modules SAMBA_3_0/source/smbd SAMBA_3_0_25/source/modules SAMBA_3_0_25/source/smbd

2007-04-08 Thread James Peach
/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. This code is so close to vfs_cacheprime that I'm tempted to suggest they should be merged. Was there a particular reason you didn't do this? -- James Peach | [EMAIL PROTECTED]

Re: svn commit: samba r22132 - in branches: SAMBA_3_0/source/modules SAMBA_3_0/source/smbd SAMBA_3_0_25/source/modules SAMBA_3_0_25/source/smbd

2007-04-08 Thread James Peach
On 08/04/2007, at 4:54 PM, Jeremy Allison wrote: On Sun, Apr 08, 2007 at 03:25:55PM -0700, James Peach wrote: On 08/04/2007, at 12:41 PM, [EMAIL PROTECTED] wrote: Author: jra Date: 2007-04-08 19:41:47 + (Sun, 08 Apr 2007) New Revision: 22132 WebSVN: http://websvn.samba.org/cgi-bin

Re: svn commit: samba r22132 - in branches: SAMBA_3_0/source/modules SAMBA_3_0/source/smbd SAMBA_3_0_25/source/modules SAMBA_3_0_25/source/smbd

2007-04-08 Thread James Peach
On 08/04/2007, at 5:23 PM, Jeremy Allison wrote: On Sun, Apr 08, 2007 at 05:09:36PM -0700, James Peach wrote: You could add this to vfs_cacheprime, and just have an option that determines whether it does a readahead (ie. I/O hint) or an actual read(2). I await your patch :-). I knew you

Re: [Samba] Mac OSX Samba Q

2007-04-03 Thread James Peach
On 03/04/07, Dawn Marie Perry [EMAIL PROTECTED] wrote: Are Samba Quark compatible? I haven't tested quark, but I don't know of any problems. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org

Re: svn commit: samba r22037 - in branches/SAMBA_4_0/source/build/smb_build: .

2007-04-02 Thread James Peach
=sambarev=22037 Log: Make sure STATICDIR exists before linking a static archive. Hi James, thanks for splitting up this commit:-) have you thought about the $ vs.*.c yet? I think the right thing might be to require GNU Make for $srcdir != $builddir. If you search the automake mailing list

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-29 Thread James Peach
) encrypted and some not on the same session. In this case encryption is a property of the tid, not the sessionid. Why is having the ability to do this a good thing? If a client wants to do unencrypted traffic it can always set up a new session. -- James Peach | [EMAIL PROTECTED]

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-29 Thread James Peach
On Mar 29, 2007, at 10:35 AM, Jeremy Allison wrote: On Thu, Mar 29, 2007 at 10:23:57AM -0700, James Peach wrote: Why is having the ability to do this a good thing? If a client wants to do unencrypted traffic it can always set up a new session. Yes, but the thing that convinced me

Re: svn commit: samba r21931 - in branches/SAMBA_3_0/source: . lib/replace/system

2007-03-22 Thread James Peach
(rev 21931) @@ -41,6 +41,10 @@ #include sys/acl.h #endif +#ifdef HAVE_SYS_ACL_H ^^ this should be HAVE_ACL_LIBACL_H +#include acl/libacl.h +#endif + #ifdef HAVE_SYS_FS_S5PARAM_H #include sys/fs/s5param.h #endif -- James Peach | [EMAIL PROTECTED]

Re: svn commit: samba r21918 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch SAMBA_3_0_RELEASE/source/nsswitch

2007-03-21 Thread James Peach
it can't ever fail for the BUILTIN domain (even though that is a local SID) because we can't not have a BUILTIN domain. Am I reading this right? -- James Peach | [EMAIL PROTECTED]

RE: [Samba] samba groupware integration

2007-03-20 Thread James A. Dinkel
is on a different server (actually a much better idea), then mount the file share in a location that is used by the eGroupware file browser. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Resolution of Groups on Mac OS X 10.4.8...

2007-03-12 Thread James Peach
group memberships with dseditgroup(8): http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/dseditgroup.8.html Which mechanism is used by samba (the default installation provided by apple) to resolve this??? IIRC, Samba uses getgroups/setgroups on 10.4. -- James Peach

Re: svn commit: samba r21783 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/smbd SAMBA_3_0_25/source/include SAMBA_3_0_25/source/smbd

2007-03-10 Thread James Peach
and POSIX_MKDIR as specified by Stevef in the wikki (extra 4 byte field). Also fix horrible bug in James's code (James you should review this for your Apple patch tree) where he failed to allocate the correct return memory size when returning a INFO2 Thanks Jeremy, I'll take a look to see why my test didn't

RE: [Samba] Administrator on samba server?

2007-03-02 Thread James A. Dinkel
-Original Message- From: max Sent: Friday, March 02, 2007 9:39 AM Hi, I've samba 3 running on trustix 2.2. I've added an xp sp2 client without much problems. But now I'm trying to use administrator user on this client for administrative purpouses (adding software, printers and so

RE: [Samba] vfs_shadow and [homes]

2007-03-02 Thread James A. Dinkel
:) if there´s a new release please let us know so we can test it. thanks again! micha Ed Plese wrote: On Thu, Mar 01, 2007 at 12:35:12PM -0600, James A. Dinkel wrote: i was able to successfully run vfs_shadow on a samba share with win xp shadow copy client. but i think it?s currently

RE: [Samba] vfs_shadow and [homes]

2007-03-01 Thread James A. Dinkel
at least administrators can access that share and use the Previous Versions Client to retrieve files. My solution does not allow users to retrieve their own files though, which I would like for it to do. James Dinkel -- To unsubscribe from this list go to the following URL and read the instructions

Re: [Samba] MAC OSX-Users - samba PDC - passwd

2007-02-19 Thread James Peach
://www.apple.com/server/documentation/ Otherwise, you might ask on the os-x-server list (lists.apple.com) or macenterprise list at macenterprise.org. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman

[Samba] dropbox for guests

2007-02-18 Thread James Lockie
I am using the same box to run Samba and run the smbclient. I am trying to setup a directory on my Linux box that Windows users can put files in (overwrite too). I want them to do it as guest and not have to login. The share shows up: # smbclient -L //JAMES Password: Domain=[JAMES] OS=[Unix

Re: [Samba] MS Vista Home

2007-02-18 Thread James Lockie
Tim Boneko wrote: Dennis McLeod schrieb: My understaning is that only Vista Business, Vista Enterprise or Vista Ultimate can join domains. That's right. Joining a domain is considered a professional feature, so you have to pay even more for this. Let's see when the limitations

Re: [Samba] Re: ClearCase Interop problem with recent Samba versions

2007-02-18 Thread James Peach
cause changes in client behaviour. We saw this in netbench testing ... I can probably dig up the traces if necessary. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] no password share

2007-02-18 Thread James Lockie
I am trying to setup a share without a password. # more /etc/samba/smb.conf [global] restrict anonymous = no domain master = no preferred master = no netbios name = JAMES workgroup = LOCKIENET server string = Samba max protocol = NT acl compatibility = winnt ldap ssl = No server signing

RE: [Samba] What is the difference between %u and %U

2007-02-16 Thread James A. Dinkel
I had to deal with some other issues and had not checked my list emails. But anyway, I have read the replies they all have given me a very good idea, and I my question has been thoroughly answered :) So Thank You to everyone who replied! James Dinkel -- To unsubscribe from this list go

[Samba] smb4k client

2007-02-15 Thread James Lockie
I am trying to get smb4k (KDE) client working. It displays the computers on the network but not the shares (localhost has the only share that shows up :-(). The command line may give a clue. This works: # smbclient -L //compaq but it prompts me for a password but I can just press return to

Re: [Samba] smb4k client

2007-02-15 Thread James Lockie
Rashid N. Achilov wrote: On Friday 16 February 2007 10:20, James Lockie wrote: I am trying to get smb4k (KDE) client working. It displays the computers on the network but not the shares (localhost has the only share that shows up :-(). Are you configured SMB4K? It has many

[Samba] Solaris 10 and store dos attributes

2007-02-14 Thread James
browseable = yes public = yes guest ok = yes writable = yes force create mode = 0664 force directory mode = 0775 map hidden = no map system = no map archive = no ea support = yes store dos attributes = yes Thanks in advance -- James -- To unsubscribe from this list

Re: [Samba] Sniffer techniques

2007-02-10 Thread James Peach
/Capture_Packets -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] copying a folder removes the 'hidden' attribute

2007-02-09 Thread James A. Dinkel
-Original Message- From: Jeremy Allison Sent: Thursday, February 01, 2007 4:29 PM On Thu, Feb 01, 2007 at 04:24:48PM -0600, James A. Dinkel wrote: I have extended attributes enable in the file system so the 'hidden' and other attributes should be saved as an extended attribute

RE: [Samba] Winbind separator = +

2007-02-09 Thread James A. Dinkel
. James Dinkel -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] difference between %u and %U

2007-02-09 Thread James A. Dinkel
What is the difference between %u and %U? The documentation says they both return the value of the connected username, but will they return different values? James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world: those who understand binary

[Samba] What is the difference between %u and %U

2007-02-09 Thread James A. Dinkel
What is the difference between %u and %U?  The documentation says they both return the value of the connected username, but will they return different values? Or the same values? Or different values in different situations? James Dinkel -- To unsubscribe from this list go to the following URL

RE: [Samba] What is the difference between %u and %U

2007-02-09 Thread James A. Dinkel
From: Don McCall %U returns the username the client requested over the wire %u returns the username that he actually mapped to. From: Gerald (Jerry) Carter %u is based on the uid of the connected userand is only available with the context of a share connection. That's a little

[Samba] Multi ADS Auth servers in 1 smb.conf

2007-02-06 Thread James McLaughlin
that up? I have seen when using security = server multiple server names listed, but have not seen anything regarding ADS and this. I am planning on testing this either this weekend or sometime in the evenings, but thought maybe the list would know ...The list always knows -- James C

[Samba] cleaning up duplicate files on the file server

2007-02-05 Thread James A. Dinkel
sort of copy-on-edit mechanism, so when the file is changed, instead of changing the original file, the symlink is replaced with the edited version of the file. Does this make sense? Has anyone else thought about this, or found an elegant solution to this? James Dinkel Network Engineer

[Samba] Samba and multiple ADS auth servers. RTFM ? Or NA ?

2007-02-03 Thread James McLaughlin
I saw a post recently about a gent trying to automatically have samba switch ADS auth servers if the Operations Master was offline -- does anyone know if an answer was produced or was it RTFM ? Thanks -- James C. McLaughlin Montrose County IT Office: (970) 252-4598 Cell: (970) 209-8329

RE: [Samba] Version control filessytem using Samba

2007-02-01 Thread James A. Dinkel
-Original Message- From: Mario Fernandez Sent: Wednesday, January 31, 2007 2:43 PM I'm looking at implementing a version control filesystem and would like to know if it's possible to implement version control with Samba. Thanks Mario As far as I know, the answer is no. This

RE: [Samba] Dual boot Win98 Centos sharing files

2007-02-01 Thread James A. Dinkel
-Original Message- From: Jeff Boyce Sent: Tuesday, January 16, 2007 4:17 PM jbaker_signatureSo, it sounds like using Samba is not the way to achieve my objective. And that I just need to learn about partitioning. So my new question would be can anyone point me to a good how-to

RE: [Samba] Samba4 TP release

2007-02-01 Thread James A. Dinkel
-Original Message- From: Andrew Bartlett Sent: Saturday, January 20, 2007 5:47 PM On Fri, 2007-01-19 at 12:37 -0800, Guillermo Gutierrez wrote: Hey guys, I am wondering when there will be another samba4 technical preview release? Also, because I will want to set it up in a

RE: [Samba] SMB slow by design?

2007-02-01 Thread James A. Dinkel
. Edmundo I don't know why, but I just tried this, removind the SNDBUF AND RCVBUF, and the file share does seem snappier. I had never messed with these options, I just found several places that said setting these to 8192 gave a performance increase, so I had always used them. Not any more. James

RE: [Samba] SMB slow by design?

2007-02-01 Thread James A. Dinkel
-Original Message- From: Chris Garrigues Sent: Thursday, February 01, 2007 2:06 PM From: Jeremy Allison [EMAIL PROTECTED] Date: Thu, 1 Feb 2007 09:56:25 -0800 On Thu, Feb 01, 2007 at 11:47:59AM -0600, James A. Dinkel wrote: I don't know why, but I just tried

[Samba] copying a folder removes the 'hidden' attribute

2007-02-01 Thread James A. Dinkel
. Is this a bug, or maybe there is something I can do about it? I'm using Samba 3.0.23d from the Debian Etch repository. James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: svn commit: samba r21111 - in branches/SAMBA_3_0/source: modules param smbd

2007-02-01 Thread James Peach
-share parameters change notify = [yes]/no # do we do it at all kernel change notify = [yes]/no# enable/disable inotify Those who want FAM need to say change notify = yes vfs objects = notify_fam I would have thought that both inotify and FAM should be modules? -- James Peach | [EMAIL

Re: [Samba] Advertising Samba shares on the local network via mDNS

2007-01-31 Thread James Peach
of shares to the advertisement though. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: svn commit: samba r21068 - in branches/SAMBA_4_0/source/script/tests: .

2007-01-30 Thread James Peach
use it, as we are stuck inside our socket_wrapper network, and can't talk to it. Andrew Bartlett Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh This might be better in a separate platform script which mktestsetup.sh calls ... -- James Peach | [EMAIL PROTECTED]

Re: [Samba] Mac OS X and AD

2007-01-20 Thread James Peach
if anyone on the list can point me in the right direction. Thanks! The best place to ask this sort of question is the macos-x-server list: http://lists.apple.com/mailman/listinfo/macos-x-server -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL

Re: [Samba] Samba 3.0.10 - Invalid Value!!!

2007-01-12 Thread James Peach
http://developer.apple.com/bugreporter/ for how to open an Apple bug. They'll probably ask for a packet trace of this. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: svn commit: samba r20699 - in branches/SAMBA_3_0/source/smbd: .

2007-01-12 Thread James Peach
On Jan 12, 2007, at 12:49 AM, [EMAIL PROTECTED] wrote: Author: vlendec Date: 2007-01-12 08:49:09 + (Fri, 12 Jan 2007) New Revision: 20699 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20699 Log: This is an attempt to fix bug 4326. James, can you please

Re: svn commit: samba r20655 - in branches/SAMBA_3_0_24/source: client include libsmb printing rpc_server smbd

2007-01-10 Thread James Peach
to be '\0'. -- James Peach | [EMAIL PROTECTED]

Re: svn commit: samba r20655 - in branches/SAMBA_3_0_24/source: client include libsmb printing rpc_server smbd

2007-01-10 Thread James Peach
On Jan 10, 2007, at 11:15 AM, Jeremy Allison wrote: On Wed, Jan 10, 2007 at 10:59:35AM -0800, James Peach wrote: branches/SAMBA_3_0_24/source/client/client.c branches/SAMBA_3_0_24/source/include/smb.h branches/SAMBA_3_0_24/source/include/smb_macros.h ISDOT and ISDOTDOT are already

RE: [Samba] smbd keeps maxing out the cpu, must reboot server constantly [SOLVED]

2007-01-09 Thread James A. Dinkel
on Ubuntu, but the setup was the same. James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world: those who understand binary, and those who don't. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org

RE: [Samba] sharing word files

2007-01-09 Thread James A. Dinkel
I think the problem is, when Word opens a file, it puts an oplock on it. When word opens the file a second time, it sees that oplock and refuses to open it as anything other than read-only. I'm not sure if this is how it acts on Windows file servers, but I suspect it is. James Dinkel Network

[Samba] lib/util_sock.c:print_socket_options(206)

2007-01-08 Thread James A. Dinkel
/util_sock.c:print_socket_options(206) socket option SO_SNDTIMEO = 0 [2007/01/08 09:48:22, 5] lib/util_sock.c:print_socket_options(206) socket option SO_RCVTIMEO = 0 I'm having a problem with the smbd process maxing out the CPU and don't know if this could be related? James -- To unsubscribe from

RE: [Samba] smbd keeps maxing out the cpu, must reboot server constantly

2007-01-05 Thread James A. Dinkel
the processor, it's the root smbd process. -Original Message- From: Aaron Kincer Sent: Friday, January 05, 2007 10:00 AM To: James A. Dinkel Cc: samba@lists.samba.org Subject: Re: [Samba] smbd keeps maxing out the cpu, must reboot server constantly I just watched the top for a bit and did

RE: [Samba] smbd keeps maxing out the cpu, must reboot server constantly

2007-01-05 Thread James A. Dinkel
max-out. Looking specifically at the logs for that computer, may give me some insight, but it will have to wait until probably Monday. James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world: those who understand binary, and those who don't. -Original

RE: [Samba] Access From another subnet

2007-01-05 Thread James A. Dinkel
-Original Message- From: Shawn Simmons Sent: Thursday, January 04, 2007 12:24 PM I have several Windows XP workstations that reside in the 192.168.2.x network that will show the Samba Server in the network neighborhood; however, I get access denied errors trying to access it.

[Samba] smbd keeps maxing out the cpu, must reboot server constantly

2007-01-05 Thread James A. Dinkel
logs tell me nothing and the level 10 logs are Greek to me. James Dinkel PS. Earlier this morning I switched to level 10 logs and when the max out happened I checked the time in the VMWare performance graphs. It looks like it happened around 9:26:40 to 9:27:20. Here are the VERY LONG grep

[Samba] importing groups from NT 4 server to Samba 3

2007-01-02 Thread James D. Parra
Hello, I changed all of the NT user account names to lowercase, however I am unable to change the group accounts to lowercase. The Samba server is running on Suse 10.0. Will the uppercase group names cause any problems during or after the migration to Samba? Thanks in advance. James

RE: [Samba] users via winbind and using @group in smb.conf

2006-12-28 Thread James A. Dinkel
-Original Message- From: Stefan Froehlich Sent: Thursday, December 28, 2006 9:43 AM Hello, I have two samba servers, A is configured as a PDC, B offers some additional shares. B is getting usernames and passwords via winbind from a, using the following configuration directives:

Re: svn commit: samba r20394 - in branches/SAMBA_3_0/source: include lib smbd

2006-12-28 Thread James Peach
the goal of this work? ie. can you give a idea of the final design that you are working towards? -- James Peach | [EMAIL PROTECTED]

RE: [Samba] Heimdal or MIT kerberos comparison

2006-12-27 Thread James A. Dinkel
-Original Message- From: Andrew Bartlett [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 4:38 PM It's a Samba4 thing, because we bundle kerberos in the distribution. snip Almost all users will use the system kerberos libraries, whatever they are. They tend to be

[Samba] can not get preexec option to run a script file

2006-12-27 Thread James A. Dinkel
. Anybody see what I am doing wrong? James Dinkel -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Heimdal or MIT kerberos comparison

2006-12-26 Thread James A. Dinkel
-Original Message- From: Andrew Bartlett Sent: Saturday, December 23, 2006 3:42 PM The biggest thing users will notice is that the error message system returns contextual errors, with the actual reason for the failure, not just the translated code. It often includes the vital

RE: [Samba] Re: [opensuse] Open-source leader leaving Novell forGoogle

2006-12-26 Thread James A. Dinkel
-Original Message- From: Jeremy Allison Sent: Monday, December 25, 2006 12:03 AM It's true I'm leaving Novell, but why do you think this means I'm not going to be on any Samba lists ? I'm joining Google on 2nd Jan, and believe me when I tell you they're *very* interested in me

[Samba] Heimdal or MIT kerberos comparison

2006-12-22 Thread James A. Dinkel
a blank wiki page at http://wiki.samba.org/index.php/Samba_%26_Kerberos so if anyone has any good information, I'll put it there. James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world: those who understand binary, and those who don't

Re: [Samba] XP Clients kicked off Tiger Server - not consistent

2006-12-20 Thread James Peach
of these PCs where ghosted and I didn't change the SID so I am going to try that next. Any other You might have better luck asking the OS X server folk over at http://lists.apple.com/mailman/listinfo/macos-x-server -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go

Re: [Samba] Compilation error on Mac OS X 10.4.7

2006-12-13 Thread James Peach
/samba/devel/ -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Authenticating to a MacOS X server

2006-12-12 Thread James Peach
mailing list: http://lists.apple.com/mailman/listinfo/macos-x-server -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] Two domain groups with the same gid?

2006-12-12 Thread James A. Dinkel
group that I just set up btw. James Dinkel -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Shares mount on linux but not windows?

2006-12-12 Thread James A. Dinkel
. James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world: those who understand binary, and those who don't. -Original Message- From: Brian Atkins Sent: Tuesday, December 12, 2006 2:56 PM I'm not sure if this thread is making it on the list

RE: [Samba] AD integration checklist

2006-12-11 Thread James A. Dinkel
-Original Message- From: simo Sent: Friday, December 08, 2006 7:58 PM On Fri, 2006-12-08 at 17:35 -0600, Don Meyer wrote: Interestingly, I've never modified my /etc/pam.d/samba -- mainly because I make the modifications in /etc/pam.d/system-auth, so the AD-based auth can take

RE: [Samba] Enum groups of a user Samba 3.0.23

2006-12-09 Thread James A. Dinkel
-Original Message- From: Henrik Zagerholm Sent: Friday, December 08, 2006 7:32 AM Hello list, I wonder if I can somehow enumerate all local groups a user is member of? Regards, Henrik I don't get what you mean. You should be able to list all groups with members with:

Re: svn commit: samba r20090 - in branches: SAMBA_3_0/source/auth SAMBA_3_0/source/groupdb SAMBA_3_0/source/lib SAMBA_3_0/source/nsswitch SAMBA_3_0/source/passdb SAMBA_3_0/source/rpcclient SAMBA_3_0/s

2006-12-09 Thread James Peach
On 08/12/2006, at 6:58 PM, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-12-09 02:58:18 + (Sat, 09 Dec 2006) New Revision: 20090 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi? view=revroot=sambarev=20090 Log: Fix a class of bugs found by James Peach. Ensure we never mix malloc

Re: svn commit: samba r20090 - in branches: SAMBA_3_0/source/auth SAMBA_3_0/source/groupdb SAMBA_3_0/source/lib SAMBA_3_0/source/nsswitch SAMBA_3_0/source/passdb SAMBA_3_0/source/rpcclient SAMBA_3_0/s

2006-12-09 Thread James Peach
On 09/12/2006, at 3:52 PM, Jeremy Allison wrote: On Sat, Dec 09, 2006 at 03:13:10PM -0800, James Peach wrote: Thanks Jeremy. One thing - in create_token_from_username, the gids array can be allocated on either tmp_ctx or mem_ctx. tmp_ctx is destroyed on exit, but mem_ctx is not, and can

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-08 Thread James A. Dinkel
Just a little update. I've found out about the 'id' command and the 'wbinfo -r' command. Both of those commands do NOT return any domain groups that are parents over domain groups for the user. I don't know if this gives any ideas or means anything to anybody. James Dinkel -- To unsubscribe

RE: [Samba] AD integration checklist

2006-12-08 Thread James A. Dinkel
-Original Message- From: Simon Renshaw Sent: Friday, December 08, 2006 10:13 AM Hi, I compiled Samba 3.0.23d on a CentOS 4.4 machine. Then I configured /etc/krb5.conf for my domain. Was able to successfully run kinit and join my Windows 2003 domain with a net ads join. Net ads

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-08 Thread James A. Dinkel
from the Sarge repo. This fixed my nested domain groups problem, hopefully it didn't introduce any new ones. I've only done this on my test server. After a little more QA I'll do this on my semi-production server. James Dinkel -- To unsubscribe from this list go to the following URL and read

RE: [Samba] AD integration checklist

2006-12-08 Thread James A. Dinkel
the shadow directive, and I've never seen any documentation saying you need it, just after passwd and group. Also, I believe this is also required in /etc/pam.d/samba: auth required pam_winbind.so account required pam_winbind.so but I've never tried it without this. James -- To unsubscribe

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-07 Thread James A. Dinkel
Well, I think I'm giving up. I've tried following that guide. I've tried replacing my smb.conf to look just like yours. I've tried a bunch of other things that I though might do something. For the life of me, I can not get nested groups to work on this server. James Dinkel -Original

Re: [Samba] libdm.so.0 needed by smbd

2006-12-07 Thread James Peach
that. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-06 Thread James A. Dinkel
-Original Message- From: Aaron Kincer James, You are correct--I don't have windbind nested groups = yes set in my smb.conf. Yes, default 3.0.22. I followed the Ubuntu configuration instructions to the letter found in the Ubuntu forums that I've posted before with only

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-06 Thread James A. Dinkel
http://ubuntuforums.org/archive/index.php/t-91510.html That guide also does not say anything about adding acl and user_xattr to the mount options of the partition containing the share. -- To unsubscribe from this list go to the following URL and read the instructions:

RE: [Samba] what OS do you use for Samba?

2006-12-06 Thread James A. Dinkel
-Original Message- From: Chris Smith Sent: Wednesday, December 06, 2006 12:06 PM Ubuntu (Edgy Eft) seems to be stuck at 3.0.22. Which is one of the reasons I elected not to move to Ubuntu servers - when I first examined the possibility they were stuck on 3.0.14 for the longest

RE: [Samba] authenticating NT users with space in username?

2006-12-05 Thread James A. Dinkel
Are you sure you are not looking at the user's full name? I'm pretty sure Windows does not allow usernames with spaces. James Dinkel -Original Message- From: poisonpill I know it's ridiculous, but I have a userbase where every username has a space in it. IE: temp user. Is it possible

[Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-05 Thread James A. Dinkel
nothing. Samba seems to not be recognizing that a user is a member of a group under another group. Is there any way to enable Samba, or Winbind, to follow down the group hierarchy? James Dinkel -- To unsubscribe from this list go to the following URL and read the instructions: https

RE: [Samba] Does Samba/Winbind not follow nested groups in AD?!?

2006-12-05 Thread James A. Dinkel
-Original Message- From: Matt Skerritt There is an option in smb.conf called winbind nested groups ... and the help text from swat says: winbind nested groups (G) If set to yes, this parameter activates the support for nested groups. Nested groups are also called local

RE: [Samba] Strange behaviour with shares

2006-12-04 Thread James A. Dinkel
That snippet of code doesn't tell much. And the file should be smb.conf, not samba.conf. Could you post the entire contents of the file smb.conf located at /etc/samba? If what you say is accurate, then my guess is there is a section called [share installs] in the smb.conf. James Dinkel

[Fwd: Re: [Samba] Migrating to samba from windows NT domain]

2006-12-04 Thread James Watkins
, backing up, recovering before you attempt this. Otherwise rethink your mode of attack. Cheers, On 11/30/06, James Watkins [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On Saturday 25 November 2006 10:18, Pere Rodr�guez wrote: Unfortunately I have running various services

Re: [Samba] Migrating to samba from windows NT domain

2006-12-03 Thread James Watkins
decide to go ahead with it, I wish you the very best of luck. Cheers, James. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Very slow changing permissions from Windows client

2006-12-01 Thread James A. Dinkel
How do I get this network trace that Jeremy is asking about? James Dinkel -Original Message- From: Jeremy Allison On Fri, Nov 17, 2006 at 07:50:08AM -0600, James A. Dinkel wrote: Our samba server authenticates to Windows 2000 Active Directory and I have ea support enabled on the share

RE: [Samba] Access to home drive

2006-12-01 Thread James A. Dinkel
=700 /export/homes/%S under my [homes] share. I also put path = /home/%S as suggested in the Samba howto to use %S instead of %U, though I don't know why. James Dinkel -Original Message- From: Chandra Sornam Hi Samba Experts I raised this problem where its still waiting to be resolved

RE: [Samba] Shadow Copy Client blank, with error in logs

2006-11-29 Thread James A. Dinkel
mapping... :( James Dinkel -Original Message- From: James A. Dinkel Well, it looks like this only fixed it for admin users. The Previous Versions is still showing up blank for regular valid users. I'll look more into it, and try to get a debug 10 log tomorrow. James Dinkel

<    1   2   3   4   5   6   7   8   9   10   >