Login Max Chr?

2005-10-31 Thread Sean Murphy

I am running FreeBSD 5.4

Is there a way to change the eight character login length to allow more 
characters?


The reason is I would like to do first initial last name for the login. 
However some last names are longer than eight characters.  It would also 
work well for email addresses on the server.


Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login Max Chr?

2005-10-31 Thread Andrew P.
On 10/31/05, Sean Murphy [EMAIL PROTECTED] wrote:
 I am running FreeBSD 5.4

 Is there a way to change the eight character login length to allow more
 characters?

 The reason is I would like to do first initial last name for the login.
 However some last names are longer than eight characters.  It would also
 work well for email addresses on the server.

 Thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


I thought it was 16 characters:

sat64# cat /etc/passwd | grep 123
1234567890123456:*:1005:1005:123:/home/1234567890123456:/bin/sh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login Max Chr?

2005-10-31 Thread Sean Murphy

Andrew P. wrote:

On 10/31/05, Sean Murphy [EMAIL PROTECTED] wrote:

I am running FreeBSD 5.4

Is there a way to change the eight character login length to allow more
characters?

The reason is I would like to do first initial last name for the login.
However some last names are longer than eight characters.  It would also
work well for email addresses on the server.

Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



I thought it was 16 characters:

sat64# cat /etc/passwd | grep 123
1234567890123456:*:1005:1005:123:/home/1234567890123456:/bin/sh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


is there any problems with using 16 characters with any applications or 
do the applications don't care the login name length for example


email using
uw-imap
uw-pop




--
Sean Murphy
Senior Network Technician
California Institute of the Arts
661-253-7732
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login Max Chr?

2005-10-31 Thread Andrew P.
On 10/31/05, Sean Murphy [EMAIL PROTECTED] wrote:
 Andrew P. wrote:
  On 10/31/05, Sean Murphy [EMAIL PROTECTED] wrote:
  I am running FreeBSD 5.4
 
  Is there a way to change the eight character login length to allow more
  characters?
 
  The reason is I would like to do first initial last name for the login.
  However some last names are longer than eight characters.  It would also
  work well for email addresses on the server.
 
  Thanks
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
  I thought it was 16 characters:
 
  sat64# cat /etc/passwd | grep 123
  1234567890123456:*:1005:1005:123:/home/1234567890123456:/bin/sh
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 is there any problems with using 16 characters with any applications or
 do the applications don't care the login name length for example


That depends solely on the applications. Most
newer ones will not show any problems.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login Max Chr?

2005-10-31 Thread Bill Campbell
On Mon, Oct 31, 2005, Sean Murphy wrote:
Andrew P. wrote:
On 10/31/05, Sean Murphy [EMAIL PROTECTED] wrote:
I am running FreeBSD 5.4

Is there a way to change the eight character login length to allow more
characters?

The reason is I would like to do first initial last name for the login.
However some last names are longer than eight characters.  It would also
work well for email addresses on the server.

...
I thought it was 16 characters:

...
is there any problems with using 16 characters with any applications or 
do the applications don't care the login name length for example

email using
uw-imap
uw-pop

There may be issues with some legacy applications.  The only
program I know offhand that complains about login names greater
than 8 characters is COPS (I may just be running an ancient
version of that).

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``the purpose of government is to reign in the rights of the people''
-Bill Clinton during an interview on MTV in 1993
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]