RE: [Samba] History

2003-09-02 Thread Simeonidis, Steve
Using logrotate in /etc/logrotate.d/samba you can set the history level. You can make it weekly. Thanks -Original Message- From: Max Harvey To: [EMAIL PROTECTED] Sent: 9/2/03 3:03 PM Subject: [Samba] History Hi, I all of a sudden require to log who has been login onto our domain, and f

RE: [Samba] want to access a Windows Share from a Red Hat 8 linux box

2003-03-13 Thread Simeonidis, Steve
Try something like mount -t smbfs -o username=user,password=password,workgroup=domain //windows_server/folder /local_folder you may also want to add ,ip= if it can't resolve the name Thanks Steve Simeonidis Network Engineer, Spherion Education Spherion Group Ltd "Making the Workplace Wor

[Samba] Sync Linux <-> NT Domain passwords

2003-03-13 Thread Simeonidis, Steve
Is there a way to syncronise the Windows Domain passwords with the linux account passwords? SAMBA passes authentication to an NT box password server = * Users have local accounts on the Linux box and get access to SAMBA shares depending on which group (linux) they belong to and if their authent

RE: [Samba] Samba getting user info from NT PDC

2003-02-11 Thread Simeonidis, Steve
ne VIC 3004, Australia +61 3 9243 2382 [EMAIL PROTECTED] -Original Message- From: Pierrick Brossin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 9:11 AM To: Simeonidis, Steve; [EMAIL PROTECTED] Subject: Re: [Samba] Samba getting user info from NT PDC Thanx for your an

RE: [Samba] Samba getting user info from NT PDC

2003-02-11 Thread Simeonidis, Steve
Sorry, you have a ttached your conf file. Try using password server = * Try login to the share using smbclient //TESTSMB/www -U , enable debug level and check the SAMBA log files for errors. Thanks Steve Simeonidis Network Engineer, Spherion Education Spherion Group Ltd "Making the Workplace

RE: [Samba] Samba getting user info from NT PDC

2003-02-11 Thread Simeonidis, Steve
Make sure the same username exists on the SAMBA server with the correct permissions to the share. send you SAMBA configuration file. Thanks Steve Simeonidis Network Engineer, Spherion Education Spherion Group Ltd "Making the Workplace Work Better" 1st Floor, 493 St. Kilda Rd, Melbourne VIC 30

RE: [Samba] net command

2003-01-20 Thread Simeonidis, Steve
Title: RE: [Samba] net command H, I didn't now you could do that. Can't you write a small for loop script? Thanks Steve Simeonidis Network Engineer, Spherion Education Spherion Group Ltd "Making the Workplace Work Better" 1st Floor, 493 St. Kilda Rd, Melbourne VIC 3004, Austral

RE: [Samba] Using the right network interface

2002-12-15 Thread Simeonidis, Steve
rsday, December 12, 2002 11:58 PM To: Simeonidis, Steve Cc: [EMAIL PROTECTED] Subject: Re: [Samba] Using the right network interface On Thu, Dec 12, 2002 at 11:16:39PM +1100, Simeonidis, Steve wrote: >>>>> "Steve" == Simeonidis, Steve <[EMAIL PROTECTED]> writes:

RE: [Samba] Using the right network interface

2002-12-12 Thread Simeonidis, Steve
Title: RE: [Samba] Using the right network interface  Thanks for that, I'll give it a go! Will nmbd work properly if one "interface" belongs to a different domain than the other? Will it get mixed up? Thanks -Original Message- From: Eric Boehm To: Simeonidis, S

RE: [Samba] Using the right network interface

2002-12-10 Thread Simeonidis, Steve
riginal Message- From: Eric Boehm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:47 PM To: Simeonidis, Steve Cc: Joel Hammer; [EMAIL PROTECTED] Subject: Re: [Samba] Using the right network interface On Tue, Dec 10, 2002 at 07:25:07AM -0500, Joel Hammer wrote: >>>>>

[Samba] Using the right network interface

2002-12-10 Thread Simeonidis, Steve
Title: Using the right network interface Hi everyone, samba 2.2.5 The server I'm using has 2 interfaces so using the interface parameter I'm telling samba to use eth0 but for some reason when I do netstat it is listening on eth1 interface = eth0 (the IP is 192.168.6.10) netstat -an udp 

[Samba] Current master browser = UKNOWN

2002-11-28 Thread Simeonidis, Steve
Title: Current master browser = UKNOWN samba 2.2.5 We use an NT PDC for password authentication and an NT WINS server. Both of those systems are on a different subnet. I have setup remote announce = remote browse sync = Do I have to setup the SAMBA server as a master browser? I don'

RE: [Samba] Samba share is not writeable

2002-11-27 Thread Simeonidis, Steve
Title: RE: [Samba] Samba share is not writeable I haven't played with permissions much but I've got the following line in my /etc/fstab file and it works fine. //abinidi/common    /abinidi/common smbfs   uid=500,gid=500,credentials=/etc/smbmount_passwd,workgroup=SGL-AUS,rw 0 0

[Samba] Another winbind question (hopefully easy one)

2002-10-02 Thread Simeonidis, Steve
I setup SAMBA to use winbind to authenticate of a WinNT PDC In the smb.conf I have a line template homedir = /home/winnt/%U which is file I also use the pam module to create directories for new users pam_mkhomedir.so skel=/etc/sambaskel umask=0077 which is fine again. My problem is that I ca

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Simeonidis, Steve
I've got the following in my /etc/fstab file //abinidi/common/abinidi/common smbfs uid=500,gid=500,credentials=/etc/smbmount_passwd 0 0 //abinidi/homes /abinidi/home smbfs uid=500,gid=500,credentials=/etc/smbmount_passwd,rw 0 0 //abinidi/networking/a

[Samba] Winbind help

2002-09-29 Thread Simeonidis, Steve
Hi everyone, I've been trying to use winbind in order to connect to WinNT PDC for authenticating user and also mapping user/group ids. We are using RH 7.3 Samba 2.2.3a I've followed the instruction provided in the document "Unified Logons between WindowsNT and UNIX using Winbind" We only want