[Samba] Re: installing Samba as non-root user at work - please help.

2007-09-24 Thread Matt Seitz
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] All I wish to achieve is being able to map my Linux home directory on my Windows PC. Speaking of ports, I specify ports of 1445 and 1139 for smdb, since I cannot use a port below 1024 without having root access. Unless you want to

[Samba] Re: forcing XP clients to use CIFS

2007-09-03 Thread Matt Seitz \(matseitz\)
Andrew Bartlett [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Wed, 2007-08-29 at 21:48 +0200, Jax wrote: I guess there is a registry value for it. As I noticed winxp try to use smbfs first not cifs. In linux it's easier because you can choose when you mount your shares.

[Samba] SAMBA HOWTO: time displayed in UNIX file listing

2005-03-15 Thread Matt Seitz
The SAMBA HOWTO says that ls displays access time. Doesn't it display modify time? The HOWTO says A UNIX file listing looks as follows: [listing removed] The columns above represent (from left to right): [...], access date, access time, file name.

[Samba] net ads joing fails using Red Hat samba 3.0.7-1.3E.1 (Re: Samba 3 as domain member of w2k realm)

2004-11-18 Thread Matt Seitz
R.B. wrote: i've a problem joining a samba 3.0.7-1.3E.1 in a w2k domain: [EMAIL PROTECTED] squid]# net ads join -U myuser myuser's password: [2004/11/18 13:29:32, 0] utils/net_ads.c:ads_startup(183) ads_connect: Program lacks support for encryption type This appears to be a bug in Red Hat's

[Samba] Re: share names longer than 12 characters

2004-11-18 Thread Matt Seitz
Kristof Van Landschoot wrote: The problem is this: using smbclient -L, the shares are just not listed. This is a known limitation, but there is a workaround. See: https://bugzilla.samba.org/show_bug.cgi?id=1629 -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Re: winbind: authenticating UNIX user before Win Domain user

2004-11-18 Thread Matt Seitz
Luke Mewburn wrote: I have the same requirement; except samba can't currently do this. See: http://lists.samba.org/archive/samba/2004-October/094981.html I implemented a trim default domain option and provided a patch in:

[Samba] Re: net ads join fails using Red Hat samba 3.0.7-1.3E.1 (Re: Samba 3 as domain member of w2k realm)

2004-11-18 Thread Matt Seitz
Resending with corrected subject line Matt Seitz wrote: R.B. wrote: i've a problem joining a samba 3.0.7-1.3E.1 in a w2k domain: [EMAIL PROTECTED] squid]# net ads join -U myuser myuser's password: [2004/11/18 13:29:32, 0] utils/net_ads.c:ads_startup(183) ads_connect: Program lacks support

[Samba] GID-to-SID mapping fails

2004-11-11 Thread Matt Seitz
Name-to-SID works: [EMAIL PROTECTED] mpmCx]# wbinfo -n QA4\\DnsUpdateProxy S-1-5-21-3152226350-2923503207-3337354198-1105 Domain Group (2) SID-to-Name works [EMAIL PROTECTED] mpmCx]# wbinfo -s S-1-5-21-3152226350-2923503207-3337354198-1105 QA4\DnsUpdateProxy 2 SID-to-GID works: [EMAIL PROTECTED]

[Samba] Re: smbclient - NT_STATUS_LOGON_FAILURE

2004-04-07 Thread Matt Seitz
John Sheridan wrote: smbclient //excalibur2/test -U \\MYDOMAIN\darrenk Try: smbclient //excalibur2/test -W MYDOMAIN -U darrenk -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Building as non-root user

2003-11-21 Thread Matt Seitz
Andrew Bartlett wrote: On a reasonably sensible linux system, the tests that require root can be ignored safely. Indeed, it's only the ./configure stage that needs it at all. (On other unix systems, these tests can be important however) If I run configure as root, and then run make as non-root,

[Samba] Building as non-root user

2003-11-20 Thread Matt Seitz
Are there any drawbacks to building SAMBA as a user other than root? I would like to build using a different account. But USING SAMBA 2nd Edition says, Before running the configure script, it is important that you become the root user on the system. The make examples in both USING SAMBA and

[Samba] Re: Dfs - Load Balancing

2003-10-30 Thread Matt Seitz
[EMAIL PROTECTED] wrote: 1) How does it load balance? Is it some sort of round robin? No, its more like autofs using NFS with sym links in the Unix world. Actually, MS-DFS can do load balancing. You can define multiple targets for a DFS link. The client can then pick any of those targets.

[Samba] smbcacls will not connect to Windows 2003 server

2003-08-21 Thread Matt Seitz
The Samba 3.0-RC1 smbcacls utility is reporting an error when I ask it to display the security information of a file on a Windows 2003 server: [EMAIL PROTECTED] bin]# ./smbcacls --user=SEITZDNSDOMNAIN\Administrator //seitzwin2003/Documents test.txt params.c:OpenConfFile() - Unable to open

[Samba] Re: smbcacls will not connect to Windows 2003 server

2003-08-21 Thread Matt Seitz
Jeremy Allison wrote: On Thu, Aug 21, 2003 at 02:52:38PM -0700, Matt Seitz wrote: The Samba 3.0-RC1 smbcacls utility is reporting an error when I ask it to display the security information of a file on a Windows 2003 server: [EMAIL PROTECTED] bin]# ./smbcacls --user=SEITZDNSDOMNAIN

[Samba] Re: smbcacls will not connect to Windows 2003 server

2003-08-21 Thread Matt Seitz
Matt Seitz wrote: The Samba 3.0-RC1 smbcacls utility is reporting an error when I ask it to display the security information of a file on a Windows 2003 server: [EMAIL PROTECTED] bin]# ./smbcacls --user=SEITZDNSDOMNAIN\Administrator //seitzwin2003/Documents test.txt params.c:OpenConfFile

[Samba] DFS Version 3 referral documentation

2003-08-19 Thread Matt Seitz
Where can I find documentation for the DFS Version 3 Referral? I see that Samba implements it, but I cannot find it documented anywhere. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] Disable optimization

2003-08-14 Thread Matt Seitz
I would like to build Samba with optimizations disabled (easier to step through the code in a debugger). Is there an option I can pass to ./configure, or must I edit the resulting makefile by hand? -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] [Fwd: Re: GLASS in The Samba Team announces Samba 3.0.0beta3]

2003-07-17 Thread Matt Seitz
Thanks for replying to my question. However, I am still confused. Rafal Szczesniak [EMAIL PROTECTED] wrote: On Thu, Jul 17, 2003 at 08:58:30AM -0700, Matt Seitz wrote: The Samba web site contains The Samba Team announces Samba 3.0.0 beta3. This document includes a section titled Trust

ANSI C (was RE: Access control to SAM / _samr_query_sec_obj)

2002-06-06 Thread Matt Seitz
From: Tim Potter [mailto:[EMAIL PROTECTED]] On Thu, Jun 06, 2002 at 09:01:45PM +1000, Andrew Bartlett wrote: Secondly, I have some further style nit-picks: - We can't use \\ as a comment in Samba, as many C compilers don't understand it. It's actually not ANSI C! Another one I found

RE: Thanks for fixing oplock.c for Linux 2.0 in 2_2 CVS

2002-05-31 Thread Matt Seitz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] The only thing would be to completely disallow connection timeouts for Win9x clients - I'm not sure this is what we want. Perhaps timeouts could be prevented for a 9x client when an oplock is present? Or have two timeouts: a shorter (soft)

RE: One more compile warning fix for Solaris

2002-05-17 Thread Matt Seitz
From: Richard Bollinger [mailto:[EMAIL PROTECTED]] - int fromlen = sizeof(from); + unsigned int fromlen = sizeof(from); Wouldn't the following be more portable? size_t fromlen = sizeof(from); Sincerely, Matt Seitz Senior Software Engineer Quantum Corporation