Re: [Samba] Problem with Universal Groups

2006-03-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don Meyer wrote: > I can't speak for Domain Universal/Global groups -- our read of the MS > documentation indicated that other-domain users were not valid within > Universal/Global groups, but were in a Domain Local Group. > > As far as trying to at l

Re: [Samba] Samba 3 by Example - chapter 5 & 6 ( Manager -> sambaadmin)

2006-03-03 Thread John H Terpstra
On Thursday 02 March 2006 23:15, Craig White wrote: > On Thu, 2006-03-02 at 22:38 -0600, John H Terpstra wrote: > > > I think you should follow Craig's advice, get your hands on a copy of > > > "LDAP System Administration", and go through it carefully. LDAP is a > > > wonderful enabling technology

[Samba] how to mount network share at boot time with no user log in?

2006-03-03 Thread Greg
Hi, Probably not the place to ask but here goes. I'd like to know how to have windows mount a network share as the system comes up, without having any users logged in. reason: we have a service which runs in the background to render jobs, it depends on being able to access files on ou

Re: [Samba] getting rid of lmhashes?

2006-03-03 Thread Josh Kelley
On 3/2/06, Mark Proehl <[EMAIL PROTECTED]> wrote: > is there a way of disabling the creation of the (insecure) lm-hash in > the passdb backend of a samba3-pdc? The standard way to disable LM hashes in a Microsoft shop is to configure the clients to not save them (Local Security Policy -> Security

Re: [Samba] Fstab mounting error

2006-03-03 Thread Mark R. White
Try using mount -t cifs instead of mount -t smbfs. It will work just fine. Notice my last two mount entries. Mark [EMAIL PROTECTED]:~$ mount /dev/sda2 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) usbfs on /proc/bus/usb type usbfs (rw) tmpfs on

RE: [Samba] Fstab mounting error

2006-03-03 Thread Aaron Hawryluk
That worked PROPER. Thanks a million. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig White Sent: Friday, March 03, 2006 1:50 PM To: samba@lists.samba.org Subject: RE: [Samba] Fstab mounting error try putting it inside of double quotes... //host/

RE: [Samba] Fstab mounting error

2006-03-03 Thread Craig White
try putting it inside of double quotes... //host/share /var/mount/hostname/sharename smbfs "username=DOMAIN \username,password=password,fmask=0777,dmask=0777" 0 0 Craig On Fri, 2006-03-03 at 13:32 -0700, Aaron Hawryluk wrote: > Addendum: fstab fails with DOSErr = 13 "Permission denied". The mo

RE: [Samba] Fstab mounting error

2006-03-03 Thread Aaron Hawryluk
Further addendum: If I use the Windows Administrator's username and password, I connect properly to the fstab mounts. Anyone got any ideas? Do I need to do some advanced user administration here or something? Addendum: fstab fails with DOSErr = 13 "Permission denied". The mount -t smbfs comman

Re: [Samba] Fstab mounting error

2006-03-03 Thread Chris
On Friday 03 March 2006 15:32, Aaron Hawryluk wrote: > However, it fails in fstab when I do: > > //host/share /var/mount/hostname/sharename smbfs > username=username,password=password,domain=DOMAIN,fmask=0777,dmask=07 >77 0 0 > > Any ideas?  Is this because it's not root that runs the fstab mounts?

RE: [Samba] Fstab mounting error

2006-03-03 Thread Aaron Hawryluk
Addendum: fstab fails with DOSErr = 13 "Permission denied". The mount -t smbfs command also fails if I don't add the DOMAIN\\ indicator in front of the user name (DOMAIN\\username). Could this be due to different parsing of backslashes between the mount commandline and fstab? -Original Mes

RE: [Samba] Can't join my domain

2006-03-03 Thread James Taylor
Try this one... JT -Original Message- From: Bevan Agard [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 11:39 AM To: 'James Taylor' Cc: samba@lists.samba.org Subject: RE: [Samba] Can't join my domain Here you go In the World one must be able to Adapt, and Evolve Or run the ris

[Samba] Fstab mounting error

2006-03-03 Thread Aaron Hawryluk
Hi all, I've googled on this but no luck so far. I'm using FC4. This works flawlessly: Mount -t smbfs //host/share /var/mount/hostname/sharename -o username=username,password=password,domain=DOMAIN,fmask=0777,dmask=0777 However, it fails in fstab when I do: //host/share /var/mount/hostname/sh

RE: [Samba] Problem with Universal Groups

2006-03-03 Thread Don Meyer
I can't speak for Domain Universal/Global groups -- our read of the MS documentation indicated that other-domain users were not valid within Universal/Global groups, but were in a Domain Local Group. As far as trying to at least get Domain Local group handling fixed in winbind, I would suggest

RE: [Samba] Can't join my domain

2006-03-03 Thread Bevan Agard
Here you go In the World one must be able to Adapt, and Evolve Or run the risk of becoming EXTINCT > -Original Message- > From: James Taylor [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 3:02 PM > To: 'Bevan Agard' > Cc: samba@lists.samba.org > Subject: RE: [Samba] Can't join

RE: [Samba] Massive confusion with samba mounting

2006-03-03 Thread Aaron Hawryluk
Thanks for the tip, adding "unix extensions=no" on the Mac OS smb.conf did the trick. Much appreciated. --Aaron -Original Message- From: Adam Nielsen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 3:57 PM To: Aaron Hawryluk Cc: samba@lists.samba.org Subject: Re: [Samba] Massiv

RE: [Samba] Can't join my domain

2006-03-03 Thread James Taylor
Sorry I wasn't able to reply earlier. Can you send me a copy of your smbldap-useradd script? What is happening is that the script is not adding the sambaSAMAccount information to the machine account it is creating. The -w switch should add this information. It could be this script needs to be mo

Re: [Samba] Samba 3.0.21b is not able to connect to password server

2006-03-03 Thread Ray Gebbie
Based on this email, I decided to download 3.0.21c, and I am now trying to rebuild it. I get the following compile errors: Compiling nsswitch/pam_winbind.c with -O2 nsswitch/pam_winbind.c: In function 'converse': nsswitch/pam_winbind.c:76: warning: passing argument 3 of 'pam_get_item' from incomp

Re: [Samba] [Repost] Offline Files No Go

2006-03-03 Thread Robert Schetterer
Hi Peter, there is only one parameter in smb.conf with offline files to a share from man smb.conf csc policy (S) This stands for client-side caching policy, and specifies how clients capable of offline caching will cache the files in the share. The valid values are: manual, documents, prog

Re: [Samba] [Repost] Offline Files No Go

2006-03-03 Thread pfb4212
Robert, Ah, I now see what you are meaning... I have used the Active Directory policy manager to create the policies that I want and have successfully run offline files from a Windows server, my trouble is that when I move to a Samba server, the Windows PCs have improper behavior. (i.e. files

[Samba] All correct in Localhost but impossible remote connection

2006-03-03 Thread javier garcia-pintado
Hello. I have installed and configured succesfully samba in older Linux computers in the past. But now I've just installed the SUSE10.0 distro of Linux, and I'm finding it impossible to access remotely to the samba server. When I use smbclient from the same computer where I've got the Linux smb se

RE: [Samba] SWAT + FC4 = Not working

2006-03-03 Thread Guillermo Gutierrez
just a question, and I apologize if this was clarified already, are you trying to use swat from the same samba server of from another machine? if you want to use it from another system you might want to try removing the "only_from= 127.0.0.1" line. but if that is not the case ignore my suggestion

Re: [Samba] "Segmentation Fault" when attempting to join AD

2006-03-03 Thread Golden Butler
Thanks David, When I run: "kinit [EMAIL PROTECTED]" I get this result: kinit: NOTICE: ticket renewable lifetime is 1 week _ From: David Shapiro [mailto:[EMAIL PROTECTED] To: Golden Butler [mailto:[EMAIL PROTECTED], Jeremy Allison [mailto:[EMAIL PROTECTED] Cc: Samba Mailing Lis

[Samba] Force update of Samba point-and-print drivers?

2006-03-03 Thread Jim Hogan
I hope someone here can offer an easy approach to the following (somewhat simplified) scenario. We have a Samba domain that is running well. We have 10 Samba/CUPS printers and used the Windows Print Wizard method noted on pages 225-226 (section 17.6.1) of the Prentice-Hall-published Official Samb

Re: [Samba] SWAT + FC4 = Not working

2006-03-03 Thread fonteneau
This is what i've made for xinetd.d/swat and everything goes find service swat { socket_type = stream protocol= tcp wait = no user = root server = /usr/local/sbin/swat server_args = -s

Re: [Samba] Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)

2006-03-03 Thread Craig White
On Sat, 2006-03-04 at 00:25 +1100, adrian sender wrote: > Well I am glad that there has been alot of input on this topic, alot of > people are having different opinions but that is because we are not focusing > with the problem at hand. > > The documentation provides full details on how to get s

Re: [Samba] 2 x ADS

2006-03-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Shapiro wrote: > I would guess you put both servers on the password server = line > smb.conf. You don't even need that. Set dns_lookup_kdc = true in the [libdefaults] of /etc/krb5.conf. Samba already has internal failover code. cheers, je

RE: [Samba] Problem with Universal Groups

2006-03-03 Thread Trimble, Ronald D
This is exactly what I am seeing. I think this should be reopened as a bug. I could easily provide all of the diagnostics since I have it set up like this right now. The strange thing is, I can get it to work with Domain Global groups, but not Universal groups which shows the SID properly. Doma

[Samba] Advice Needed on Migration/upgrading.

2006-03-03 Thread William Reid
Hi there, We're considering the following... - Moving our primary samba server from a FC1 to new system with FC4 and a newer version of SMB. - Downgrading it's current role as PDC to just user security as we don't have too many windows clients. We currently have 2 other member servers and I'

RE: [Samba] problem with "winbind separator = \"

2006-03-03 Thread Trimble, Ronald D
When I set it up, if you don't use the winbind separator line, it should work with the \. My smb.conf does not have a winbind separator declaration and it works just fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Gutierrez Sent: Friday, M

RE: [Samba] problem with "winbind separator = \"

2006-03-03 Thread Guillermo Gutierrez
well, I am trying it without the line, I will let you all knowhow it worked. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Shapiro Sent: Friday, March 03, 2006 6:22 AM To: samba@lists.samba.org; Thomas Limoncelli Subject: Re: [Samba] problem with "win

Re: [Samba] problem with "winbind separator = \"

2006-03-03 Thread David Shapiro
I had no luck with \ too. I ended up going back to using + David David Shapiro Unix Team Lead 919-765-2011 >>> Thomas Limoncelli <[EMAIL PROTECTED]> 3/3/2006 9:10 AM >>> Guillermo Gutierrez wrote: > I just rebuilt the samba server that I was working on and when I try to add the line "winbind

Re: [Samba] problem with "winbind separator = \"

2006-03-03 Thread Thomas Limoncelli
Guillermo Gutierrez wrote: I just rebuilt the samba server that I was working on and when I try to add the line "winbind separator = \", testparm tells me that its value must be 1 character and then displays its value as the proceeding line. This is the default value, so you may just omit the l

[Samba] problem with "winbind separator = \"

2006-03-03 Thread Guillermo Gutierrez
Hello, I just rebuilt the samba server that I was working on and when I try to add the line "winbind separator = \", testparm tells me that its value must be 1 character and then displays its value as the proceeding line. If I change the value to '+', it tells me that the value might cause a pr

Re: [Samba] 2 x ADS

2006-03-03 Thread David Shapiro
I would guess you put both servers on the password server = line smb.conf. David Shapiro Unix Team Lead 919-765-2011 >>> Damian Pietras <[EMAIL PROTECTED]> 3/3/2006 2:59 AM >>> Hi, I have 2 ADS domains on Windows 2003 Server with full functionality of server 2003 and replication. I want to con

[Samba] Help compiling 3.0.21c on Mac OS X 10.4.5

2006-03-03 Thread Lars A. Gundersen
My first attempt of compiling Samba or pretty much anything like this under Mac OS X. Dragged the source down, did ./configure with success (AFAICT). When doing #root > make it chugs through quite a good part of it, but then: Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function 'krb5_loca

Re: [Samba] problem when compiling samba-3.0.21c on power PC platform

2006-03-03 Thread David Shapiro
Sounds weird. Try running make distclean first. Also, make a directory called build in samba/source and run configure from within it. cd /usr/local/samba/source/ mkdir build cd build ../configure David David Shapiro Unix Team Lead 919-765-2011 >>> "Zhai, Shunnian" <[EMAIL PROTECTED]> 3/

Re: [Samba] "Segmentation Fault" when attempting to join AD

2006-03-03 Thread David Shapiro
What happens when you run kinit [EMAIL PROTECTED] Does kinit core dump? David David Shapiro Unix Team Lead 919-765-2011 >>> Golden Butler <[EMAIL PROTECTED]> 3/2/2006 9:58 PM >>> Thanks Jeremy. Ok, this is what happened after typed run: (gdb) run Starting program: /usr/bin/net ads join -U

Re: [Samba] Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)

2006-03-03 Thread adrian sender
Well I am glad that there has been alot of input on this topic, alot of people are having different opinions but that is because we are not focusing with the problem at hand. The documentation provides full details on how to get samba + ldap working from scratch; but there seems to be a gap be

[Samba] IBM xlc compiler and configure question

2006-03-03 Thread David Shapiro
I am trying desperately to get rid idmap support working. I got xlc 6.0 on the box to compile, but I cannot get past configure because it gives the following error in config.log: cc: 1501-208 command option e is missing a subargument configure:1708: $? = 40 configure:1717: result: configure:1804

Re: [Samba] Samba 3.0.21b is not able to connect to password server

2006-03-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ray Gebbie wrote: > On our AIX 5.2 system we have Samba 3.0.4 and 3.0.21b. The smb.conf files > are identical for both versions. The 3.0.4 version runs fine, but with > 3.0.21b, we get errors like the following when trying to run smbclient: ... > Wha

Re: [Samba] problems with AUTOCAD (german version) and samba

2006-03-03 Thread Robert Schetterer
hi Kurt, control your locale settings on the samba server and your settings in smb.conf, but at a short look on your log i would say you have a oplock problem in suse you can change local in /etc/sysconfig/language to [EMAIL PROTECTED] and parameter root uses language = yes ( note this might br

[Samba] problems with AUTOCAD (german version) and samba

2006-03-03 Thread Kurt Weiss
a problem occurs, if somebody tries to access a file, named with "ü" in path- or filename: AUTOCAD acnnot access this files - throwing error (translated) "cannot find drawing, make sure, that your networkdrive is available and the file exists. this only happens, with germen special letters "ü"

[Samba] RE: Need some help with installing Samba

2006-03-03 Thread Barry Tait
All, I have resolved this issue - Found workable Samba 3.0.10 package on www.sunfreeware.com. NB - I was looking for this package at samba.org Not gnu.org or sun.com (where I was looking for gcc) Thanks, Barry From: Barry Tait Sent: 03 March 2006 09:

[Samba] Need some help with installing Samba

2006-03-03 Thread Barry Tait
Hi, I'd be grateful for some help with installing Samba 3.0.21c on Solaris 8 64-bit: $ uname -a SunOS aggrekodev1 5.8 Generic_117000-05 sun4u sparc SUNW,Sun-Fire-880 $ I've read the Installation and Compilation guides at samba.org, the install chapter of Using Samba and checked on sunmanage

[Samba] 2 x ADS

2006-03-03 Thread Damian Pietras
Hi, I have 2 ADS domains on Windows 2003 Server with full functionality of server 2003 and replication. I want to connect Samba 3.x, but in case of a failure of one of them, a system should automatically connect to the second one, like in Windows XP. Is it possible? How to configure Kerberos and S