[Samba] [3.0.6]: Fail to mount with NULL password

2004-08-25 Thread Jacky Kim
Hi, I failed to mount samba 3.0.6's share with NULL password: # mount -t smbfs -o username=alpha,password="" //192.168.3.101/pub /mnt And what samba log say: [2004/08/24 16:30:08, 2] auth/auth.c:check_ntlm_password(312) check_ntlm_password: Authentication for user [alpha] -> [a

Re: [Samba] Samba Printing

2004-08-25 Thread Martin Zielinski
On Wednesday 25 August 2004 17:39, Douglas Sterner wrote: > Using Samba 3.05 and cups I'm having some trouble getting documents to > print thru CUPS in raw mode. Documents print fine from the server but not > from an XP client. When I used the following print > command statement for troubleshootin

[Samba] getent shows local users only

2004-08-25 Thread Puter Man
Hi, I have Linux Fedora Core 2.0 Installed, I need windows xp/2k users to authenticate Samba via Windows 2003 active Directory. I have configured my Kerberos to authenticate LInux to Windows 2003 and it seems working fine, "net Join -U Administrator" successfully joins the Realm, it shows net

[Samba] getent command does not show win2k3 users

2004-08-25 Thread Riyaz Khan
hi I am runnign samba 3 on fedora core and trying authentication from win2k3 server..my whole configuration looks perfect and I am able to joint the ads with command net join ads ..but when i try to get the users password by running command getent it throws al lost of only linux users but not the

Re: [Samba] Domain users can't use local hardware peripherals

2004-08-25 Thread Stefan Smietanowski
Hi. I wonder if there is a way to permit domain users to access hardware connected locally to their workstations (CD/DVD burner, scanner)? On Win2k and XP this only seems to be possible for local users - or am I missing something? (BTW my PDC runs Samba-3.0.5.) Log in as Administrator on the machi

[Samba] Windows clients can not login to Samba PDC

2004-08-25 Thread Jim Berry
I have a Samba PDC set up on SuSE 9.1 with LDAP backend. I am trying to login to the domain from Win2K/XP clients. The Windows clients easily joined the domain, but can never login. Also, I can access all the Samba shares when logged in locally on a Windows client. I have omitted a copy of smb.

[Samba] Domain users can't use local hardware peripherals

2004-08-25 Thread Peter Ulrich Kruppa
Hi! I wonder if there is a way to permit domain users to access hardware connected locally to their workstations (CD/DVD burner, scanner)? On Win2k and XP this only seems to be possible for local users - or am I missing something? (BTW my PDC runs Samba-3.0.5.) Thanks and regards, Uli.

[Samba] admin users

2004-08-25 Thread Peter Ulrich Kruppa
Hi! I have setup a PDC with Samba-3.0.5 and I want to give root and @wheel administrative rights on all workstations (partcularily for installing software). It seems, setting admin users = root, @wheel in [global] doesn't suffice. Am I missing something? Regards and thanks for your answe

[Samba] smbldap_open_connection(623)

2004-08-25 Thread Thiagasundaram, PariX P
I am running Redhat Linux 9, openldap 2.2.15, Bdb - 4.2.52, openssl - 0.9.7d, smbldap-tools-0.8.5 and samba - 3.0.6. When I try to migrate my users from NT 4 domain to Samba, using the net vampire command, I get the following error: [2004/08/25 14:58:59, 0]Lib/smbldap.c:smbldap_open_connect

RE: [Samba] Exclusive oplock left by process

2004-08-25 Thread xiaoqin_qiu
Hi Eric, Thank you for your response. I will read the white paper that you wrote. I forgot to mention that in my smb.conf file for SAMBA 3.0.5, I have "blocking locks = no". Should I set this? Or should I use the default "blocking locks = yes"? I also curious about if it is safe to remove all f

[Samba] policy question

2004-08-25 Thread Andre Kerstens
Hi, I'm using a Samba 2.2.11/openldap controlled domain (soon be migrating to Samba 3) and are wondering if there is a way to enforce my Windows XP users to use a password protected screensaver by means of a policy file or something similar. I don't have any of the MS policy manager tools and a

Re: [Samba] Exclusive oplock left by process

2004-08-25 Thread eric roseme
Hi Xiaoqin, It appears to me that "oplock break wait time = 0" is the default on both 2.2 (2.2.10 for me) and 3.0 (3.0.2a for me). Unless you have a good reason for using oplocks, I suggest turning them off altogether ("oplocks = no", "level2 oplocks = no" - so testparm does not complain that l

Re: [Samba] Samba 3.0 ACL improvements by Snap

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Dickson wrote: | I'm looking at the source code from | http://oss.snapappliance.com/3.1/Opus3.1.079.tgz which | has a number of improvements to the ACL handling code in | Samba. However, the patches are against Samba 3.0.0. Is | anyone working on in

Re: [Samba] Docs on smbd and nmbd logs

2004-08-25 Thread Herb Lewis
I believe that is the debug level of the message Jeff Saxton wrote: I'm writing a log parser for smbd and nmbd logs. Is there any doc (other than the source) on the logs? In particular I'm stumped by the extra digit in the timestamp: [2004/08/11 04:02:00, 1] smbd/server.c:open_sockets(240)

Re: [Samba] Re: Password Syncing

2004-08-25 Thread Stephen Le
On Mon, 16 Aug 2004 10:23:53 +0200, Ulf Dettmer <[EMAIL PROTECTED]> wrote: > Hi, > the file you need to modify is /etc/pam.d/passwd . You should include a > line like this: > password required pam_smbpass.so use_authtok use_first_pass > smbconf=/etc/samba/smb.conf > cheers, Ulf Thanks for y

[Samba] VSS and Samba on Tru64 Unix

2004-08-25 Thread Davis, Rob
Good Afternoon All. Please forgive me if this is an often-asked question, but ... We're trying to get the ability to have users in the same UNIX group be able to check-in and check-out files from a VSS repository. All users in a defined unix group should be able to copy, edit, and delete any f

[Samba] Re: Samba 3.0 ACL improvements by Snap

2004-08-25 Thread Michael Lueck
Tom Dickson wrote: Otherwise, I'm going to see if I can get some of the patches to apply against Samba 3.0.6. In the future I will appreciate the successes of such an effort. Did they do the patches based on the filesystem they used, or should it work with various filesystems? (I think Snap was usi

[Samba] Docs on smbd and nmbd logs

2004-08-25 Thread Jeff Saxton
I'm writing a log parser for smbd and nmbd logs. Is there any doc (other than the source) on the logs? In particular I'm stumped by the extra digit in the timestamp: [2004/08/11 04:02:00, 1] smbd/server.c:open_sockets(240) ^^ does anyone know what this signif

Re: [Samba] Samba as NT Domain Member via Winbind - After Upgrade users prompted for password for any shares

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Debian Woody system to upgrade my Samba packages from | 3.0.2 to 3.0.6. Since doing so, all my users are prompted | for a password when trying to access shares. Would you mind setting 'winbind use default domain = no' and see

Re: [Samba] samba 3.0.3 + windows backup software = strange issue

2004-08-25 Thread Jeremy Allison
On Wed, Aug 25, 2004 at 10:28:18PM +0300, Sergei Dubarev wrote: > Hello! > > Sorry if I am wrong with the target list but here's a picture of an issue that > we have with Samba 3.0.3 and standard Windows Backup software. > > Case 3. Samba server with a public share on it ("public1"). Windows XP

[Samba] Exclusive oplock left by process

2004-08-25 Thread xiaoqin_qiu
Hi all, We have a HP-UX 11i server running as a samba server. Users use Windows 2000 boxes with Service Pack 4 to connect to the samba server. Several days ago, we upgraded samba server from 2.0.7 to 3.0.5, and we started to experience the following problem: The general connection and access to

[Samba] Samba as NT Domain Member via Winbind - After Upgrade users prompted for password for any shares

2004-08-25 Thread Jason . McGlamary
Hello, Apparently, I did a stupid thing today. I used apt-get on my Debian Woody system to upgrade my Samba packages from 3.0.2 to 3.0.6. Since doing so, all my users are prompted for a password when trying to access shares. Even just listing the IPC$, Windows XP systems prompt for us

[Samba] samba 3.0.3 + windows backup software = strange issue

2004-08-25 Thread Sergei Dubarev
Hello! Sorry if I am wrong with the target list but here's a picture of an issue that we have with Samba 3.0.3 and standard Windows Backup software. Actors: 1) Standard Windows Backup software that is bundled with the OS; 2) Windows 2000 SP4 Russian and Windows XP SP2 English; 3)

[Samba] Samba 3.0 ACL improvements by Snap

2004-08-25 Thread Tom Dickson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm looking at the source code from http://oss.snapappliance.com/3.1/Opus3.1.079.tgz which has a number of improvements to the ACL handling code in Samba. However, the patches are against Samba 3.0.0. Is anyone working on integrating them? Otherwise, I'

RE: [Samba] Upgrade from samba 3.0.4 to 3.0.6 broke file sharing

2004-08-25 Thread Schimcek, Derrick
I upgraded using an rpm -U samba-3.0.6-1.i386.rpm secrets.tdb exists and has something inside of it. The grep returns PRIVATE_DIR: /etc/samba This machine worked fine before it is just a server using ads authentication and only has 2 shares on it. -Original Message- From: Gerald (Jerry) Car

Re: [Samba] finger winbind & gecos

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay Ted wrote: | Has anybody run into the wierdness of the gecos info coming from winbind? | | Here's an example: | | [EMAIL PROTECTED] getent passwd dflores | dFlores:x:21509:13201:Flores, Dick:/home/DOMAIN/dFlores:/bin/bash | [EMAIL PROTECTED] finger

Re: [Samba] Re: copying over an existing file when not owner

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dragan Krnic wrote: |>SuSE 8.2/Samba 3.0.4-SerNet-SuSE |> |>One expects file's owner and date to be preserved |>when copying a file to an SMB share. But if a file |>with the same name is already there, there are two |>different results as to who will ul

Re: [Samba] Upgrade from samba 3.0.4 to 3.0.6 broke file sharing

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Schimcek, Derrick wrote: | system is redhat 9 on a dell power edge 2450 running latest krb5 and | openldap rpm | It worked perfectly on 3.0.4 but arcserve wouldn't back up so I upgraded | to 306 and everything installed correctly but now when you try an

[Samba] finger winbind & gecos

2004-08-25 Thread Jay Ted
Has anybody run into the wierdness of the gecos info coming from winbind? Here's an example: [EMAIL PROTECTED] getent passwd dflores dFlores:x:21509:13201:Flores, Dick:/home/DOMAIN/dFlores:/bin/bash [EMAIL PROTECTED] finger dflores Login: dFlores Name: Flores Di

[Samba] Re: copying over an existing file when not owner

2004-08-25 Thread Dragan Krnic
> SuSE 8.2/Samba 3.0.4-SerNet-SuSE > > One expects file's owner and date to be preserved > when copying a file to an SMB share. But if a file > with the same name is already there, there are two > different results as to who will ultimately own the > new file and what date will be stamped dependin

[Samba] Upgrade from samba 3.0.4 to 3.0.6 broke file sharing

2004-08-25 Thread Schimcek, Derrick
system is redhat 9 on a dell power edge 2450 running latest krb5 and openldap rpm It worked perfectly on 3.0.4 but arcserve wouldn't back up so I upgraded to 306 and everything installed correctly but now when you try and connect to the server it pops the user login box up. I can run net ads user -

[Samba] samba as PDC

2004-08-25 Thread Edwin Rhodes
hi i am trying to turn my solaris system into a samba PDC and i cant get my nt4 ws box to join the domain. i get the following error message: Unable to connect to domain controller for this domain. Have your administrator check your computer account on the domain. any ideas??? thanks ed. -- To

[Samba] Samba Group Mappings

2004-08-25 Thread Douglas Sterner
Using 3.05 and open ldap I'm getting the following error following the Samba by example page 155. My group mappings do not appear to be working correctly. Any suggestions on how to fix this. Everything was working up to this point. Thanks [EMAIL PROTECTED] root]# net groupmap list [2004/08/25

Re: [Samba] libnss_wins

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raymond wrote: |>libnss_wins allows you to resolve netbios names via |>gethostbyname() and gethostbyaddr(). | | | Does Samba3 utilize these function calls in the packaged | RPM builds and if so, is there any reason to utilize the | libnss_wins libs / c

Re: [Samba] INTERNAL ERROR: Signal 6 in pid...

2004-08-25 Thread Rajat
Thanks Jerry! It worked. removed the pid files and touched them again. Now its working again!. Thanks again. Rajat --- "Gerald (Jerry) Carter" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rajat wrote: > | Hi, > | > | Am running SAMBA 3.0.4 on RHEL 3.0 ( > 2

Re: [Samba] libnss_wins

2004-08-25 Thread Raymond
> libnss_wins allows you to resolve netbios names via > gethostbyname() and gethostbyaddr(). Does Samba3 utilize these function calls in the packaged RPM builds and if so, is there any reason to utilize the libnss_wins libs / conf if currently implementing an nss-ldap configuration with Samba3 o

[FIXED] (mostly)Re: [Samba] "net setlocalsid" question

2004-08-25 Thread Misty Stanley-Jones
Forgive me for responding to my own question. I believe I have found the problem. The groupmaps existed by default, the unixgroup part was just missing. So the whole time, I was supposed to be using "net groupmap modify sid= unixgroup=" instead of "net groupmap add" for groups that already e

[Samba] "net setlocalsid" question

2004-08-25 Thread Misty Stanley-Jones
Hi, I'm a tad confused about something. I've got a production instance of Samba running. I am trying to get a test version running on the same box, with the same SID. Without the test server running, I used "net setlocalSID " (the net binary is the one for the new server). Then when I issue

[Samba] Samba Printing

2004-08-25 Thread Douglas Sterner
Using Samba 3.05 and cups I'm having some trouble getting documents to print thru CUPS in raw mode. Documents print fine from the server but not from an XP client. When I used the following print command statement for troubleshooting the job is getting to the Samba server spool directory for t

[Samba] Time warp?

2004-08-25 Thread Gary Algier
Why do I seem to have an internal time warp: [EMAIL PROTECTED] 18% net time ; date Wed Aug 25 11:36:52 2004 Wed Aug 25 11:31:21 EDT 2004 [EMAIL PROTECTED] 19% -- Gary Algier, WB2FWZ gaa at ulticom.com +1 856 787 2758 Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054 Fax:+

Re: [Samba] INTERNAL ERROR: Signal 6 in pid...

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rajat wrote: | Hi, | | Am running SAMBA 3.0.4 on RHEL 3.0 ( 2.4.21-9.ELsmp ) | It was running fine till today when i restarted my | server and started getting this nmbd log!! | | --- | [2004/08/25 20:

[Samba] issue with running samba on two separate systems under 1 hostname

2004-08-25 Thread Tom Ryan
I have a read only share and a couple of printers exported that I would like to be available under a single hostname. to that end, I have a created a hostname that refers to two ip addresses, each being a separate machine. I have configured samba identically on each system and everything appears

[Samba] INTERNAL ERROR: Signal 6 in pid...

2004-08-25 Thread Rajat
Hi, Am running SAMBA 3.0.4 on RHEL 3.0 ( 2.4.21-9.ELsmp ) It was running fine till today when i restarted my server and started getting this nmbd log!! I might have overlooked, but if anyone could point me to any previous post with answers or any other link please mail me or if there is something

[Samba] PDF printing with printing = CUPS

2004-08-25 Thread Eugenio Ruivo
Hi everyone. I've been looking into the subject of "printing" to PDF with Samba in the last couple of days. Sorry to say that I wasted some time trying to figure out why the [print-pdf generator] in smb.conf didn't work. As always reading every comment carefully will pay off in terms of time wa

Re: [Samba] Re: Strange update problem 3.0.5->3.0.6 with XP-Clients

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerald (Jerry) Carter wrote: | | The versions from the unstable debian distribution - I also | | mailed to the package maintainer. | | Ahh...ok. I new they were mine. gahhmeant to say 'knew they were not mine' - -- jerry -BEGIN PGP SIGNATURE--

[Samba] Difference Between Sernet and Samba.org Binaries?

2004-08-25 Thread L. Mark Stone
Can anyone here who has used both explain the differences between the SuSE Samba binaries on samba.org and the ones at ftp.sernet.de? There are more packages available at sernet, and their naming convention is different (samba3*.rpm vs samba*.rpm), which, in the past has created some dependency

[Samba] OFF-TOPIC: Acrescentar uma HD no SCO

2004-08-25 Thread Luis Henrique de Faria Guimaraes
Bom dia pessoall, Alguém sabe como funciona os dispositivos de bloco no SCO ou como faço para instalar uma segunda H.D. nele? -- Atenciosamente, Luis Henrique de Faria Guimarães Tecnologia [EMAIL PROTECTED] Tel.: 3961-3200 -- To unsubscribe from this list go to the following URL and read the i

Re: [Samba] Re: Strange update problem 3.0.5->3.0.6 with XP-Clients

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Copying back to the ml. Georg Hoermann wrote: | this happened when we downgraded: The file *did* exist and | there was *no* new file in the directory. 3.0.5 did not | find any user information. | | [00[004/08/24 16:20:34, 0] passdb/pdb_tdb.c:tdbsam_tdbo

[Samba] Re: NetLogon Script

2004-08-25 Thread Michael Lueck
Could you post your script and the smb.conf vars starting with the word logon for us to have a look at? Also the [netlogon] share section. -- 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 r

[Samba] NetLogon Script

2004-08-25 Thread Coggan, James
hi, I have a samba 3.0.5 PDC server The netlogon script works fine on windows 2k On windows 98 it executes the script but it doesnt map the drives why Thank you -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Can´t login domain admins

2004-08-25 Thread Ganeshram Iyer
Maybe you need to try "net groupmap list" and see if your group smbadmins is mapped to a Windows group ("Domain Admins"). http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#id2537782 Ganesh Lorenzo Ortega - Soporte Técnico SC Cuadrado S.L. - wrote: Hi, I´ve installed

Re: [Samba] Re: Strange update problem 3.0.5->3.0.6 with XP-Clients

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Georg Hoermann wrote: | (3.0.6 also messed up the passsword-file, was not | readable by 3.0.5). Pretty big claim. Could you help me out by providing more details. like smb.conf, level 10 debug logs etc? Thanks. I'm guessing you are using tdbsam?

Re: [Samba] libnss_wins

2004-08-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raymond wrote: | Could someone explain the use of libnss_wins within Samba 3? | Currently utilizing libnss_ldap. libnss_wins allows you to resolve netbios names via gethostbyname() and gethostbyaddr(). - -- jerry - -

[Samba] Hi

2004-08-25 Thread Andrew Bremer
Hi I want to use samba as a fileserver. I am running in a windows 2000 environment with a AD structure not supporting per windows 2000 OS. Will samba work in this environment or do I need to change my AD to support pre windows 2000 clients. Regards Andrew Bremer -- To unsubscrib

[Samba] samba password change

2004-08-25 Thread Andrea Lorenz
Hello guys, I have a samba 3.0.4 file server on Fedora 1 running. If I change the password on the samba server, everything works fine. If I change the password on a other linux machine (with Fedora 1 and samba 3.0.4, too) with smbpasswd -r software, I get the error message machine software reject

[Samba] Problem with Domain Administrator rights in samba 3.0.2

2004-08-25 Thread Philip M Grisedale
ALL I have set-up Samba to run as a PDC its been running great now for over 6 months with no probs. I am looking to add to this by setting up a Domain Administrator so I can run audits, remote patch updates, reg hacks etc. I have followed the instructions but have I have no domain rights with '

[Samba] copying over an existing file when not owner

2004-08-25 Thread Dragan Krnic
SuSE 8.2/Samba 3.0.4-SerNet-SuSE One expects file's owner and date to be preserved when copying a file to an SMB share. But if a file with the same name is already there there are two different ways as to who will ultimately own the new file and what date will be stamped depending upon whether the

[Samba] Can´t login domain admins

2004-08-25 Thread Lorenzo Ortega - Soporte Técnico SC Cuadrado S . L . -
Hi, I´ve installed fedora core 2 with samba 3.0.X. The pc is a PDC and I´ve configured samba like I could see in this easy manual: http://www.osnews.com/story.php?news_id=6684 (before this, I write for each pc : adduser -g "group" -d /dev/null -s /dev/null netbiosname$ > smbpasswd -a -m

Re: [Samba] CIFS Server 2.2j Pb with locking : No locks available

2004-08-25 Thread Bernard Sagnol
I've Increased nflocks (didn't think of it). Works fine, many thanks. Bernard eric roseme a écrit : > You probably did not tune nflocks for Samba. The default kernel > variable will be exhausted quickly with Samba due to the extensive tdb > locking. > > As long as you are doing nflocks, you migh