Re: '.' in username

2005-07-22 Thread Shawn K. Quinn
On Thu, 2005-07-21 at 19:35 -0500, Gerardo Santana Gsmez Garrido wrote: > On 7/20/05, Tim Hammerquist <[EMAIL PROTECTED]> wrote: > > Shawn K. Quinn wrote: > > > Telnet was used for most of the last 30 years, too. > > > > telnet is still a wonderful tool that I use all the time. > > He meant telne

Re: '.' in username

2005-07-21 Thread Gerardo Santana Gómez Garrido
On 7/20/05, Tim Hammerquist <[EMAIL PROTECTED]> wrote: > Shawn K. Quinn wrote: > > Bruno Rohee wrote: > > > Thus breaking a behaviour that people have been used too for about > > > the last 30 years. > > > > Telnet was used for most of the last 30 years, too. > > telnet is still a wonderful tool t

Re: '.' in username

2005-07-21 Thread Stuart Henderson
On 2005/07/21 15:32:37, Alexander Bochmann wrote: > ...on Thu, Jul 21, 2005 at 01:18:46PM +0100, Stuart Henderson wrote: > > > nc(1) doesn't work for the telnet cli on speedtouch ADSL routers, > > though. > > That's probably because, quite unlike telnet(1), > nc(1) isn't a telnet client (but

Re: '.' in username

2005-07-21 Thread Shawn K. Quinn
On Thu, 2005-07-21 at 14:11 +0200, Bjvrn Sjvberg wrote: > On Wed, Jul 20, 2005 at 08:32:45PM -0700, Tim Hammerquist wrote: > > Shawn K. Quinn wrote: > > It's great for testing basic service availability, version strings, > or > > even a manual session without a lot of process overhead or > connecti

Re: '.' in username

2005-07-21 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 11:11:50PM -0400, Ted Unangst wrote: > On Wed, 20 Jul 2005, Shawn K. Quinn wrote: > > > On Wed, 2005-07-20 at 18:01 +0200, Bruno Rohee wrote: > > > Thus breaking a behaviour that people have been used too for about the > > > last 30 years. > > > > Telnet was used for most

Re: '.' in username

2005-07-21 Thread Alexander Bochmann
...on Thu, Jul 21, 2005 at 01:18:46PM +0100, Stuart Henderson wrote: > nc(1) doesn't work for the telnet cli on speedtouch ADSL routers, > though. That's probably because, quite unlike telnet(1), nc(1) isn't a telnet client (but you can use nc -t, if you absolutely want to). Alex.

Re: '.' in username

2005-07-21 Thread Ray Lai
On Wed, Jul 20, 2005 at 08:32:45PM -0700, Tim Hammerquist wrote: > telnet is still a wonderful tool that I use all the time. > > $ telnet hostname 25 > > $ telnet hostname 80 > > $ telnet hostname 22 > > It's great for testing basic service availability, version strings, or > even a manual sess

Re: '.' in username

2005-07-21 Thread Stuart Henderson
--On 21 July 2005 14:11 +0200, BjC6rn SjC6berg wrote: On Wed, Jul 20, 2005 at 08:32:45PM -0700, Tim Hammerquist wrote: Shawn K. Quinn wrote: It's great for testing basic service availability, version strings, or even a manual session without a lot of process overhead or connection negotiation.

Re: '.' in username

2005-07-21 Thread Björn Sjöberg
On Wed, Jul 20, 2005 at 08:32:45PM -0700, Tim Hammerquist wrote: > Shawn K. Quinn wrote: > It's great for testing basic service availability, version strings, or > even a manual session without a lot of process overhead or connection > negotiation. I've also been using telnet to do that kind of jo

Re: '.' in username

2005-07-21 Thread Tim Hammerquist
Shawn K. Quinn wrote: > Bruno Rohee wrote: > > Thus breaking a behaviour that people have been used too for about > > the last 30 years. > > Telnet was used for most of the last 30 years, too. telnet is still a wonderful tool that I use all the time. $ telnet hostname 25 $ telnet hostname 80 $

Re: '.' in username

2005-07-20 Thread Ted Unangst
On Wed, 20 Jul 2005, Shawn K. Quinn wrote: > On Wed, 2005-07-20 at 18:01 +0200, Bruno Rohee wrote: > > Thus breaking a behaviour that people have been used too for about the > > last 30 years. > > Telnet was used for most of the last 30 years, too. the introduction of ssh did not magically make

Re: '.' in username

2005-07-20 Thread Shawn K. Quinn
On Wed, 2005-07-20 at 18:01 +0200, Bruno Rohee wrote: > Thus breaking a behaviour that people have been used too for about the > last 30 years. Telnet was used for most of the last 30 years, too. -- Shawn K. Quinn <[EMAIL PROTECTED]>

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 06:01:11PM +0200, Bruno Rohee wrote: > On Wed, Jul 20, 2005 at 04:57:00PM +0300, Thanos Tsouanas wrote: > > > > IMHO, either the man pages should be altered, or the chown program, so > > that it understands no '.', but just the ':'. > > Thus breaking a behaviour that peopl

Re: '.' in username

2005-07-20 Thread Bruno Rohee
On Wed, Jul 20, 2005 at 04:57:00PM +0300, Thanos Tsouanas wrote: > > IMHO, either the man pages should be altered, or the chown program, so > that it understands no '.', but just the ':'. Thus breaking a behaviour that people have been used too for about the last 30 years. -- Fairy Tale, n.:

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 02:10:46PM +0200, Moritz Grimm wrote: > Even though the chown(8) man page states that the colon needs to be the > separator between user and group, the period (still(?), maybe for > historical/POSIXish reasons?) can function as the separator as well. > This means that und

Re: '.' in username

2005-07-20 Thread Thanos Tsouanas
On Wed, Jul 20, 2005 at 08:59:18AM -0400, Will H. Backman wrote: > > Hello. > > > > I just found out that chsh complains if a username has a '.' in it: > > > > % sudo chsh foo.bar > > [ ... ] > > chsh: '.' is dangerous in a login name > > > > I'm sure there's a reason (why? regexps involved?) bu

Re: '.' in username

2005-07-20 Thread Moritz Grimm
Thanos Tsouanas wrote: I just found out that chsh complains if a username has a '.' in it: % sudo chsh foo.bar [ ... ] chsh: '.' is dangerous in a login name I'm sure there's a reason (why? regexps involved?) but I think that since chsh complains, adduser should complain too. No? The reasons

Re: '.' in username

2005-07-20 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Thanos Tsouanas > Sent: Wednesday, July 20, 2005 7:02 AM > To: misc@openbsd.org > Subject: '.' in username > > Hello. > > I just found out that chsh complains if a username has a '.' in it: > > % sudo

Re: '.' in username

2005-07-20 Thread Alexander Farber
Maybe because of chown foo.bar filename ? 2005/7/20, Thanos Tsouanas <[EMAIL PROTECTED]>: > I just found out that chsh complains if a username has a '.' in it: > > % sudo chsh foo.bar > [ ... ] > chsh: '.' is dangerous in a login name > > I'm sure there's a reason (why? regexps involved?)