[Samba] Samba-2.2.x and CAN-2004-0930 & CAN-2004-0882 ?

2004-11-16 Thread Ville Herva
Can someone confirm that Samba 2.2.x is not vulnerable to the recently announced vulnerabilities CAN-2004-0930 and CAN-2004-0882? The 0882 advisory http://security.e-matters.de/advisories/132004.html appears to imply 2.2.x is not vulnerable, but I couldn't find such information for 0930 from th

RE: [Samba] Samba share to access windows folders in linux.

2004-11-16 Thread Steve Simeonidis
As far as I know you can not mount a folder/dir that is not shared. In this case create a new share for abcd_Linux_dev and mount it as smbmount '//a.b.c.d/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o username=abcd/,uid=abcd,gid=abcd may be I'm wrong :-) -Original Message- From: Divya B Srid

RE: [Samba] Samba share to access windows folders in linux.

2004-11-16 Thread Divya B Sridhar
Yes Steve. All folders until abcd_Linux_dev are shared. But pls note that the subsequent folders inside this folder are not shared. But that should not matter I guess. Any other possible reason? Thanks, Divya. -Original Message- From: Steve Simeonidis [mailto:[EMAIL PROTECTED] Sent: Wed

RE: [Samba] Samba share to access windows folders in linux.

2004-11-16 Thread Steve Simeonidis
Are you sure abcd_Linux_dev is a share? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] n Behalf Of Divya B Sridhar Sent: Wednesday, 17 November 2004 5:25 PM To: 'Eric Lester'; [EMAIL PROTECTED] Subject: RE: [Samba] Samba share to access windows folders in linu

RE: [Samba] Samba share to access windows folders in linux.

2004-11-16 Thread Divya B Sridhar
Hi, I just now got how to do it. It looks like we have to specify only until CCViews rather than specifying CCViews/abcd/abcd_Linux_dev in the command below. However, I am not sure how we can access until abcd_Linux_dev. smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o us

[Samba] Samba share to access windows folders in linux.

2004-11-16 Thread Divya B Sridhar
Hi, I am trying to access folders on a windows system on a linux system using the command, smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o username=abcd/,uid=abcd,gid=abcd This prompts for a password and I give the correct domain password here. It gives me the error: 2

[Samba] A device attached to the system is not functioning

2004-11-16 Thread Hiu Yen Onn
hi, i have a samba-ldap pdc. from the windows xp client. i hardly logon to the network. the windows popup a box stating "A device attached to the system is not functioning". .but however, i tested the account from windows 98. it worked perfectly. can someone give me some pointers? thanks --

Re: [Samba] solaris samba ldap

2004-11-16 Thread synrat
thanx. I think that helped. At least now I can see libldap and liblder. Using libraries: LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl LDAP_LIBS = -lldap -llber AUTH_LIBS = now I have problems compiling. # make Using FLAGS = -O -I./popt -Iinclude -I/export/home/sho/src/sa

Re: [Samba] Re: Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem

2004-11-16 Thread Guenter Kukkukk
- Original Message - From: "Craig Funk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 10:20 PM Subject: Re: [Samba] Re: Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem > It also works for me on Win98,NT,W2K and XP. Only having problems on > DOS 6.2.2. Unfor

Re: [Samba] Error with ACLs and follow symlinks=no

2004-11-16 Thread Tom Dickson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately I don't know how to set ACLs with smbclient. What I've got is a Windows 2000 MixedMode domain, and a windows 2000 client. I use the client to set the ACLs: getfacl A # file: A # owner: MIXEDDOMAIN+administrator # group: MIXEDDOMAIN+Domain

Re: [Samba] Error with ACLs and follow symlinks=no

2004-11-16 Thread Jeremy Allison
On Tue, Nov 16, 2004 at 04:07:15PM -0800, Tom Dickson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > We had 3.0.2a which worked fine. If you tried to open a file that the > ACLs wouldn't let you, you'd get access denied. We had follow > symlinks=no in smb.conf > > Now with 3.0.8, an

[Samba] Error with ACLs and follow symlinks=no

2004-11-16 Thread Tom Dickson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We had 3.0.2a which worked fine. If you tried to open a file that the ACLs wouldn't let you, you'd get access denied. We had follow symlinks=no in smb.conf Now with 3.0.8, and no other changes, we get a message about "The file has moved or otherwise gon

RE: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Jason Balicki
Rob Foehl <> wrote: > On Tue, 16 Nov 2004, Jason Balicki wrote: > >> Thanks for the tips, but neither of these are the case. >> >> My smb.conf has me listed as a printer admin >> in [print$]: >> printer admin = @adm, root, kodak > > Try setting 'printer admin' globally. Thanks, but I have. I'v

[Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Michael Lueck
Rob Foehl wrote: Try setting 'printer admin' globally. Yes, that might be it too. My printing specific smb.conf settings below... [global] ## Printing ## load printers = yes printcap name = CUPS printcap cache time = 180 printing = CUPS use client driver = no print

RE: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Rob Foehl
On Tue, 16 Nov 2004, Jason Balicki wrote: Thanks for the tips, but neither of these are the case. My smb.conf has me listed as a printer admin in [print$]: printer admin = @adm, root, kodak Try setting 'printer admin' globally. -Rob -- To unsubscribe from this list go to the following URL and read

RE: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Jason Balicki
Michael Lueck <> wrote: > Jason Balicki wrote: > >>use client driver = yes > > Ah, for Point and Print change that to no and restart Samba... I've had it set to both, but for completeness I've tried it again (I keep changing it back) and I still get the error. Thanks again for the help. --

RE: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Jason Balicki
Misty Stanley-Jones <> wrote: > On Tuesday 16 November 2004 16:50, Jason Balicki wrote: > >> >> "Printer settings could not be saved. Access is denied." > > What is the permission on the directory your print$ is storing to? > Do you have the subdirectories (W32X86, WIN40, etc) and also what ar

Re: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Misty Stanley-Jones
On Tuesday 16 November 2004 16:50, Jason Balicki wrote: > > "Printer settings could not be saved. Access is denied." What is the permission on the directory your print$ is storing to? Do you have the subdirectories (W32X86, WIN40, etc) and also what are their permissions? Misty > > when I t

[Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Michael Lueck
Jason Balicki wrote: use client driver = yes Ah, for Point and Print change that to no and restart Samba... -- Michael Lueck Lueck Data Systems Remove the upper case letters NOSPAM to contact me directly. -- To unsubscribe from this list go to the following URL and read the instructions: http:/

Re: [Samba] 98 reboots after login

2004-11-16 Thread robert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the effort, but other than the default entry, WinLogon was empty. I checked this against another machine that was not having problems and the entries were identical. For my information, do you remember what was appended to do the reboot?

Re: [Samba] Was: Rolex was never so cheap - how these guys manage to spam the list?

2004-11-16 Thread Tomasz Chmielewski
Schott, Erik J Mr ANOSC/FCBS wrote: Not quite that elaborate, Tomasz. Many of these lists are archived elsewhere on other websites (i.e. archives.neohapsis.com, et al) and all the spammers have to do is search for the list's mailing address and they are off to the races. But they still won't be ab

RE: [Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Jason Balicki
Michael Lueck <> wrote: > Guesses... > > 1) You have set root as an invalid user in smb.conf (Because who > would ever ((in their right mind)) log into Windows with a domain > account called "root" anyway) 2) You are logged into the Windows box > with a domain account which is not a domain admin o

Re: [Samba] authentication against win2k3 server

2004-11-16 Thread Tom Skeren
Carissa Srugis wrote: I've been trying to setup Samba to authenticate users against accounts existing on a Windows 2003 Server without any backwards capability. Ideally, this needs to be done without any changes to the Windows 2003 Server. Users will not be logging into the Samba shares at all.

[Samba] Was: Rolex was never so cheap - how these guys manage to spam the list?

2004-11-16 Thread Tomasz Chmielewski
Steven Frey wrote: Need Watch? How do these guys manage to spam the lists? Did spammers invent a bot which gets subscribed to the list and then spams it? :( Tomek -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Re: Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem

2004-11-16 Thread Craig Funk
It also works for me on Win98,NT,W2K and XP. Only having problems on DOS 6.2.2. Unfortunately we are still stuck using DOS 6.2.2 on some machines because we have programs that do not work on DOS 7 and up. So it would be nice to get this working. So is there a different COPY command that we coul

[Samba] Connecting Users to Windows Home Directory From Linux Server

2004-11-16 Thread Tom Lockwood
I have samba installed and working. Winbindd is working, that is the wbinfo -g, wbinfo -u, getent passwd all return valid user and password lists. I also configured pam.d system-auth module for winbind and I am using the: winbind separator = + parameter. These windows users can logon locall

[Samba] 500 Email Leads For $25 (24 Hours Only)

2004-11-16 Thread HB Leads
For the next 24 hours only we are having an unbelievable sale on our email leads. We have a large supply of email leads, and thought it would be great time for us to set the price so low that everybody would take advantage of it. We know that once you try our leads you will love them and you wil

[Samba] solaris samba ldap

2004-11-16 Thread synrat
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get -- checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h u

[Samba] DC 2003's users in Samba DC

2004-11-16 Thread MaTT
Hi list.. a theorical question In this scenario banch office #1 Samba DC 3.0.7 < Proxy and SQL Users, authenticate through samba ^ local users#1 banch office #2 Win 2003 DC ^local users#2 Can samba use winbind to allow users from 2003 DC access to resources in the Sa

[Samba] Re: Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem

2004-11-16 Thread Michael Lueck
Thoughts / findings I use MS DOS 7 (ala Win98SE) and copy works fine. I've been banging Samba 3 pretty hard since the 3.0.4 build. I tested copy again against the 3.0.8 test server I just set up. On the remote drive letter, copy from an existing file to a new filename, works fine! MS had a couple

[Samba] File/Print wait wait wait and Samba 3.0.8

2004-11-16 Thread Michael Lueck
With initial testing here, based on my previous 99.99% ability to produce the "File/Print wait wait wait" problem... it appears to no longer exist in 3.0.8! However, before I will "confirm" that for sure, I need to get a HP JetDirect attached printer and try that as well. For now I am configuring

[Samba] Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem

2004-11-16 Thread Craig Funk
Hello, I am having a problem with Samba 3.0.4 and DOS clients. The MSDOS COPY command will not work on mapped directories. When I try to run the COPY command I get an "File not found" error message. This only happens on DOS, all other OS's work fine. I have noticed that someone else on this lis

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Andreas wrote: On Tue, Nov 16, 2004 at 01:49:52PM -0500, Christian Merrill wrote: Will bump up the logging and see what I can find. Sorry for not posting the config portion: I would also take a closer look at the ldap logs to be certain samba is being able to log in as manager. Can you s

[Samba] authentication against win2k3 server

2004-11-16 Thread Carissa Srugis
I've been trying to setup Samba to authenticate users against accounts existing on a Windows 2003 Server without any backwards capability. Ideally, this needs to be done without any changes to the Windows 2003 Server. Users will not be logging into the Samba shares at all. This is merely for aut

[Samba] Re: More Printing Fun (Point and print not working)

2004-11-16 Thread Michael Lueck
Guesses... 1) You have set root as an invalid user in smb.conf (Because who would ever ((in their right mind)) log into Windows with a domain account called "root" anyway) 2) You are logged into the Windows box with a domain account which is not a domain admin or an admin of the printer shares --

[Samba] Re: Access Denied - XCopy from Win2K SP3 to Samba 3.0.8

2004-11-16 Thread Michael Lueck
Guenther Deschner wrote: It's a known issue. Samba 3.0.9 (to be expected soon) Thanks for the quick response Guenther! I was waiting for the 3.0.8 Debian binary as I wanted to test out the mentioned SPOOLSS printing fixes since that is just a tad broad to guess what might be fixed. My hope is that

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Andreas
On Tue, Nov 16, 2004 at 01:49:52PM -0500, Christian Merrill wrote: > Will bump up the logging and see what I can find. Sorry for not posting > the config portion: I would also take a closer look at the ldap logs to be certain samba is being able to log in as manager. Can you see if at least th

Re: [Samba] Why some WinXP machines won't reconnect on reboot

2004-11-16 Thread AndyLiebman
The machines are pretty much identical. Most have XP SP1. One has SP2 (but it HAS the reconnecting problem like many of the SP1 machines, so it's not specific to either Service Pack). I get the same red X over the network drives on many of my Windows XP machines, and when I click I too get acc

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Andreas wrote: On Tue, Nov 16, 2004 at 01:25:56PM -0500, Christian Merrill wrote: Regarding what you are saying, from the RHEL3 Samba server a "getent passwd" displays Administrator and root both with uid=0 along with the other available local & remote ldap accounts. Yes, that's what I me

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Andreas
On Tue, Nov 16, 2004 at 01:25:56PM -0500, Christian Merrill wrote: > Regarding what you are saying, from the RHEL3 Samba server a "getent > passwd" displays Administrator and root both with uid=0 along with the > other available local & remote ldap accounts. Yes, that's what I meant. Seems OK. Y

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Andreas wrote: On Tue, Nov 16, 2004 at 12:02:21PM -0500, Christian Merrill wrote: Thanks, one more problem out of the way. Now on a windows system I can manually net use to a share with Administrator, however attempting to join the domain still fails with a bad username/pw. The user you

[Samba] smbpasswd and password on command line

2004-11-16 Thread Tim Winders
Hello - I see from the 3.0.8 release notes: * Remove support for passing the new password to smbpasswd on the command line without using the -s option. I used to use the option: smbpasswd -a $user $pass to quickly add a new user to the smbpasswd database. This no longer works in 3.

Re: [Samba] Access Denied - XCopy from Win2K SP3 to Samba 3.0.8

2004-11-16 Thread Guenther Deschner
Hi, On Tue, Nov 16, 2004 at 12:13:21PM -0500, Michael Lueck wrote: > Right in the middle of a big XCopy from Win2K SP3 to Samba 3.0.8 I get an > "Access Denied" kicked back from XCopy and it ends. XCopy is building dirs > from scratch on the Samba server - starting for a clean empty share. XFS F

RE: [Samba] Unable to join AD (FreeBSD)

2004-11-16 Thread Josh Kropf
Elijah, Thank you, this walk through was helpful. I am running 5.2.1 and it seems to allow me to join the domain. I have a few other residual issues but hopefully I will be able to hammer out those bugs. Regards, Josh -Original Message- From: Elijah Savage [mailto:[EMAIL PROTECTED] Sent

[Samba] More Printing Fun (Point and print not working)

2004-11-16 Thread Jason Balicki
In regards to slow XP to Samba printing with SP2: I received an updated driver from the vendor that fixed the problem* (to a degree.) So, now I can go back to using point and print instead of using IPP to print directly to CUPS. Oops, no I can't. When I try to install the point and print drive

[Samba] PDC domain name change

2004-11-16 Thread Misty Stanley-Jones
Hi, I need to change my PDC's domain name, but not the SID. I know how to do that, but my questions are: 1. Does it require restarting Samba 2. Will I have to rejoin all of my workstations? 3. Will it automatically show up in the browse list? Thanks for your insight. Google was not my frie

[Samba] Access Denied - XCopy from Win2K SP3 to Samba 3.0.8

2004-11-16 Thread Michael Lueck
Right in the middle of a big XCopy from Win2K SP3 to Samba 3.0.8 I get an "Access Denied" kicked back from XCopy and it ends. XCopy is building dirs from scratch on the Samba server - starting for a clean empty share. XFS FS on the server, Debian Sarge. I've heard of odd things with RoboCopy, but

[Samba] problem w. samba - "disk full" error

2004-11-16 Thread Jiří Mothejzík
Hallo, I've been googling for a while, but could not find any solution. I have an old machine as a file server: P90/64Mb running debian 2.4.26 with samba 3.0.7. Few computers with WinXP are connected, usually just one at a time is running. The problem is when I copy bigger files (~100Mb) - some

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Andreas
On Tue, Nov 16, 2004 at 12:02:21PM -0500, Christian Merrill wrote: > Thanks, one more problem out of the way. Now on a windows system I can > manually net use to a share with Administrator, however attempting to > join the domain still fails with a bad username/pw. The user you choose to perfor

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Daniel Wilson wrote: Christian Merrill wrote: Daniel Wilson wrote: try setting your admin account with uidNumber=0 gidNumber=512 primarygroupsid = X-512 the uidnumber=0 is the important one i think! Regards Dan Here's what I have -- it all looks good, no idea what I'm missing. I'm thinking s

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Andreas wrote: On Tue, Nov 16, 2004 at 11:20:06AM -0500, Christian Merrill wrote: Ok, managed to fix most of this...however something appears to be goofy with the Administrator account...I cannot access shares with it directly and it won't allow me to join a machine to the domain. Are you

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Daniel Wilson
Christian Merrill wrote: Daniel Wilson wrote: try setting your admin account with uidNumber=0 gidNumber=512 primarygroupsid = X-512 the uidnumber=0 is the important one i think! Regards Dan Here's what I have -- it all looks good, no idea what I'm missing. I'm thinking something has to be ou

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Andreas
On Tue, Nov 16, 2004 at 11:20:06AM -0500, Christian Merrill wrote: > Ok, managed to fix most of this...however something appears to be goofy > with the Administrator account...I cannot access shares with it directly > and it won't allow me to join a machine to the domain. Are you using "username

Re: [Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
Christian Merrill wrote: For whatever reason I am trying to configure the following environment and am running into trouble towards the end of things. Hopefully I am overlooking something basic, any assistance would be greatly appreciated. 1. Redhat AS 2.1 server running Netscape Directory Serv

[Samba] Samba/Netscape Directory Server

2004-11-16 Thread Christian Merrill
For whatever reason I am trying to configure the following environment and am running into trouble towards the end of things. Hopefully I am overlooking something basic, any assistance would be greatly appreciated. 1. Redhat AS 2.1 server running Netscape Directory Server 5.2 2. RHEL3 system us

Re: [Samba] Slow update time for Desktop icons

2004-11-16 Thread Misty Stanley-Jones
On Monday 15 November 2004 17:44, Daniel Gapinski wrote: > Check out this article: http://techrepublic.com.com/5102-6270-5164407.html > My boss was having the same "too much crap" problem and this helped a lot. > > -Dan > Thank you, that was perfect! Misty -- To unsubscribe from this list go to t

[Samba] smbpasswd - Segmentation fault

2004-11-16 Thread Jesse Castleberry
When I execute the following: smbpasswd -a jesse, I get a "Segmentation fault" error. Any ideas what might cause that error? Thanks, Jesse -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] Upgrading a Samba Domain - SECOND REQUEST FOR HELP

2004-11-16 Thread Flagler, Sandi (DCJS)
I am trying to upgrade our fully functional Samba domain from v3.0.2 to v3.0.7 or v3.0.8. My question is, do I have to upgrade every server in the domain in order for it to work or should I be able to upgrade one server at a time, test it, and move on to the next server? Or should I upgrade the d

RE: [Samba] Samba + Exchange 5.5 SP4 (UPDATE)

2004-11-16 Thread Bruno Guerreiro
Guenther, Right now only one, in testing environment. The other 8 are production servers. But I can easly install another one. It will be the production scenario anyway. How can I help you? Bruno Guerreiro -Original Message- From: Guenther Deschner [mailto:[EMAIL PROTECTED] Sent: Tuesday

[Samba] Why some WinXP machines won't reconnect on reboot

2004-11-16 Thread AndyLiebman
Hi Samba list. Here is my scenario. I have 10 Windows XP machines that use a Linux box as a file server. Running Mandrake 10 (more or less), 2.6, Samba 3.03. We have hundreds of individual shares defined -- but users only see their own shares (we use the "include=smb.%U.conf" setting in Globa

Re: [Samba] Samba + Exchange 5.5 SP4 (UPDATE)

2004-11-16 Thread Guenther Deschner
Hi, On Tue, Nov 16, 2004 at 02:23:02PM -, Bruno Guerreiro wrote: > Hi. > Applied it to 3.0.8, which still has the issue... > Worked like a charm... > Thanks a lot. No problem. The patch still had a small error though (doesn't hurt). > Will it be merged with future samba releases? Yes, I'll

RE [Samba] Samba Won't Work

2004-11-16 Thread spu
try smbclient //dns name/backup -I 192.168.1.102 -U jesse --- Stéphane PURNELLE [EMAIL PROTECTED] Service Informatique Corman S.A. Tel : 00 32 087/342467 [EMAIL PROTECTED] a écrit sur 16/11/2004 15:01:49 : > I tried to g

RE: [Samba] Samba + Exchange 5.5 SP4 (UPDATE)

2004-11-16 Thread Bruno Guerreiro
Hi. Applied it to 3.0.8, which still has the issue... Worked like a charm... Thanks a lot. Will it be merged with future samba releases? Best regards. Bruno Guerreiro -Original Message- From: Guenther Deschner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 1:08 AM To: Bruno Gu

[Samba] Samba Won't Work

2004-11-16 Thread Jesse Castleberry
I tried to get Samba running on my new Trustix installation all day yesterday with no luck. I'm a newbie, so there's a lot I don't know yet. At any rate, I have the Smb, nmbd, and smbd services running. I've got my smb.conf file set up properly from what I can tell. When I try the following comman

RE: [Samba] How to access samba without login prompt. !

2004-11-16 Thread Joel Nahrgang
I am currently using webmin (http://www.webmin.com/), this allows access to your linux box from any browser. Currently I am accessing via Winxp machine and firefox 1.0. You can also use this for much more than just admin for samba. Good luck. Joel S. Nahrgang System Administrator Clarke Starke &

[Samba] %macros not expanded in ldap attributes?

2004-11-16 Thread Andreas
samba-3.0.8 Are the % macros not expanded in LDAP attributes? For example, the following is the only way sambaProfilePath works: \\SERVER\share\path If I substitute sambaProfilePath with, say, \\%L\%U\path, then it doesn't work anymore, although the same string works with logon path in smb.conf.

[Samba] RE: Primary Domain Functionality On Additional SAMBA Servers.

2004-11-16 Thread Kenneth Nwoye
Hi All, I currently have on our network two backend Sparc/Solaris 8 servers. One serve's as a core Samba file and print server and acts as a primary domain controller (PDC) to about 100 Pc desktop clients, the other is an RDBMS (Informix) server with a small database and loads of spare capacity

Re: [Samba] How to access samba without login prompt. !

2004-11-16 Thread Walter Willmertinger
You can use the "net use" command. There you have an option user and password! See NET USE /? Kenneth Chun Wah Yeung [SMILE] schrieb: Dear Sir, Hello, My name is kenneth Yeung. I wonder to know how to configure samba or window to access samba folder without login prompt. ! I am using Wins 2K fo

Re: [Samba] Why %M makes two log files?

2004-11-16 Thread Andreas
On Fri, Nov 12, 2004 at 03:35:33PM -0600, Gerald (Jerry) Carter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andreas wrote: > | On Fri, Nov 12, 2004 at 08:34:28AM -0500, Adam Tauno Williams wrote: > | > |>> But the result is the same, I also get > |>> empty log files with an IP num

[Samba] How to access samba without login prompt. !

2004-11-16 Thread Kenneth Chun Wah Yeung [SMILE]
Dear Sir, Hello, My name is kenneth Yeung. I wonder to know how to configure samba or window to access samba folder without login prompt. ! I am using Wins 2K for client, and Linux server is set samba server. I can login to samba using username and password, but I want to do a windows backup sche

Re: [Samba] Windows XP SP2 slow printing solution

2004-11-16 Thread Walter Willmertinger
Thank you very much, I tried your solution 3 (the http- or URL -printing method). Speed is now very good. As I run CUPS and always have my local drivers, I have no problem with the non automatic load of printer drivers. But I hope for people which do not meet these conditions, that someone fin

[Samba] user does not exist nsswitch/windind error

2004-11-16 Thread Collen Blijenberg
Well, in my case, i have samba running as a server, with auth. to 2 samba pbc/bdc servers this server uses winbind to resolve usernames and groups. i get the error: [ date ] nsswitch/winbind_user.c:winbind_getpwnam(159) user 'collen' does not exist. [ date ] nsswitch/winbind_user.c:winbind_getp