Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!samsung!olivea!orc!inews!iwarp.intel.com!gargoyle!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.questions Subject: Re: long userids Message-ID: <1991Jan15.191853.17838@chinet.chi.il.us> Date: 15 Jan 91 19:18:53 GMT References: <70DsV1w163w@wvus.wciu.edu> Organization: Chinet - Public Access UNIX Lines: 20 In article <70DsV1w163w@wvus.wciu.edu> pete@wvus.wciu.edu (Pete Gregory) writes: >Hi - > >Are there any deadly implications to using long (>8 chars) userid names >in /etc/passwd? Management wants to inflict an archaic userid convention >on me (okay with me, as long as UNIX likes it) that will sometimes result in >user names longer than 8 (sometimes 14) characters long. SysV (as of r3 anyway) mail will deliver anything that matches 8 characters of a passwd file entry to a file name using up to 14 characters of the recipient name. This means that if you have a user "longname1", mail to "longname9" will be accepted with no errors even though no one will be able to retreive it. I think I even had to make a small change to Smail3 to get this right. "Who am I" will fail (SysVr3 again) on long user names but can usually be replaced by $LOGNAME in scripts. Les Mikesell les@chinet.chi.il.us