AW: [Samba] Samba - NT ACL implemented by Unix Posix ACL via Samb a

2005-03-02 Thread brennion
I'm not an expert on that, but did you tried the following settings on smb.conf for your share : admin users = NTDOMAIN+Administrator valid users = . I think this is necessary to use ACL with samba and ntdomain... -Ursprüngliche Nachricht- Von: Gerald (Jerry) Carter [mailto:[EMAIL P

RE: [Samba] Samba - NT ACL implemented by Unix Posix ACL via Samba

2005-03-02 Thread Juer Lee
This issue is not caused by that the client user doesn't have privilege to set ACLs. 'admin users' won't help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 16:00 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: samba@lists.samba.org Subje

RE: [Samba] Authentication via both domain controller and local Sambapassword file

2005-03-02 Thread Juer Lee
Thanks, Jerry. It works with the method "net use * \\server\share /user:SERVER\user", I have forgotten to add leading 'SERVER\' when I was prompted to enter username and password. Juer -Original Message- From: Gerald (Jerry) Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 20

[Samba] Trust relationship problem [repost]

2005-03-02 Thread Didier ALBENQUE
Hello, I have a problem with trust relationship between W2003 AD and samba 3.0.6 (Mandrake Corporate Server 3.0) and W98 machines. Samba is the trusted domain and W2003 the trusting domain. All the clients (w98 and Win XP) are in the samba domain. The win XP clients can access the shares of the

Re: [Samba] Re: smb_proc_readX_data

2005-03-02 Thread Michael Gasch
i have the same problems on SuSE and debian systems with shipped kernels (2.6) i was wondering why the samba team didn't respond to those mails from you and tried smbclient, because smbfs ist not maintained by them smbclient didn't show those problems (btw: cifs has not these problems but produ

[Samba] Problems with Starting Winbind after upgrading!

2005-03-02 Thread Rainer Budde
Hi, first iÂve installed SuSE 9.1 with the default rpms (heimdal 0.9.1rc3, samba 3.0.2a with winbind). IÂve configured the system with winbind to the user accounts from my Win2003 Server. All this works always max. 1 day. After this day I canÂt connect to my shares on the samba server. After th

Re: [Samba] Building two redundant servers without clustering

2005-03-02 Thread Michael Gasch
hi, well, i was also wondering how to build up a very redundant solution for my samba installations at the moment i'm using rsync twice a day to sync about 2TB amount of data between two hardware raids (both raid5 with 2 hot spare) advantage: if filesystem is corrupt on one raid, the other raid

Re: [Samba] Netbench controller crashs

2005-03-02 Thread Denis Vlasenko
On Wednesday 02 March 2005 02:28, Ephi Dror wrote: > Hi All, > > I'm running netbench against our samba based filer and having I believe > a controller problem. > > When I configure the test to run multiple engines per client (about 5 in > my case) and about 20 clients so all together I have 1

[Samba] listing group members (ADS)

2005-03-02 Thread halemb
Hello I have connected samba-3.0.11 to domain via ads. Samba using users from this domain (winbind). When I try getent group, it lists group members, but only when they have not set up primary group in this group. c.a. 100 users have set up primary group (in windows) on 'domain users' 2 users

[Samba] Request to update slapd.conf and OpenLDAP info for Samba-Guide/happy.html

2005-03-02 Thread Gavin Henry
Dear Team, The OpenLDAP stuff on this page: http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html is not the preferred backend, i.e. ldbm, it really, really needs to be bdb. See: http://www.openldap.org/faq/index.cgi?_highlightWords=bdb%20ldbm&file=1085 "ldbm uses a neutral storage inter

[Samba] AD group membership limits?

2005-03-02 Thread Gibbs, Simon
Hi, I'm running Samba 3.0.11 on RedHat ES 3 kernel version 2.4.21-15.0.4.ELsmp and have a quick question about AD group membership limits Am I right in assuming that Samba is limited by the group membership parameters (ie NGROUP = 32) imposed by the Linux kernel? Is there any workaround in Samba

Re: [Samba] can print test page in the redhat, but can't print through the samba share print,why?

2005-03-02 Thread Hamish
On Wed, 2005-03-02 at 15:24 +0800, [EMAIL PROTECTED] wrote: > i can print test page in the redhat, but when i use the samba shared > printer to print test page, > > it is said "test page failed to print" why? > I had this recently, try to follow your samba log file (tail -f /var/log/samba/sa

[Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Clement DIEBOLD
I have recently configured two servers to be controlers of my domain. The first one is the PDC and is configured like : domain master = yes prefered master = yes local master = yes domain logons = yes security = user os level = 99 And the second, the BDC like : domain master = no pr

[Samba] WINS-Server != PDC ?

2005-03-02 Thread Stefan G. Weichinger
Hello, I have tried to find that info, but couldn't yet find it in TOSHARG or "Samba-3 By Example" : A client has one NT-PDC running without WINS-service and a Samba-Domain-Member-Server that is currently the WINS-Server. I have > [global] >workgroup = MYWG >netbios name = MAIL >in

[Samba] Multiple IP subnets and WINS server

2005-03-02 Thread Dani Camps
I have a Linux box with two interfaces for the private LAN (eth0,eth1) and another one connected to the Internet. I have two subnets in my LAN (192.168.0.0/24 and 192.168.1.0/24) and eth0 and eth1 are the gateways of either subnet (192.168.0.1, 192.168.1.1). I have a Samba server running in the Lin

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Misty Stanley-Jones
On Wednesday 02 March 2005 08:14 am, Clement DIEBOLD wrote: > > And the second, the BDC like : >domain master = no >prefered master = no >local master = no >domain logons = yes >security = user I think this needs to be "security = server" but correct me if I am wrong. On you

RE: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Mccrory, Kevin B
This is the way it should be working. The BDC handles authentication requests for the domain unless it becomes overloaded at which time the PDC steps in to take over. Refer to Chapter 4 section 4.2 of the Official Samba-3 HOWTO and Reference Guide that explains Domain Control. Kevin B. McCrory Ne

Re: [Samba] samba failed to authenticate to openLDAP

2005-03-02 Thread Paul Gienger
2: doing that nearly fscked up my already existent DIT for always; I'd be very interested in hearing how this happened and what almost got borked. I can't for the life of me think of anything that the smbldap-tools package should have done above just adding random attributes and entries in

Re: [Samba] 3.0.11 pthread_once errors

2005-03-02 Thread Daniel Ramaley
I never got a response to this, but i found the solution: don't use MIT Kerberos 1.4. After downgrading to 1.3.6 and rebuilding Samba, i no longer get pages of pthread error messages. On Monday 28 February 2005 04:35 pm, Daniel Ramaley wrote: >I have installed Samba 3.0.11 on OpenBSD 3.6. It is

[Samba] To the ones who may concern :: German Translation of the Samba-Docs SOON AVAILABLE AS BOOK.

2005-03-02 Thread Stefan G. Weichinger
Hello to all Samba-users, and, in particular, Hallo an die deutschsprachigen Anwender von Samba ! It has been quite a while since I announced the complete translation of "The Official Samba-3 HOWTO And Reference Guide" (aka TOSHARG). I have received some requests for a printed version of the ger

[Samba] Links followed to my local filesystem

2005-03-02 Thread Pablo García
Hi All, I was using samba client 3.0.0-15 on fedora core 1, accesing a samba server 3.0.4 with an exported folder wich had a linked directory named "web" within the same server to "/usr/local/apache/htdocs". when I accessed that directory I could saw the contents of the destination directory . (fin

RE: [Samba] Two smbd daemons and clustered environment

2005-03-02 Thread Buozis, Martynas
Hello Sorry if I repeating myself, but I am not sure, that my email was sent to the list. I hope, that somebody has bad or good experience in running 2 Samba services on one host or running parallel 2 Samba instances in Veritas Cluster Server environment. With best regards Martynas My previous

Re: [Samba] Links followed to my local filesystem

2005-03-02 Thread Paul Gienger
After upgrading to fedora core 3 and therefore to samba 3.0.10 I found Who did you upgrade? client or server? that the link in the samba folder is broken because it's pointing to a non existen directory in my machine instead of pointing to the directory located in the server. Try looking f

Re: [Samba] Links followed to my local filesystem

2005-03-02 Thread Pablo García
I upgraded the client, (from 3.0.0-15 to 3.0.10) the server remains the same (3.0.4) Regards, Pablo On Wed, 02 Mar 2005 08:42:35 -0600, Paul Gienger <[EMAIL PROTECTED]> wrote: > > >After upgrading to fedora core 3 and therefore to samba 3.0.10 I found > > > > > Who did you upgrade? client or ser

Re: [Samba] Time out tuning ?

2005-03-02 Thread Samba List Unetix
On Monday 28 February 2005 18:19, Mitch (WebCob) wrote: > > Hello, > > > > I have a samba server running at a customer site and they have the > > follwing problem: > > Employees of that company have for extended periods sometimes > > word documents opened for editing, but it happens regularly that

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Clement DIEBOLD
Misty Stanley-Jones a écrit : On Wednesday 02 March 2005 08:14 am, Clement DIEBOLD wrote: And the second, the BDC like : domain master = no prefered master = no local master = no domain logons = yes security = user I think this needs to be "security = server" but correct me if I a

Re: [Samba] To the ones who may concern :: German Translation of the Samba-Docs SOON AVAILABLE AS BOOK.

2005-03-02 Thread John H Terpstra
Stefan, Congratulations on this achievement - I hope that your efforts will be well rewarded and that the German translation will be on of many other language translations that will follow it. Kind regards, John T. On Wednesday 02 March 2005 07:29, Stefan G. Weichinger wrote: > Hello to all S

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Clement DIEBOLD
Mccrory, Kevin B a écrit : This is the way it should be working. The BDC handles authentication requests for the domain unless it becomes overloaded at which time the PDC steps in to take over. Refer to Chapter 4 section 4.2 of the Official Samba-3 HOWTO and Reference Guide that explains Domain Co

Re: [Samba] Request to update slapd.conf and OpenLDAP info for Samba-Guide/happy.html

2005-03-02 Thread John H Terpstra
Gavin, The book "Samba-3 by Example" was written at the time Samba-3.0.2 was just released. At that time (February 2004) the version of OpenLDAP that were shipping on SuSE Linux Enterprise Server and on Red Hat Enterprise Linux used ldbm. I agree entirely that this needs to be updated, in fact

Re: [Samba] MIT Kerberos tickets gone..

2005-03-02 Thread Daniel Ramaley
I'm running into the same problem, only with slightly different software (Windows 2k3 AD server, Samba 3.0.11, OpenBSD 3.6). For people like me who have little to no Kerberos experience, i'm guessing this is a common problem. Does anyone have a solution, or a pointer to documentation that descr

[Samba] Re: WINS-Server != PDC ?

2005-03-02 Thread Rex Dieter
Stefan G. Weichinger wrote: so Samba does not get Master Browser. NTSERVER is #1c, #1b and #1d ... My question: Does the WINS-Server also have to be the Master Browser? No. WINS-server, master browser, PDC are all separate items, and can potentially be 3 different machines. Would it be better to

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread John H Terpstra
On Wednesday 02 March 2005 06:53, Misty Stanley-Jones wrote: > On Wednesday 02 March 2005 08:14 am, Clement DIEBOLD wrote: > > And the second, the BDC like : > >domain master = no > >prefered master = no > >local master = no > >domain logons = yes > >security = user > > I think

Re: [Samba] Request to update slapd.conf and OpenLDAP info forSamba-Guide/happy.html

2005-03-02 Thread Gavin Henry
> Gavin, > > The book "Samba-3 by Example" was written at the time Samba-3.0.2 was just > released. At that time (February 2004) the version of OpenLDAP that were > shipping on SuSE Linux Enterprise Server and on Red Hat Enterprise Linux > used > ldbm. > > I agree entirely that this needs to be up

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread John H Terpstra
On Wednesday 02 March 2005 09:10, Clement DIEBOLD wrote: > Mccrory, Kevin B a écrit : > >This is the way it should be working. The BDC handles authentication > >requests for the domain unless it becomes overloaded at which time the PDC > >steps in to take over. > >Refer to Chapter 4 section 4.2 of

Re: [Samba] Request to update slapd.conf and OpenLDAP info forSamba-Guide/happy.html

2005-03-02 Thread John H Terpstra
On Wednesday 02 March 2005 08:26, Gavin Henry wrote: > > > > Gavin, > > > > The book "Samba-3 by Example" was written at the time Samba-3.0.2 was > > just released. At that time (February 2004) the version of OpenLDAP that > > were shipping on SuSE Linux Enterprise Server and on Red Hat Enterprise

Re: [Samba] Samba as PDC and BDC on the same network.

2005-03-02 Thread Clement DIEBOLD
John H Terpstra a écrit : On Wednesday 02 March 2005 09:10, Clement DIEBOLD wrote: Mccrory, Kevin B a écrit : This is the way it should be working. The BDC handles authentication requests for the domain unless it becomes overloaded at which time the PDC steps in to take over. Refer to Chapt

Re: [Samba] Building two redundant servers without clustering

2005-03-02 Thread Greg Freemyer
On Wed, 02 Mar 2005 10:33:34 +0100, Michael Gasch wrote: > hi, > > well, i was also wondering how to build up a very redundant solution for > my samba installations > > at the moment i'm using rsync twice a day to sync about 2TB amount of > data between two hardware raids (both raid5 with 2 hot s

[Samba] registering samba in wins

2005-03-02 Thread David Bear
for some strange reason, our wins servers occasionally drop samba servers out of there name space. to deal with this, I cron'ed a restart of samba at midnight everynight. This was a quick solution, but a lousy one. I would rather have some way to have samba regularly send name registration request

Re: [Samba] Seeking Good Documentation for... (freebsd+ldap+samba(pdc)+kerberos)

2005-03-02 Thread Chris Lawder
Hi, I beleive I have most of the under lying structure set up correctly at this time. Specific questions would include proper set up of ldap containers (tree?), authentication users (for adding computers etc), how to correctly add users and computers, and the tools used to do so. I hit a wall w

RE: [Samba] Building two redundant servers without clustering

2005-03-02 Thread Mitch (WebCob)
> > at the moment i'm using rsync twice a day to sync about 2TB amount of > > data between two hardware raids (both raid5 with 2 hot spare) ... > > disadvantage: because analyzing data to sync by rsync takes time it's > > senseless to sync every our so you have no realtime backup (only 12h > before

RE: [Samba] Audit Trail/Logging For Network Logons and Logoffs

2005-03-02 Thread Van Sickler, Jim
On Fri, 2005-02-25 at 12:51 -0700, Gene Cooper wrote: > Hi Folks, > > I have searched the archives and the web for this issue, but I haven't found > an answer. > > I need to be able to log or audit the network access of our network users. > This information needs to be used in conjuction with a t

Re: [Samba] Winbind on AIX 5.2

2005-03-02 Thread Anders Larsson
Hi! Ee are using samba/winbind authing agains w2k3 AD native mode we hade to modify the winbind_nss_aix so it works with AIX and build a new WINBINDD and creates the home dir in /home/%D/%U We have about 900 users on the AIX box authing against AD :) // Anders On Wed, Feb 23, 2005 at 05:04:30

Re: [Samba] To the ones who may concern :: German Translation of the Samba-Docs SOON AVAILABLE AS BOOK.

2005-03-02 Thread Robert Schetterer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stefan , as i wrote before, thx to you and the other helpers for making this work. Regards Robert Stefan G. Weichinger schrieb: | Hello to all Samba-users, and, | in particular, | Hallo an die deutschsprachigen Anwender von Samba ! | | It has been qu

[Samba] Can access shares, but cannot logon to the domain

2005-03-02 Thread Ali Naddaf
Hello everyone. I am having a problem loging into my domain (although I can log into my shares successfully). Here are the details. Servers and applications: PDC Server: Name: ACME-SERVER Domain: ACME Samba: 3.0.10-1 (Debian) smbldap-tools: 0.8.5-3 Distribution: Debian, runnin

[Samba] implementation issues

2005-03-02 Thread nac kawathekar
Hello all, I am a final year computer engineering student. As part of my BE project I am working around with Samba server (version 2.2.7a) I wish to understand following implementation issues: 1. When and in what condition does a Samba server fork? 2. What is the significance of the connection_

[Samba] Still having trouble with slow opening of printer properties

2005-03-02 Thread David Landgren
List, I asked a while back about problems with very slow openings of printer properties windows. This afternoon our main internet link was upgraded to 6Mb (symmetric) and so I thought I might see some improvements in response. But no change. I really don't think it's the pipe that's at fault, the

[Samba] development mailing list?

2005-03-02 Thread Gavin Henry
Dear all, Is there a devel type list, as I can't see one in the mailing list section? I am trying to gather the CVS checkout info for the Samba docs to update the Samba-Guide/Happy.html section and also discuss the doc build-tree etc. Thanks. -- Kind Regards, Gavin Henry. Managing Director.

[Samba] OT searchable samba archive

2005-03-02 Thread Robert W. Burgholzer
Can anyone point me to a search interface for this lists archive. I couldn't find reference on the lists.samba.org site. Thanks, r.b. Robert W. Burgholzer Online Workout Editor - http://soulswimmer.dynalias.net:8080/swim/workoutlog/ rburghol at veetee dot edu -- To unsubscribe from this list g

[Samba] Paris Hilton, pure!

2005-03-02 Thread hostmaster
More than 50 "HOT" Hilton Videos More than 3000 Hilton picks FREE Download until April, 2005 Make your own Download Account, it's free! Further details are attached Thanks & have fun ;) *-* AntiVirus: Found to be clean *-* "LISTS.SAMBA" Anti-Virus Service *-* http://www.lists.samba.org-- To

Re: [Samba] Request to update slapd.conf and OpenLDAP info for Samba-Guide/happy.html

2005-03-02 Thread Tony Earnshaw
Gavin Henry: > The OpenLDAP stuff on this page: > > > http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html > > > is not the preferred backend, i.e. ldbm, it really, really needs to be > bdb. > > See: > > > http://www.openldap.org/faq/index.cgi?_highlightWords=bdb%20ldbm&file=108 > 5 Pointi

Re: [Samba] OT searchable samba archive

2005-03-02 Thread Roger Crom
Here are some decent search engines archives that allow searching http://www.mail-archive.com/ http://marc.theaimsgroup.com/?l=samba&r=1&w=2 Robert W. Burgholzer wrote: Can anyone point me to a search interface for this lists archive. I couldn't find reference on the lists.samba.org site. Thanks

Re: [Samba] OT searchable samba archive

2005-03-02 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert W. Burgholzer wrote: | Can anyone point me to a search interface for this lists archive. I couldn't | find reference on the lists.samba.org site. | | Thanks, | r.b. | | Robert W. Burgholzer | Online Workout Editor - http://soulswimmer.dynalias.ne

Re: [Samba] implementation issues

2005-03-02 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you should probably be looking at Samba 3.0.x rather than 2.2.x for study. Or use Samba 4 for research purposes. nac kawathekar wrote: | Hello all, | I am a final year computer engineering student. | As part of my BE project I am working around with Sa

Re: [Samba] Audit Trail/Logging For Network Logons and Logoffs

2005-03-02 Thread Lars Rasmussen
On Wed, 02 Mar 2005 12:48:42 -0500, Van Sickler, Jim <[EMAIL PROTECTED]> wrote: > Are you just looking for logon/logoff times? I think you can put something > in the logon/logoff scripts that will do that. > > Logon tracking: > @echo off > echo %USERNAME% Logon >> \\server\hiddenshare\%USERNAME%.

[Samba] Administrator-privileged logon scripts under limited mode on XP?

2005-03-02 Thread Hunter Rognstad
At our organization, we're currently gradually migrating the workstations from Windows 98 to Windows XP, while retaining the use of our samba server as a PDC. For those who may remember my previous post, our upgrade to Samba 3.0.11 from an ancient version (2.2.3) I inherited went extremely well

[Samba] Alert! New Sober Worm!

2005-03-02 Thread security
ATTENTION! Antivirus vendors are warning of a new variant of the "Sober" virus discovered today that can delete the hard disk. Protection: Download and read the zipped patch. It's very easy to install! Thanks for your cooperation! --- (c)2005 Microsoft Corporation. All rights reserved --- Mi

Re: [Samba] Re: Logon Hours problems (really stuck)

2005-03-02 Thread David Wilson
Hi guys, Thanks for all your help with this but I'm still stuck. The logon hours restrictions worked 100% after I set the timezone to GMT and set the clock to our local time here in South Africa. I then upgraded the Samba version to 3.0.11 and suddenly the logon hours restrictions went wrong aga

[Samba] Any ideas on splitting my profiles directory

2005-03-02 Thread Richmond Dyes
I have 2 250gig drives in my machine and one has 50 gig on it and the other with my profiles directory in it has 219 gig. Is there a way to "split" my profiles directory. These are ide drives and I will not be mirroring them. My entry in smb.conf reads: [profiles] path=/data/profiles browsable

Re: [Samba] Audit Trail/Logging For Network Logons and Logoffs

2005-03-02 Thread Lars Rasmussen
On Wed, 2 Mar 2005 13:12:35 -0700, Lars Rasmussen <[EMAIL PROTECTED]> wrote: > @echo off > SET logoninfo=%USERNAME% logged on %DATE% %TIME:~0,8% > echo %logoninfo% >> \\server\hiddenshare\%USERNAME%.log This line should read: echo %logoninfo% >> "\\secure\logontimes\%USERNAME%.log" That way you

RE: [Samba] Netbench controller crashs

2005-03-02 Thread Kaplan, Marc
The controller for NetBench is the computer that is responsible for coordinating the NetBench test, and collecting results. -Marc > -Original Message- > From: [EMAIL PROTECTED] [mailto:samba- > [EMAIL PROTECTED] On Behalf Of Denis > Vlasenko > Sent: Wednesday, March 02, 20

RE: [Samba] AD group membership limits?

2005-03-02 Thread Kaplan, Marc
Simon, Yes, I have recompiled the kernel with support for a static NGROUPS with a patch from tridge and Rusty Russell. This does not seem to cause any problems at all on Samba servers, or with the Linux box in general and it does properly allow more supplementary groups. Here is what I used IIRC:

[Samba] A probably silly thought but...

2005-03-02 Thread S Clark
Here's a completely off-the-wall thought. I have no idea if it would work, but would it be possible for you to combine the two RAID5 systems into a "software" RAID1 system? Perhaps via iSCSI? Kind of an overcomplicated method for doing what you need, but it WOULD keep both sets of RAID5 arrays

RE: [Samba] WINS-Server != PDC ?

2005-03-02 Thread David Brodbeck
> -Original Message- > From: Stefan G. Weichinger [mailto:[EMAIL PROTECTED] > My question: > > Does the WINS-Server also have to be the Master Browser? I don't think so. On my network I have an NT 4 server acting as a WINS server that's separate from our PDC. It seems to work fine. Ju

RE: [Samba] ACL Question [Repost]

2005-03-02 Thread David Brodbeck
> -Original Message- > From: David Sonenberg [mailto:[EMAIL PROTECTED] > Shouldn't regular users be able to modify ACL's for files they have > write access to? I get the same error when I try to run the smcacl > program with Domain Admin priveleges. I think you have to be either root

[Samba] samba3.0.10

2005-03-02 Thread Fatima . Lakniz
Hi Jerry/Samba Team I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10 installed on Linux Red Hat2.1AS servers The Linux servers use Samba to mount filesystems from Solaris8 server. My question is how to find out on the Solaris8 server which Linux servers are using Samba to m

Re: [Samba] samba3.0.10

2005-03-02 Thread Paul Gienger
The Linux servers use Samba to mount filesystems from Solaris8 server. My question is how to find out on the Solaris8 server which Linux servers are using Samba to mount from. Have you looked into the output from smbstatus? If so, what extra info are you looking for? -- Paul Gienger

Re: [Samba] samba3.0.10

2005-03-02 Thread Fatima . Lakniz
Paul I did run the command = ./smbstatus /usr/local/samba/var/locks/connections.tdb not initialized. This is normal if an SMB client has never connected to your server. Failed to open byte range locking database ERROR: Failed to initia

Re: [Samba] samba3.0.10

2005-03-02 Thread Paul Gienger
I did run the command = ./smbstatus /usr/local/samba/var/locks/connections.tdb not initialized. This is normal if an SMB client has never connected to your server. Well we know this isn't the case, you obviously have clients connec

Re: [Samba] development mailing list?

2005-03-02 Thread Andrew Bartlett
On Wed, 2005-03-02 at 18:34 +, Gavin Henry wrote: > Dear all, > > Is there a devel type list, as I can't see one in the mailing list section? > > I am trying to gather the CVS checkout info for the Samba docs to update the > Samba-Guide/Happy.html section and also discuss the doc build-tree

Re: [Samba] Audit Trail/Logging For Network Logons and Logoffs

2005-03-02 Thread Andrew Bartlett
On Wed, 2005-03-02 at 14:10 -0700, Lars Rasmussen wrote: > On Wed, 2 Mar 2005 13:12:35 -0700, Lars Rasmussen > <[EMAIL PROTECTED]> wrote: > > @echo off > > SET logoninfo=%USERNAME% logged on %DATE% %TIME:~0,8% > > > echo %logoninfo% >> \\server\hiddenshare\%USERNAME%.log > > This line should read

Re: [Samba] Request to update slapd.conf and OpenLDAP info for Samba-Guide/happy.html

2005-03-02 Thread Gavin Henry
On Wednesday 02 Mar 2005 13:44, Tony Earnshaw wrote: > Gavin Henry: > > The OpenLDAP stuff on this page: > > > > > > http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html > > > > > > is not the preferred backend, i.e. ldbm, it really, really needs to be > > bdb. > > > > See: > > > > > > http:/

Re: [Samba] samba3.0.10

2005-03-02 Thread Fatima . Lakniz
Paul Thank you The db file /usr/local/samba/var/locks/connections.tdb doesn't exist on Solaris8 server. also the samba user is nonroot user.i meant the user that is mounting from solaris8 server to linux server. The filesystem mounted from solaris8 server to linux server is writable by the nonroot

[Samba] Re: [SLE] samba problem

2005-03-02 Thread david rankin
I have tried to add samba users with both webmin an smbpasswd command an get erors . using smbpasswd i get the following horizon:~ # smbpasswd -a jack ERROR: empty passdb backend list! New SMB password: Retype new SMB password: invalid pdb_context specified! Failed to add entry for user jack. Fai

[Samba] solaris 10 SMF setup?

2005-03-02 Thread Carl Brewer
Hello I'm in the process of putting SMB onto a dual Opteron x64 box running Solaris 10, with the SFW samba as supplied by Sun. I haven't found any hooks for this for the new SMF/SVC startup system, so I'm doing so now, but before I go any further, am I duplicating any efforts? Is anyone else doin

[Samba] Windows 2003 and Samba 3.0.x

2005-03-02 Thread Ronald Roche
My Windows 2003 machines can get to shares on my older Samba servers (2.2.8a), however on newer versions of Samba (3.0.2), I get the following error message: \\servername is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to

RE: [Samba] Windows 2003 and Samba 3.0.x

2005-03-02 Thread Mitch (WebCob)
I use Windows 2003 - I could connect with 3.0.8 (FreeBSD 4.8) up to 3.0.10 - there was a problem which surfaced in 3.0.11, but it has since been fixed - the patch is attached to the bug report and will be in 3.0.12 I think - but it doesn't effect all os or config (maybe only mine ;-) My samba mach

RE: [Samba] Administrator-privileged logon scripts under limited modeon XP?

2005-03-02 Thread Mitch (WebCob)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:samba- > [EMAIL PROTECTED] On Behalf Of Hunter Rognstad > Sent: March 2, 2005 10:38 AM > To: samba@lists.samba.org > Subject: [Samba] Administrator-privileged logon scripts under limited > modeon XP? > > However, clever use of the lo

[Samba] Winbind template shell

2005-03-02 Thread Stuart Westbury
Hi All, I am wondering if there is an option to assign different shells to specific users in a winbind setup. As far as I can see, the template shell option is an "all or nothing" scenario. Is this the case? If so, does anyone know of an alternative way to do this? An Active Directory schema addo

[Samba] Re: Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND

2005-03-02 Thread david rankin
Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUNDFrom: Timothy D Newcomb Subject: Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND Did you get an answer for this ? I am seeing it on an XP box and I have the same problem..slow load time...in "m

Re: [Samba] solaris 10 SMF setup?

2005-03-02 Thread Carl Brewer
Carl Brewer wrote: [chomp] Following up to my own mail with how I got it working : Created two methods, and two manifest files : These are the methods - very similar to init.d scripts. /lib/svc/method/smbd : #!/sbin/sh # # . /lib/svc/share/smf_include.sh SMB_HOME=/usr/sfw/sbin CONF_FILE=/etc/sf

[Samba] Reset driver settings on a printer

2005-03-02 Thread Peter Blajev
Hi, how to reset driver settings on printer so users will be asked to install the printer driver? After uploading a printer driver I use "setdriver" command to specify which driver should be downloaded when install the coresponded printer. Is there any way to unset that? Sometimes I'd like to m

[Samba] Win XP profile problem...

2005-03-02 Thread Mike Cisar
I'm hoping someone may have run across this issue before. I have a client running a relatively recent version of Samba (the exact version number escapes me at the moment). Windows XP client machines running against samba as a PDC with roaming profiles active. They can log off just fine, and th

[Samba] $B%/%j%C%/F@5^JX(Bmoai

2005-03-02 Thread
$B!z$49XFI$"$j$,$H$&$4$6$$$^$9!#(B $B!!(B $BEv%^%,%8%s$O(BAccessMail$B$NG[?.%7%9%F%`$GAw?.$5$;$FD:$$$F$$$^$9!#(B $B3'MM$N(BHP$B$d?7$7$$%S%8%M%9$r$I$s$I$s>R2p$7$F3'MM$N$*Lr$KN)(B $B$F$l$P$H!"F|!94hD%$C$F$*$j$^$9!#(B $B$I$&$>$40&8\$N$[$I$h$m$7$/$*4j$$CW$7$^$9!#(B(^_^)b (B $B$3$N%^%,

[Samba] root access

2005-03-02 Thread Dennis Olvany
I'm attempting to provide root access to the entire file system over the network. Having much trouble getting it working. My first time attempting samba configuration. Anyone have any ideas? /etc/samba/smbusers: root = root /etc/samba/smbpasswd: root:0:.. /etc/samba/smb.conf:: [root] p

Re: [Samba] root access

2005-03-02 Thread david rankin
/etc/samba/smb.conf:: [root] path = / writeable = yes valid users = root (one slip of the mouse and you've go problems!!!) Be careful, but here is your solution [config] comment = Admin Config Share - Whatever path = / valid users = george,wendy,@somegroup force use

Re: [Samba] Re: Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND

2005-03-02 Thread John H Terpstra
Tim/David, What version of Samba? I saw a similar failure with 3.0.12pre code about a week back, however Jeremy applied a patch last Thursday that apparently fixed this. Suggest you try current SVN code tree for 3.0.12. - John T. On Wednesday 02 March 2005 19:44, david rankin wrote: > Samba e

[Samba] Re: root access

2005-03-02 Thread Dennis Olvany
Thanks. Got it working. I still don't know why root wouldn't work. I kept getting login errors on the smb client. Config: /etc/samba/smbusers: jackass = jackass /etc/samba/smbpasswd: jackass:0:.. /etc/samba/smb.conf:: [root] path = / writeable = yes admin users = jackass -- To u

Re: [Samba] Any ideas on splitting my profiles directory

2005-03-02 Thread Matthew Easton
On Wednesday 02 March 2005 13:05, Richmond Dyes wrote: > I have 2 250gig drives in my machine and one has 50 gig on it and the > other with my profiles directory in it has 219 gig. Is there a way to > "split" my profiles directory. These are ide drives and I will not be > mirroring them. My entry