[Samba] refuse login from more then one machine at a time.

2008-03-21 Thread Jack Mendez
Hello listers, I am using samba 3.0.24 on Ubuntu. I need to deny users from logging on to the domain and any shares from more then one machine. The users are now able to login, walk over to another machine and log in again user the same username and password for as many machines as they like. I

Re: [Samba] two questions about samba

2007-06-26 Thread Jack Mendez
workstations? On Fri, June 22, 2007 3:35 pm, Chris Smith said: > On Friday 22 June 2007, Jack Mendez wrote: >> I would like to deny users access to the pdc based on the hostname. >> so if username1 logs into computer1, that is allowed, if the user logs >> of, >> and goes on to c

[Samba] two questions about samba

2007-06-22 Thread Jack Mendez
I would like to deny users access to the pdc based on the hostname. so if username1 logs into computer1, that is allowed, if the user logs of, and goes on to computer2, it will be denied because computer2 is a staff machine we have students that will sometimes try to use staff machines and i want t

Re: [Samba] samba, wins, netbios

2007-05-21 Thread Jack Mendez
well, that was it, apt-get instal winbind, and my problem went away, thanks for the help. Jack -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] samba, wins, netbios

2007-05-21 Thread Jack Mendez
On Fri, May 18, 2007 3:31 pm, Chris Smith said: > First step is to make sure your XP workstation is registering itself with > the > WINS server. Take a peek at your wins.dat file to verify. >> If the system is registered then you can look elsewhere for the problI did notice at one point that libnss

[Samba] samba, wins, netbios

2007-05-18 Thread Jack Mendez
I am trying to setup the samba server to ping machines on the network via the netbios name. i have the following lines in smb.conf under global wins support = yes domain logons = Yes preferred master = Yes domain master = Yes local master = yes os level = 34 my /etc/nsswitc

[Samba] roaming profiles odd.

2005-12-02 Thread Jack Mendez
using samba 3.14a, windows xp sp2 configured with roaming profiles. the profile seems to download properly but the start menu seems to be empty of shortcuts. anything tht requires reading of files seems to be acting strangely the files exist on the server but somehow they are not read on the workst

[Samba] samba net groupmap

2005-12-02 Thread Jack Mendez
On Fri, December 2, 2005 2:48 am, Stefan Sowa said: > Hello List, > > on a windows-pc are files with an EURO-Sign "€" included in the > filenames. This is working between all XP and 2000 Clients. > > But if i try to access such a file from a linux-box, I cannot read this > files. I switched to the

Re: [Samba] smbpasswd script fails

2005-12-01 Thread Jack Mendez
quot;smbpasswd -a -s > "$1"\n"$3"\n"$3"\n"}' | /bin/bash > done > > > Jack Mendez wrote: >> i am using a script with awk which only works to add the first user from >> my csv file. >> when running with out the -s switch the output

[Samba] smbpasswd script fails

2005-12-01 Thread Jack Mendez
i am using a script with awk which only works to add the first user from my csv file. when running with out the -s switch the output seems to be correct using echo to test. here is the script #!/bin/bash cat users.csv |awk 'BEGIN {FS=","}{print "echo smbpasswd -a -s "$1"\n"$3"\n"$3"\n"}' |/bin/ba

RE: [Samba] roaming profiles, not roaming

2005-11-30 Thread Jack Mendez
removed the profile dir from the server and the workstation changed mod 777 to /profiles it all failed. when i turn acls off, i get the message tht the user does not have the correct security settings for the folder. which is what the documentation implied. would happen with xp clients running all

RE: [Samba] roaming profiles, not roaming

2005-11-28 Thread Jack Mendez
on setup issue, > set profiles acls = no > > rights /data/sambaprofiles 777 > create mask 600 > directorie mask 700 > > > this wil work. > > Louis > >> -Oorspronkelijk bericht- >> Van: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] >>

Re: [Samba] roaming profiles, not roaming

2005-11-28 Thread Jack Mendez
ld get when installing a fresh copy of xp. On Mon, November 28, 2005 12:47 pm, Craig White said: > Re-arranging top post to bottom for ease of replying... > On Mon, 2005-11-28 at 11:45 -0500, Jack Mendez wrote: > >> On Mon, November 21, 2005 7:28 pm, Craig White said: >> &g

Re: [Samba] roaming profiles, not roaming

2005-11-28 Thread Jack Mendez
with the same system which was displaying the wrong profile, and it woks fine, as long as the profile gets downloaded from the same system that it initially worked on, it seems to work fine. i am stumped. On Mon, November 21, 2005 7:28 pm, Craig White said: > On Mon, 2005-11-21 at 18:21 -0500, J

Re: [Samba] roaming profiles, not roaming

2005-11-21 Thread Jack Mendez
the profiles get saved ack to the samba machine no problem, its just when the user moves to a different machine that the correct profiles does not get downloaded the profiles are owned by username.group. On Mon, November 21, 2005 5:27 pm, Craig White said: > On Mon, 2005-11-21 at 13:48 -0500, J

[Samba] roaming profiles, not roaming

2005-11-21 Thread Jack Mendez
using samba v3 windows xp sp2 clients. i have profiles working to some extent, that is when i create a new user on the server, when that user logs in, the profile gets downloaded from the server from the /etc/netlogon/default user directory. any customizations that the user makes work just fine and

[Samba] forcing log off

2003-07-10 Thread Jack Mendez
okay so i have the script provided by joel. i have changed them slitely so that each user gets his or her own file, because if two users try to log on at the same time, the script can't differentiate between atempts. so you get mixed lines. as in user1 starts with line1 but then user2 might have

[Samba] preexec, logging, and my problem

2003-07-01 Thread Jack Mendez
okay so after trying a bit to understand how all of this works i think i need a bit more support. thanks to joel, my problem where users can log on multiple times looks like it has a solution. to prevent this, he outlined a process by which one can monitor the process IDs of samba users, then us

[Samba] preexec, logging, and my problem

2003-06-30 Thread Jack Mendez
okay so after trying a bit to understand how all of this works i think i need a bit more support. thanks to joel, my problem where users can log on multiple times looks like it has a solution. to prevent this, he outlined a process by which one can monitor the process IDs of samba users, then us

[Samba] forcing one logon per user

2003-06-27 Thread Jack Mendez
i am having a real problem with users exchanging passwords on the network and then logging on as that user while the original user is on the network. in adition to making some changes to the password system i would like to force the system to disallow multiple logons..can't find it anywhere in t