From m.pistauer at cisc.at Wed Apr 2 10:55:01 2003 From: m.pistauer at cisc.at (Markus PISTAUER (CISC)) Date: Fri Feb 13 23:41:32 2004 Subject: Login from win2k client to samba PDC Message-ID: I have joined my win2k client machines (win2k professional or win2k professional server) to my PDC. This worked fine and I did all recommended as e.g. in the HOWTO http://hr.uoregon.edu/davidrl/samba/samba-pdc.html#joining. So far I can also login localy to the win2k client machines using a local account and connect a network drive from the PDC using a valid account on the PDC (as given in the "smbpasswd" file) I have done all major steps: passwd file: added users and machine accounts (as user $) smbpasswd file: added users with 'smbpasswd -a ' added machines with 'smbpasswd -a added user 'root' to smbpasswd smb.conf: all the necessary settings done (I can post the smb.conf if requested) The problem: ------------ If I try to login on the domain using the win2k client machine (selecting the domain instead of the local machine name the login window) I cannot connect to the domain and get the error message: The system cannot log you on to this domain because the system's computer account in its primary domain is missing or the password on that account is incorrect My environments settings: ------------------------- I'm using Samba 2.2.5 (release 160), win2k prof with SP3 or no SP, classic authentication on the PDC. Linux Kernel is 2.4.19 (Build 174). I have also tried 2.2.8 with same failure. Any help would be VERY appreciated. Thanks Markus Pistauer mailto:m.pistauer@cisc.at From mimir at samba.org Wed Apr 2 11:27:05 2003 From: mimir at samba.org (Rafal Szczesniak) Date: Fri Feb 13 23:41:32 2004 Subject: Login from win2k client to samba PDC In-Reply-To: References: Message-ID: <20030402112705.GB29693@diament.ists.pwr.wroc.pl> On Wed, Apr 02, 2003 at 12:55:01PM +0200, Markus PISTAUER (CISC) wrote: > > Any help would be VERY appreciated. ... and asking this kind of question (general help) on samba@lists.samba.org would be, as well. This is list for coordinating efforts focused around samba documentation (as samba-docs name suggests). cheers, -- Rafal Szczesniak mimir[at]diament.ists.pwr.wroc.pl Samba Team member mimir[at]samba.org +---------------------------------------------------------+ *BSD, GNU/Linux and Samba http://www.samba.org +---------------------------------------------------------+ From jose at sferacarta.com Fri Apr 4 07:26:10 2003 From: jose at sferacarta.com (jose) Date: Fri Feb 13 23:41:32 2004 Subject: fromdos - todos Message-ID: <3E8D3392.50708@sferacarta.com> Hi all, Probably this is a sample question described somewhere but I can't find any reference on samba manuals. As you all know there's a difference between unix text files and dos text files, i.e. the first ones uses a \n as eol and the second uses \r\n I have some troubles reading text files created for unix using a dos program for example. Is there a parameter to set in smb.conf or everywhere to avoid this problem? Thanks for any help. Jo From jerry at samba.org Fri Apr 4 13:22:31 2003 From: jerry at samba.org (Gerald (Jerry) Carter) Date: Fri Feb 13 23:41:32 2004 Subject: fromdos - todos In-Reply-To: <3E8D3392.50708@sferacarta.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 4 Apr 2003, jose wrote: > Probably this is a sample question described somewhere but I can't find > any reference on samba manuals. > > As you all know there's a difference between unix text files and dos > text files, i.e. the first ones uses a \n as eol and the second uses \r\n > > I have some troubles reading text files created for unix using a dos > program for example. > > > Is there a parameter to set in smb.conf or everywhere to avoid this problem? No. Best bet is to a text editor that supports for the CR and CR/LF formats. cheers, jerry ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team ---------------------- http://www.samba.org GnuPG Key ---- http://www.plainjoe.org/gpg_public.asc "You can never go home again, Oatman, but I guess you can shop there." --John Cusack - "Grosse Point Blank" (1997) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE+jYcXIR7qMdg1EfYRAk/rAJ9woZFreMWtvmp6NLFlRz6C7H+ZnACeJfrs nh7zFAJKFDGk7LLTVcchjPc= =EcjG -----END PGP SIGNATURE----- From jht at samba.org Fri Apr 4 16:22:39 2003 From: jht at samba.org (John H Terpstra) Date: Fri Feb 13 23:41:32 2004 Subject: fromdos - todos Message-ID: Jo, There is no way to do this without risk to file integrity. There is no option for smb.conf to automate file conversion. If you search the archives you will see that this has been raised thousands of time before. Your best approach will be to find a text editor for MS Windows that recognises Unix file formats. There are quite a few of them out there. In response to: > Hi all, > > Probably this is a sample question described somewhere but I can't find > any reference on samba manuals. > > As you all know there's a difference between unix text files and dos > text files, i.e. the first ones uses a \n as eol and the second uses > \r\n > > I have some troubles reading text files created for unix using a dos > program for example. > > > Is there a parameter to set in smb.conf or everywhere to avoid this > problem? > > Thanks for any help. - John T. -- John H Terpstra Email: jht@samba.org From jose at uriland.it Fri Apr 4 16:50:27 2003 From: jose at uriland.it (jose) Date: Fri Feb 13 23:41:32 2004 Subject: fromdos - todos References: Message-ID: <3E8DB7D3.5010609@uriland.it> Yes I see your point of view John, Thank you any way. John H Terpstra wrote: >Jo, > >There is no way to do this without risk to file integrity. There is no >option for smb.conf to automate file conversion. > >If you search the archives you will see that this has been raised >thousands of time before. > >Your best approach will be to find a text editor for MS Windows that >recognises Unix file formats. There are quite a few of them out there. > > >In response to: > >>Hi all, >> >>Probably this is a sample question described somewhere but I can't find >>any reference on samba manuals. >> >>As you all know there's a difference between unix text files and dos >>text files, i.e. the first ones uses a \n as eol and the second uses >>\r\n >> >>I have some troubles reading text files created for unix using a dos >>program for example. >> >> >>Is there a parameter to set in smb.conf or everywhere to avoid this >>problem? >> >>Thanks for any help. >> > > > >- John T. > -------------- next part -------------- HTML attachment scrubbed and removed From rashkae at tigershaunt.com Fri Apr 4 18:03:00 2003 From: rashkae at tigershaunt.com (Rashkae) Date: Fri Feb 13 23:41:32 2004 Subject: [Samba] Re: fromdos - todos In-Reply-To: <3E8DB7D3.5010609@uriland.it> Message-ID: WordPad doens't seem to have problems with Unix text file, should be on every Windows computer. Emacs doesn't have problems with Dos text files, should be easy to find for whatever platform your working on. As your subject points out, there are some simple scripts (fromdos, todos) that will convert the files for you if you want to switch format one time. This only becomes a problem if you want to work on text files from two platforms regularly. ____________________________________________ Apr 4 1:01pm They hang the man and flog the woman That steal the goose from off the common, But let the greater villain loose That steals the common from the goose. --English folk poem, circa 1764 On Fri, 4 Apr 2003, jose wrote: Yes I see your point of view John, Thank you any way. John H Terpstra wrote: >Jo, > >There is no way to do this without risk to file integrity. There is no >option for smb.conf to automate file conversion. > >If you search the archives you will see that this has been raised >thousands of time before. > >Your best approach will be to find a text editor for MS Windows that >recognises Unix file formats. There are quite a few of them out there. > > >In response to: > >>Hi all, >> >>Probably this is a sample question described somewhere but I can't find >>any reference on samba manuals. >> >>As you all know there's a difference between unix text files and dos >>text files, i.e. the first ones uses a \n as eol and the second uses >>\r\n >> >>I have some troubles reading text files created for unix using a dos >>program for example. >> >> >>Is there a parameter to set in smb.conf or everywhere to avoid this >>problem? >> >>Thanks for any help. >> > > > >- John T. > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba From Administrator at samba.org Mon Apr 7 10:30:39 2003 From: Administrator at samba.org (Administrator@samba.org) Date: Fri Feb 13 23:41:32 2004 Subject: ScanMail Message: To Recipient virus found and action taken. Message-ID: <000401c2fcf0$bbbf6b30$aa62f781@acds.tsystemssfr.com> ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = samba-docs-admin@lists.samba.org Recipient(s) = samba-docs@lists.samba.org Subject = samba-docs digest, Vol 1 #282 - 1 msg Scanning Time = 04/07/2003 12:30:36 Engine/Pattern = 6.510-1002/504 Action on virus found: The message body contains WORM_KLEZ.H virus. ScanMail has deleted the message body. Warning to recipient. ScanMail has detected a virus. From zenn at optushome.com.au Tue Apr 15 03:21:13 2003 From: zenn at optushome.com.au (zenn) Date: Fri Feb 13 23:41:32 2004 Subject: The difinative Guide ? Message-ID: hi all... can anyone suggest The "Definitive Guide" for the most current version of Samba. -Z From caogdin at deepwoods.com Sun Apr 20 17:57:15 2003 From: caogdin at deepwoods.com (Carol Anne Ogdin) Date: Fri Feb 13 23:41:32 2004 Subject: Confusion of True/Falst in smt.conf Message-ID: In reading the latest smb.conf, I noticed a sentence (under "FILE FORMAT," last paragraph) that says "...which may be given as yes/no, 0/1 or true/false." Perhaps I'm wrong, but I though that most of computerdom uses "1/0" to be equivalent to "true/false." In the interests of parallel phrasing, it might better read "...1/0...". If, in fact, the sense of zero and one are different in smb.conf, perhaps it would be good to make a special issue of it in the document? --Carol Anne P.S.: Please cc: me on your response, if any. Thanks. -cao From laurent.hubert at chus.qc.ca Wed Apr 30 19:27:43 2003 From: laurent.hubert at chus.qc.ca (Laurent Hubert) Date: Fri Feb 13 23:41:32 2004 Subject: The difinative Guide ? References: Message-ID: Hi zenn zenn wrote: > hi all... > can anyone suggest The "Definitive Guide" for the most current version of > Samba. > > -Z Hi zen, Actually, just take account that there is two main samba version: 2.x.x and 3.x.x-alpha. I really think that the most accurate documentation for the version ones have is in the SAMBA-Collection-Howto.pdf files that you can find in the documentation directory of your samba source distribution tar file. This is mainly what I use. Laurent Laurent Hubert, Courriel : laurent.hubert@chus.qc.ca