[Samba] Windows can't create folders/files with long file names

2003-07-08 Thread Alexander Skwar
Hello! Sometimes I've got the problem, that my Windows XP Pro can't create folders/files with long file names on some shares. However, it's always possible to read existing folders/files with long file names. After restarting Windows and reconnecting the share, the problem normally goes away. At

RE: [Samba] Using PAM - Logging into Linux using an NT Domain account

2003-07-08 Thread kenneth . westelinck
Just follow this man page: http://ftp.easynet.be/samba/docs/man/winbindd.8.html this worked for me. The only extra thing I had to do was to specify the user to use when winbindd is connecting to the IPC$ share, using wbinfo -A user. Make sure you create backups of pam files before tinkering with

[Samba] locking problem

2003-07-08 Thread Saugata Das
We are implementing samba based on the CIFS document. We are stuck with implementing the LOCK_BYTE_RANGE. If the CIFS document is to be referred, then we see that there is no field in this message that indicates if a read/write or unlock message is being sent by the client. So our question is, how

[Samba] IOCTL

2003-07-08 Thread Saugata Das
This is regarding the IOCTL command which is part of the SMB commands, We are currently referring to the CIFS document for information on the various SMB commands, but we are unable to get any information regarding the IOCTL commands (SMB_COM_IOCTL, SMB_COM_IOCTL_SECONDARY), even though it is

Re: [Samba] Connecting to Win2000 drive with samba

2003-07-08 Thread Mark Lin
Thank you for your advice John, but you suggestion is no different then what I was doing. Sure enough I got the same errors. I just wish i knew wither the problem lies with smb or with win2k. It seems like they are talking but either something in win2k is set right or some in smb that is not

Re: [Samba] Connecting to Win2000 drive with samba

2003-07-08 Thread John H Terpstra
On Tue, 7 Jul 2003, Mark Lin wrote: Thank you for your advice John, but you suggestion is no different then what I was doing. Sure enough I got the same errors. I just wish i knew wither the problem lies with smb or with win2k. It seems like they are talking but either something in win2k

Re: [Samba] How to change password on web?

2003-07-08 Thread Fermin Galan
Dear all I've to create a webpage that let user change both their linux samba password. Would you give me any resource to achieve this requirement? Linking the webpage with an external script (via CGI or PHP) that executes the appropiated passwd and sbmpasswd commands could be a

Re: [Samba] Connecting to Win2000 drive with samba

2003-07-08 Thread Mark Lin
Okay I got the user account setup. The only mystery is how do i check wither the user account have access to share? I mean I used explore and clicked the share button and the hand icon appeared on the folder. Yet I still can't see the folder from Linux. Another thing, I was just playing with

Re: [Samba] IOCTL

2003-07-08 Thread Jeremy Allison
On Tue, Jul 08, 2003 at 11:47:26AM +0530, Saugata Das wrote: This is regarding the IOCTL command which is part of the SMB commands, We are currently referring to the CIFS document for information on the various SMB commands, but we are unable to get any information regarding the IOCTL commands

Fwd: Re: [Samba] How to change password on web?

2003-07-08 Thread Chris Wong
Dear all I've to create a webpage that let user change both their linux samba password. Would you give me any resource to achieve this requirement? Linking the webpage with an external script (via CGI or PHP) that executes the appropiated passwd and sbmpasswd commands could

RE: [Samba] installed samba,enabled nbios,shares, failing

2003-07-08 Thread Vizitiu, Ciprian
I've installed Samba. And smbstatus shows no locked files. enabled netbios. I Can't seem to find the network on either windows xp nor on rhl 9. Mounting times out. And Network not found error comes on WindowsxP. i don't know if i need to add a share or what. i just changed the

Re: [Samba] Is it sombody who has a working pam.conf for Solaris 9 ?

2003-07-08 Thread Patrik Gustavsson PS Sweden Senior Technical Consultant
Hi, I have now a working pam.conf for Solaris 9 with winbind for telnet, rlogin, ftp, dtsession. The following changes have been done compered to the default. diff pam.conf.ORG pam.conf 21,23c21,24 login auth required pam_dhkeys.so.1 login auth required pam_unix_auth.so.1

[Samba] problem using share level security

2003-07-08 Thread Rajan Aggarwal
Hi All! I am facing a problem for password protection at share level. There are 2 users (user1 and user2) locally configured on my Linux machine. The Linux passwords for both have been configured and for simplicity the samba passwords for both are kept same as the Linux ones. Then , I

[Samba] Slow transfer between RH 9.0 and w2k, but not XP.

2003-07-08 Thread Roy Otto Kleiv
Hi I just set up a server running RH9.0 and the latest Samba. The thing is transfering files from a w2k to the samba server takes ages, but with the XP box there's no problems. Is there a reigstry tweak or something that I need to apply to the w2k box? I read in an earlier post that it could

[Samba] Samba 2.28a and NT ACL

2003-07-08 Thread giovanni
I have samba 2.2.8a compiled with option --with-acl-support --with-pam -- with-winbind on solaris8. My problem is: - when I copy the data from old nt server to new samba server with this command xcopy oldserver newserver /O/S I received for some files Access Denied. I have add on the smb

Re: [Samba] How to change password on web?

2003-07-08 Thread Philipp Stader
Hi, i've found http://web.onda.com.br/orso/chetcpasswd.html to be very suitable for my task. All i had to do was add a call for a shell script to make it change linux password and samba passwort at once. Look around line 230 in chetcpasswd.c and change to something like if(ok) {

[Samba] samba-3.0.0beta2

2003-07-08 Thread vincent Badier
Hello all, First, i present myself since this is the first time i post here. My name is Vincent Badier, and i'm a samba beginner. I tried to compil and install samba-3.0.0beta2. I configured it with the --with-acl-support and no error occured. The problem appear when i tried to join an

Re: [Samba] Samba 2.28a and NT ACL

2003-07-08 Thread giovanni
New info: I have see that the files that xcopy don't copy is the files where the owner of files is domain\administrator Bye Giovanni - Original Message - From: [EMAIL PROTECTED] Date: Tuesday, July 8, 2003 11:16 am Subject: [Samba] Samba 2.28a and NT ACL I have samba 2.2.8a compiled

Re: [Samba] samba-3.0.0beta2

2003-07-08 Thread Patrik Gustavsson PS Sweden Senior Technical Consultant
In order to get ADS support you have to compile SAMBA with Kerberos- and LDAP- support. /Patrik vincent Badier wrote: Hello all, First, i present myself since this is the first time i post here. My name is Vincent Badier, and i'm a samba beginner. I tried to compil and install

[Samba] Samba and NIS

2003-07-08 Thread Benilton de Sa Carvalho
Is it possible a samba server authenticate users by NIS? For example, can a NIS client be a Samba Server and use the NIS system to authenticate the users? If so, how? Regards, -- Benilton Carvalho -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Samba and NIS

2003-07-08 Thread Uwe Laverenz
Benilton de Sa Carvalho schrieb: Is it possible a samba server authenticate users by NIS? For example, can a NIS client be a Samba Server and use the NIS system to authenticate the You can use NIS with plaintext passwords (unencrypted) only. If you use encrypted passwords, you have to use a

Re: [Samba] Samba and NIS

2003-07-08 Thread Benilton de Sa Carvalho
Can I use this solution (plaintext passwords) even if my Samba server acts as PDC? Thank you, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team On Tue, 8 Jul 2003, Uwe Laverenz wrote: Benilton de Sa Carvalho schrieb: Is it possible a samba server authenticate users by NIS?

Re: [Samba] Samba and NIS

2003-07-08 Thread Uwe Laverenz
Benilton de Sa Carvalho schrieb: Can I use this solution (plaintext passwords) even if my Samba server acts as PDC? No, if you want Samba to act as a Domain Controller you need encrypted passwords. cu, Uwe -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Printing Through Samba From Windows

2003-07-08 Thread Buck Turgidson
I want to consolidate some NT/Linux machines into a single Linux machine running samba. I have a Brother Printer/Scanner/Fax combo that is not supported by Linux. If I set this printer up under samba and access it from a Windows client on the network, won't I be using the Windows driver? It

[Samba] Samba PDC and Passwords

2003-07-08 Thread Benilton de Sa Carvalho
Hi everybody, I have a dilemma here about the user accounts. We have all the accounts at a NIS server. My samba PDC is another machine (different from the NIS server). What are my options for managing the accounts? 1) Central management (LDAP) 2) Keep different password files (passwd/smbpasswd)

Re: [Samba] Incredibly slow Roaming Profiles

2003-07-08 Thread Nathan Ehresman
On Mon, Jul 07, 2003 at 11:38:13AM -0400, Damian Gerow wrote: The profile itself is something like 800k, and this is all over a 100Mb LAN. I can see via the SAMBA logs that the profile share is opened, the profile is loaded, and the profile share is closed in a matter of seconds, yet the XP

RE: [Samba] Printing Through Samba From Windows

2003-07-08 Thread _Chris McKeever_
-Original Message- From: Buck Turgidson [mailto:[EMAIL PROTECTED] If I set this printer up under samba and access it from a Windows client on the network, won't I be using the Windows driver? It seems to me it should work ok like this, since I believe that Windows will just

Re: [Samba] Migrate NT PDC to SAMBA PDC

2003-07-08 Thread robowarp
Hi John, it dont depends on -r i tested it, the script is simply not executed and the log says this is not implemented yet running on suse 8.2 with ther ftp version of samba 3 beta 2 ( but failure was same on suse 8.2 with compiled beta1 from source) any idea? Regards On Mon, 7 Jul 2003 [EMAIL

Re: [Samba] Incredibly slow Roaming Profiles

2003-07-08 Thread Damian Gerow
Thus spake Nathan Ehresman ([EMAIL PROTECTED]) [08/07/03 09:04]: We had this problem too in a lab setting. The issue for us was large My Documents, Application Data, and Desktop directories. You said your profile is 800k -- is that the NTUSER.DAT registry hive or does that including all the

[Samba] Using PAM - Logging into Linux using an NT Domain account

2003-07-08 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Message: 20 Date: Mon, 7 Jul 2003 19:35:01 +0100 From: Ian Clancy [EMAIL PROTECTED] Subject: [Samba] Using PAM - Logging into Linux using an NT Domain account To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED]

Re: [Samba] Printing Through Samba From Windows

2003-07-08 Thread Buck Turgidson
you can set the printer up as RAW on the linux side, it then just passes the print job through to the printer untouched, so yes, your windows machine will use its driver, pass it to the linux box which then in turn passes it to the printer. Thanks. Is 'Raw' a linux OS setting, or a samba

Re: [Samba] ldap pdc and rejoining domains

2003-07-08 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Message: 14 Date: Mon, 07 Jul 2003 17:30:23 +0100 From: Duncan Brannen [EMAIL PROTECTED] Subject: [Samba] ldap pdc and rejoining domains To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii;

Re: [Samba] Samba PDC and Passwords

2003-07-08 Thread Christopher Odenbach
Hi, I have a dilemma here about the user accounts. We have all the accounts at a NIS server. My samba PDC is another machine (different from the NIS server). What are my options for managing the accounts? 1) Central management (LDAP) Yes 2) Keep different password files

Re: [Samba] problem using share level security

2003-07-08 Thread John H Terpstra
On Tue, 8 Jul 2003, Rajan Aggarwal wrote: Hi All! I am facing a problem for password protection at share level. There are 2 users (user1 and user2) locally configured on my Linux machine. The Linux passwords for both have been configured and for simplicity the samba passwords for both

RE: [Samba] Printing Through Samba From Windows

2003-07-08 Thread Chris McKeever
-Original Message- From: Buck Turgidson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 8:31 AM To: [EMAIL PROTECTED] Subject: Re: [Samba] Printing Through Samba From Windows you can set the printer up as RAW on the linux side, it then just passes the print job

RE: [Samba] Printing Through Samba From Windows

2003-07-08 Thread Vizitiu, Ciprian
i know in CUPS it is a setting on how you control the printer. I think using lpd there is a flag -raw (or something, not sure) that you can pass to the print command that basically says: take this job, send it to the printer but dont fart with it... ... And pray that the printer

[Samba] W2K Passwords

2003-07-08 Thread Brian Thompson
Hi There, I'm installing Samba 2.0.7 on Red Hat 7.1. I followed the instructions on creating a password file for Samba. Doing this I was able to link to the share file just fine. My problem is when I added a new user to linux, I was not able to use the smbpasswd command to add them. First I

[Samba] Retrieve netgroup information from other sources than NIS?

2003-07-08 Thread Marc Schmitt
Dear all, We're using LDAP for user, group and netgroup information. Obviously, samba does not care about /etc/nsswitch.conf when it comes to netgroups and heads for NIS directly, which is what the manpage of smb.conf correctly states. Is there a way to make samba retrieve the netgroup

[Samba] Help Samba Virtual Servers (Host aliases) configurationproblem

2003-07-08 Thread Poletto Davide
Hi, I need to create one or more NetBIOS host alias of my unique SAMBA server version 2.27 which is running on a RedHat Linux 8.0 box acting as a simple file-sharing machine for our WORKGROUP. I need that my clients see three differents host more than the real fileserver; I think the scope of

[Samba] File Permission Problem Saving Word Doc to Samba Share

2003-07-08 Thread Conrad Richter
This is not a critical problem, but it would be nice to have a resolution so that we can better organize how our company creates and stores Word documents. File Server and Intranet System: OS: (old!) probably Redhat 5.0 (2.0.32 kernal) Samba: (old!) vers. 1.9.17 Apache: (old!) 1.2.4

[Samba] Still having the same problem with Samba

2003-07-08 Thread Keith Williams
Dear Team, I am still getting this error even after making the change from security = user to security = domain. I even tried changing the domain name from SMIS to MARS.This is the error The Following error occurred to join the domain smis.(MARS) The account used is a computer account. Use your

RE: [Samba] Still having the same problem with Samba

2003-07-08 Thread Vizitiu, Ciprian
Now I get this error when trying to get W2k pro to join the Linux Domain. Here is the SMB.Conf file again for review. Thanks so much security = DOMAIN Change it to security = server ... encrypt passwords = yes browsable = yes local master = yes domain master = yes os level = 99

Re: [Samba] can't access samba share from xp

2003-07-08 Thread hemp4fuel
thanks for your help, its working now, now to get printing going. kluu te wrote: I ment comment out wins server.Else you get an error when running testparm. I've recently connected several fresh installed XP Pro's to a redhat samba server with the settings I gave you whitout any problems. No

[Samba] samba.org Solaris binary is incompatible with Mac OS 10.2.xas client

2003-07-08 Thread Tom Schaefer
More precisely what I've discovered is, at least in the cases of 2.2.8a and 3.0alpha22, when a 64-bit Samba is built with Sun's Forte compiler you'll end up with something incompatible with Mac OS 10.2.3. I always compile Samba myself with Sun's compiler to produce a 64-bit Samba. Well

[Samba] PDC issue

2003-07-08 Thread Leonardo Rodríguez
Hi List, I installed samba 2.2.8 in redhat 9.0 so I decided to configure it as a PDC I've managed to find that my windows clients use the PDC users but when I use the Linux clients I just can log in the machine in text mode but when I try to log in the machine using the graphical mode it

[Samba] Password expired on XP for Samba 3.0 beta as PDC

2003-07-08 Thread Adrian Chow
Hi, I got a Samba 3.0 beta running on Linux as PDC. I don't have any settings for obey pam restriction but I have compiled it with PAM option. BUt I am not using the LDAP option. Then the password expiration message keeps popping out of my XP to tell me to change the password. Any way to get

[Samba] Virus Alert

2003-07-08 Thread interscan
07/08/2003 18:06:26 - smtpscanin.unicc.org has found virus WORM_SOBIG.E in file your_details.zip you sent to [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Password expired on XP for Samba 3.0 beta as PDC

2003-07-08 Thread Brendon Baumgartner
On Wed, Jul 09, 2003 at 01:18:21AM +0800, Adrian Chow wrote: Hi, I got a Samba 3.0 beta running on Linux as PDC. I don't have any settings for obey pam restriction but I have compiled it with PAM option. BUt I am not using the LDAP option. Then the password expiration message keeps

[Samba] Re: question

2003-07-08 Thread Jeremy Allison
On Tue, Jul 08, 2003 at 09:38:46AM -0300, Mohamed Elbeshti wrote: Hi Jeremy How r u ? I found in the server box samba ver 2.0.7 running with RH6.2 -kerenel 2.2.14-. Is it possible to upgrade the old version samba to samba 2.2.0 or higher? Yes this should be possible if you compile from

[Samba] linux newbie with printer problems

2003-07-08 Thread ajducey
I can see the linux usb printer from my windows box, but under the icon it says access denied unable to connect. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] LMB question

2003-07-08 Thread D. Rick Anderson
Can somebody explain to me how the whole Local Master Browser thing works? I'm running samba across 3 subnets, and all the docs tell you to set up a Local Master Browser on each subnet. I couldn't find any documentation on how to actually do that so I used the remote announce option in smb.conf,

Re: [Samba] linux newbie with printer problems

2003-07-08 Thread D. Rick Anderson
Can you still print to it though? Try adding this line: use client driver = yes To your printer definition. Rick I can see the linux usb printer from my windows box, but under the icon it says access denied unable to connect. -- To unsubscribe from this list go to the following URL and

[Samba] Determining Current Domain Master

2003-07-08 Thread _Chris McKeever_
Is there an entry in the wins.dat/browse.dat file (or some other means) which identifies which machine is the current domain master? I seem to be having a tug of war with machines (NT v. Linux) and trying to figure out what is happening thanks -- To unsubscribe from this list go to the

Re: [Samba] LMB question

2003-07-08 Thread John H Terpstra
On Tue, 8 Jul 2003, D. Rick Anderson wrote: Can somebody explain to me how the whole Local Master Browser thing works? I'm running samba across 3 subnets, and all the docs tell you to set up a Local Master Browser on each subnet. I couldn't find any documentation on how to actually do that so

[Samba] Samba + vmware win xp not working

2003-07-08 Thread Andrei Cojocaru
Hey everybody, I'm running Debian (woody) on 2.4.21 kernel. I installed the samba package (Version 2.2.3a-12.3 for Debian). Win XP is with sp1. Win XP is running on the linux machine in vmware as a guest OS with a bridged network setup. I can telnet from win xp (192.168.0.10) to linux

[Samba] samba + cups print spooling

2003-07-08 Thread Oleg Biteryakov
Hello. I have samba (2.2.8a) + cups(1.1.19 with postscript driver) setup. Printing works just fine, both from linux client and windows client. On linux server cups is configured to hold print jobs till release, and that works if printing from server itself. However, when printing from

Re: [Samba] Printing Through Samba From Windows

2003-07-08 Thread Joel Hammer
The only problem with your approach is two way communication with the peripheral, which samba won't support, AFAIK. For printing, there may well be an option to turn off two way communication in the windows driver. Good luck with the scanner and fax modes. Joel On Tue, Jul 08, 2003 at

[Samba] Problems with Smaba STILL

2003-07-08 Thread Keith Williams
Ok I have done everything you guys have asked me to do and I still get the same error- I even went out downloaded Webmin to help me out and the blasted Vendow$ keep coming up with the same error. The Following error occurred to join the domain smis. The account used is a computer account. Use

Re: [Samba] Incredibly slow Roaming Profiles

2003-07-08 Thread James Kreuziger
I'm having a similar problem. I'm running Samba 2.2.8a on Solaris 8, and Win2k and XP. About 2 weeks ago, my Roaming Profile started loading/unloading REALLY slow. It had been taking 30-45 seconds to load, then all of a sudden it started taking 2-5 minutes. Yes, my profile was getting large

[Samba] Minor problem with CUPS printing.

2003-07-08 Thread Collins, Kevin
I've got a Red hat 8.0 machine running the latest up2date version of Samba (2.2.7 with Red Hat's patches) acting as a print server using CUPS. The printing of documents is fine for the most part. But I have noticed one thing that is really nothing more than an annoyance and was wondering if

[Samba] ACLs and Journalling file systems...

2003-07-08 Thread Bradley D. Thornton
I'm running slackware 9.0 Does ReiserFS NOT support ACLs? I understand that XFS does (with a patch), but the page that I got this information from is kind of old (http://www.linux-mag.com/2002-10/jfs_01.html - which may also assist in helping one decide which file system to go with I suppose).

re: [Samba] Minor problem with CUPS printing.

2003-07-08 Thread Karl Banasky
Try printcap name = lpstat in the Global settings. Karl- I've got a Red hat 8.0 machine running the latest up2date version of Samba (2.2.7 with Red Hat's patches) acting as a print server using CUPS. The printing of documents is fine for the most part. But I have noticed one

Re: [Samba] Win4Lin, MYOB, Samba Performance

2003-07-08 Thread Jeremy Allison
On Fri, Jul 04, 2003 at 01:20:12PM +1000, Stuart Guthrie wrote: I'm having performance problems that seem to involve SAMBA in the equation so I thought I'd ask if there was something obvious I'm stuffing up or a known anomoly. A mate of mine runs MYOB Premier (the brilliant (not!) multi-user

[Samba] Samba 2.2.8 PDC, WindowsXP and setting user groups

2003-07-08 Thread Adrian Bolzan
Hi, Having problems setting up Windows XP SP1 clients with Samba 2.2.8 PDC. I can connect to the domain ok but all users are created as Users, when what I need is Power Users (Standard Users). I have seen some posts that suggest adding the Domain Users to the Power Users group, however,

[Samba] Samba 22.8 ODC, Windows XP and Mandatory profiles

2003-07-08 Thread Adrian Bolzan
Hi, I am not that familiar with Windows XP so amnot sure where to look to set mandatory profiles. The searchable lists mention Windows 2000 a lot but not XP. I have a samba 2.2.8 PDC with WinXP SP1 clients. I can connect to the PDC fine and Roaming Profiles works well. However, i would

Re: [Samba] Samba 2.2.8 PDC, WindowsXP and setting user groups

2003-07-08 Thread Adrian Bolzan
Hi, One additional note. I am using Roaming profiles successfully. adrian On 9 Jul 2003 at 9:45, Adrian Bolzan wrote: Hi, Having problems setting up Windows XP SP1 clients with Samba 2.2.8 PDC. I can connect to the domain ok but all users are created as Users, when what I need is

[Samba] Samba3b2, solaris, AD suport and libiconv.

2003-07-08 Thread Robinson, Greg
Hi all, I am attempting to build samba3 beta2 for AD support, and I've run into a brick wall. I am using Solaris 2.7 and 2.9, with gcc 2.95.2, with krb5-1.2.8 and (now) libiconv-1.9.1 Firstly, I am getting errors of the like: Error loading module '/usr/local/samba/lib/charset/CP850.so':

[Samba] Recall: Samba3b2, solaris, AD suport and libiconv.

2003-07-08 Thread Robinson, Greg
Robinson, Greg would like to recall the message, sec:uSamba3b2, solaris, AD suport and libiconv.. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Samba3b2, solaris, AD suport and libiconv.

2003-07-08 Thread Robinson, Greg
Sorry about that. Outlook decided to do an ALT+S on me and send it in mid sentance. I'll finish what I was typing below. Greg. -Original Message- From: Robinson, Greg [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 July 2003 10:19 AM To: '[EMAIL PROTECTED]' Subject: [Samba] Samba3b2,

[Samba] Import complete list of NT users/groups

2003-07-08 Thread Zimba Cao
Hi All, I have a samba-2.2 machine that's already successfully authenticating against a Win2k PDC. Dynamic addition/removal of users via add user script and delete user script are working great. However, we have some 500 users in the domain, and really need the user accounts to be created so

[Samba] Re: What is faster...windows vs Samba

2003-07-08 Thread Bradley D. Thornton
Jake Johnson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I am just curious...which is faster? Obviously if the machines are the same size and all conditions are equal except for the OS. heh. how 'bout a real world example? Screw all the benchmark crapola - that stuff's

RE: [Samba] Import complete list of NT users/groups

2003-07-08 Thread Paul Eggleton
Zimba Cao wrote on Wednesday, 9 July 2003 2:47 p.m.: Is there a way to dump a list of users in a domain? Something we could run through a script to create the local placeholder accounts? Try: wbinfo -u Cheers, Paul -- To unsubscribe from this list go to the following URL and read the

[Samba] Re: Problems with Smaba STILL

2003-07-08 Thread WinXperts
Did you add a password for root in samba? the command is -- smbpasswd -a root, you also have to do this for all the users. I don't know what you are using for modifying the smb.conf but it's creating wild entries in wierd places. a) Domain admin group = users or groups - NOT IP'S b) Socket

[Samba] What is faster...windows vs Samba

2003-07-08 Thread Jake Johnson
Hello, I am just curious...which is faster? Obviously if the machines are the same size and all conditions are equal except for the OS. Regards, Jake Johnson [EMAIL PROTECTED] __ Plutoid - http://www.plutoid.com - Shop Plutoid

[Samba] Re: Problems with Smaba STILL

2003-07-08 Thread WinXperts
Try this SMB.CONF. Hope it does not get cut again. :) [global] ;basic server settings workgroup = smis netbios name = Linux_Server server string = Samba PDC running %v socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192 ;PDC and master browser settings

Re: [Samba] Samba3b2, solaris, AD suport and libiconv.

2003-07-08 Thread Marian Mlcoch, Ing
Hi yuo not write if and how you install iconv. If you compile iconv then it is ok but need install to proper place with path and libs plus devel files must be proper placed. I not understand solaris but linux have ldconfig and this ldconfig sumarize info about installed libs and may be run afther

I/O's to SAMBA_ROOT ?

2003-07-08 Thread Jan-Erik Söderholm XA (TN/PAC)
When opening a file (on a different device then SAMBA_ROOT) from a Win2K client using an text editor (UltraEdit32), the SAMBA server does a lot of I/O's to the disk with SAMBA_ROOT. It's between 1000 and 2000 I/O's. the I/O's to the device where the text file is, are just a few. The open takes

CVS update: samba/source/auth

2003-07-08 Thread jerry
Date: Tue Jul 8 17:04:11 2003 Author: jerry Update of /data/cvs/samba/source/auth In directory dp.samba.org:/tmp/cvs-serv2274/auth Modified Files: Tag: SAMBA_3_0 auth_util.c Log Message: fix bone head mistake when setting the uid in the server_info struct. Revisions:

CVS update: samba/source/auth

2003-07-08 Thread jerry
Date: Tue Jul 8 17:19:37 2003 Author: jerry Update of /data/cvs/samba/source/auth In directory dp.samba.org:/tmp/cvs-serv3407/auth Modified Files: Tag: SAMBA_3_0 auth_util.c Log Message: standlone servers don't have any trusted domains Revisions: auth_util.c

CVS update: samba/source/param

2003-07-08 Thread jra
Date: Tue Jul 8 21:58:29 2003 Author: jra Update of /data/cvs/samba/source/param In directory dp.samba.org:/tmp/cvs-serv27580/param Modified Files: Tag: SAMBA_3_0 loadparm.c Log Message: Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally available. Removed

CVS update: samba/source/passdb

2003-07-08 Thread jra
Date: Tue Jul 8 21:58:29 2003 Author: jra Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv27580/passdb Modified Files: Tag: SAMBA_3_0 passdb.c pdb_tdb.c Log Message: Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally

CVS update: samba/source/rpc_server

2003-07-08 Thread jra
Date: Tue Jul 8 21:58:29 2003 Author: jra Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv27580/rpc_server Modified Files: Tag: SAMBA_3_0 srv_samr_nt.c Log Message: Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally

CVS update: samba/source/smbd

2003-07-08 Thread jra
Date: Wed Jul 9 00:01:41 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv5765/smbd Modified Files: Tag: SAMBA_3_0 uid.c Log Message: Ensure we correctly test for errors in uid/gid_to sid. Jeremy. Revisions: uid.c

CVS update: samba/source/passdb

2003-07-08 Thread jra
Date: Wed Jul 9 00:20:43 2003 Author: jra Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv6970/passdb Modified Files: Tag: SAMBA_3_0 passdb.c Log Message: Fix up become_root/unbecome_root pairs needed around local passdb lookups. Jeremy.

CVS update: samba/source/include

2003-07-08 Thread jra
Date: Wed Jul 9 00:23:40 2003 Author: jra Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv7118/include Modified Files: Tag: SAMBA_3_0 rpc_samr.h Log Message: Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful purpose. Replace with

CVS update: samba/source/rpc_server

2003-07-08 Thread jra
Date: Wed Jul 9 00:23:42 2003 Author: jra Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv7118/rpc_server Modified Files: Tag: SAMBA_3_0 srv_samr_nt.c Log Message: Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful purpose.

CVS update: samba/source/smbd

2003-07-08 Thread jra
Date: Wed Jul 9 00:23:42 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv7118/smbd Modified Files: Tag: SAMBA_3_0 uid.c Log Message: Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful purpose. Replace with an array

CVS update: samba/source/rpc_parse

2003-07-08 Thread jra
Date: Wed Jul 9 00:23:41 2003 Author: jra Update of /data/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv7118/rpc_parse Modified Files: Tag: SAMBA_3_0 parse_samr.c Log Message: Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful purpose.

CVS update: samba/source/nsswitch

2003-07-08 Thread jerry
Date: Wed Jul 9 03:25:39 2003 Author: jerry Update of /data/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv21439/nsswitch Modified Files: Tag: SAMBA_3_0 winbindd.c Log Message: fix linking issues in winbindd with become/unbecome_root() in passdb.c Revisions:

CVS update: samba/source/utils

2003-07-08 Thread jerry
Date: Wed Jul 9 03:32:07 2003 Author: jerry Update of /data/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv21846/utils Modified Files: Tag: SAMBA_3_0 net.c smbpasswd.c pdbedit.c Log Message: more compile fixes for become/unbecome_root() Revisions: net.c