Re: [Samba] "NT_STATUS_LOGON_FAILURE"

2005-12-19 Thread Mathew D. Watson
r system accounts I just look in /etc/passwd. Mat On 12/17/05, Mathew D. Watson <[EMAIL PROTECTED]> wrote: Donald Musser wrote: Hi everyone, I'm using the online HOWTO manual in the "Quick Start" reference to try and get a basic domain controller going. So I set up

Re: [Samba] Basic samba/swat setup prob

2005-12-19 Thread Mathew D. Watson
dave s wrote: On Sunday 18 December 2005 15:49, Mathew D. Watson wrote: dave wrote: I am running kubuntu, samba 3.0.14a, my smb.conf file is ... [global] workgroup = METRAN encrypt passwords = yes [test] comment = For testing only, please path = /etc/samba/tmp read only = no

Re: [Samba] Basic samba/swat setup prob

2005-12-18 Thread Mathew D. Watson
dave wrote: I am running kubuntu, samba 3.0.14a, my smb.conf file is ... [global] workgroup = METRAN encrypt passwords = yes [test] comment = For testing only, please path = /etc/samba/tmp read only = no guest ok = yes I have a /etc/samba/tmp directory, I am user dave

Re: [Samba] Using smbmount in a script - no return value

2005-12-18 Thread Mathew D. Watson
e NonsenseShare/iamhere #!/bin/bash smbmount //NonsenseShare /bad/mnt/point if test -f /bad/mnt/point/iamhere ; then printf "The mount worked!\n" else printf "Rats, it didn't work!\n" fi If you can't get a return value from one command, use another command :-) HT

[Samba] Using smbmount in a script - no return value

2005-12-17 Thread Mathew D. Watson
I'm trying to periodically mount an XP share on my linux box, and I've noticed that smbmount doesn't return a value so I can't test for success in my shell script: #!/bin/bash smbmount //NonsenseShare /bad/mnt/point || echo "error with smbmount" In this case smbmount silently fails. I searche

Re: [Samba] "NT_STATUS_LOGON_FAILURE"

2005-12-17 Thread Mathew D. Watson
Donald Musser wrote: Hi everyone, I'm using the online HOWTO manual in the "Quick Start" reference to try and get a basic domain controller going. So I set up smb.conf, and testparm checked out okay, I've started nmbd and smbd, but when I try to to run [EMAIL PROTECTED] samba]#smbclient -L -U%

Re: [Samba] new server: NT_STATUS_LOGON_FAILURE

2005-12-14 Thread Mathew D. Watson
Mathew D. Watson wrote: I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine "sees" it, but the username/password dialog fails. I've traced it down to what I think is an authentication problem: [EMAIL PROTECTED]:/etc/samba$ smbclient -L mog -U mat Password:

Re: [Samba] new server: NT_STATUS_LOGON_FAILURE

2005-12-14 Thread Mathew D. Watson
Michael Barnes wrote: Take one machine to learn on. Wipe it out and do a bare metal install. Once your basic Linux is installed and working, follow Chapter 3 of "Samba3 - By Example" step by step. Don't change anything. See how it all works. THEN, go in and change things one at a time to s

Re: [Samba] new server: NT_STATUS_LOGON_FAILURE

2005-12-14 Thread Mathew D. Watson
John H Terpstra wrote: On Wednesday 14 December 2005 10:12, Mathew D. Watson wrote: I've traced it down to what I think is an authentication problem: [EMAIL PROTECTED]:/etc/samba$ smbclient -L mog -U mat Password: session setup failed: NT_STATUS_LOGON_FAILURE If I replace -U mat with

[Samba] new server: NT_STATUS_LOGON_FAILURE

2005-12-14 Thread Mathew D. Watson
I've googled, RTFMed, and I still can't fix this. Hoping someone here can offer a suggestion. I'm learning, so please explain a little if you can. I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine "sees" it, but the username/password dialog fails. I've traced it down to wh