Re: Where'd it go?

2004-10-15 Thread listmail
Christopher Nehren wrote: snip The file about which you're enquiring is called login.access(5). BINGO !! Thank you Gene ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Where'd it go?

2004-10-13 Thread Gene Bomgardner
I remember in 4.6, there was a file where one could determine where individual user accounts could log in from. I found it useful in that I could allow only certain accounts to log in via telnet via a particular interface. Since I upgraded to 5.2, I can't find that file anywhere, and I can't

Re: Where'd it go?

2004-10-13 Thread Subhro
I do not know if any such file existed, but your requirement can be met using ipfw. ipfw allows/denies packets based on the uid. Have a look through the man page of ipfw Regards S. On Sun, 10 Oct 2004 15:55:31 -0500, Gene Bomgardner [EMAIL PROTECTED] wrote: I remember in 4.6, there was a file

Re: Where'd it go?

2004-10-13 Thread Christopher Nehren
On Sun, 2004-10-10 at 15:55 -0500, Gene Bomgardner wrote: I remember in 4.6, there was a file where one could determine where individual user accounts could log in from. I found it useful in that I could allow only certain accounts to log in via telnet via a particular interface. Since I

Where'd it go (restricting remote logins)

2004-10-10 Thread Gene Bomgardner
In version 4.7, there was a conf file where individual users could be granted or denied the ability to log in remotely. Since 5.2, I can no longer find the file (I don't recall its name). Anyone know which file it was? Does the ability still exist? Thanks